Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ClementGib/awesome
My personnal awesome repository
https://github.com/ClementGib/awesome
List: awesome
Last synced: 3 months ago
JSON representation
My personnal awesome repository
- Host: GitHub
- URL: https://github.com/ClementGib/awesome
- Owner: ClementGib
- License: apache-2.0
- Created: 2022-03-04T23:07:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T10:43:44.000Z (6 months ago)
- Last Synced: 2024-05-23T07:03:51.692Z (5 months ago)
- Size: 223 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome - My personnal awesome repository. (Other Lists / PowerShell Lists)
README
# Awesome
My personal awesome stars- [Tools π§°](#tools-)
- [Frameworks π](#frameworks-)
- [Books π](#books-)
- [Courses πΌ](#courses-)
- [Repositories π¦ ](#repositories-)
- [Cheat Sheets π](#cheat-sheets-)
- [Mobile App π²](#mobile-app-)
- [Coding games π²](#coding-games-)
- [YouTube channels π₯](#youtube-channels-)
- [Other π±](#other-)## Tools π§°
- [Hibernate](https://hibernate.org/) - Objectβrelational mapping tool
- [Jboss Wildfly](https://www.jboss.org/) - JEE application server
- [Oh my zsh](https://github.com/ohmyzsh/ohmyzsh#readme) - open-source framework for ZSH, help to manage and configure ZSH shell
- [React-native](https://github.com/facebook/react-native) - Really good framework to develop cross-platform apps with JavaScript libs
- [Terminator](https://en.wikipedia.org/wiki/Terminator_(terminal_emulator)) - Nice terminal with multi tabs for Linux
- [WSL](https://docs.microsoft.com/en-us/windows/wsl/) - Windows Subsystem Linux : Embedded Linux system that allow you to use (almost) all the linux programs on Windows on the distribution of you choice
- [Vim](https://fr.wikipedia.org/wiki/Vim) - Classic text editor with awesome progWaression level and great plugins
- [VSCode](https://code.visualstudio.com/) - Very popular text editor with brilliant plugins
- [pgAdmin 3+](https://www.pgadmin.org/) - Open source DB manager for PostegreSQL
- [paint.NET](https://www.getpaint.net/) - Amazing Free photoshop like made with .NET
- [Warp](https://www.warp.dev/) - Mordern terminal, multi tab and totally customizable and with embedded AI
- [Figma](https://www.figma.com/login) - Amazing app to prototyping UI
- [Dbeaver](https://dbeaver.io/) - Database tool to manage SQL databases
- [Jbang](https://www.jbang.dev/) - Amazing Java CLI*
- [Postman](https://www.postman.com/) - Program to use, build, and test APIs
- [Grub Customizer](https://doc.ubuntu-fr.org/grub-customizer) - Nice program to custom your Grub boot loader
- [SDKMan](https://sdkman.io) - Clean SDK manager for Unix system and Windows
- [Fork](https://git-fork.com) - Great Open Source Git graphical interface
- [Hilla React](https://hilla.dev) - Front end lib for java project to create Spring boot and react apps
- [Trello](https://trello.com) - Light project manager, great for managing user stories.## Frameworks π
- [Spring framework](https://quarkus.io](https://spring.io/) - Great framework dominating marketshare in Java environments. Facilitates Java configuration and his embedded libs covering almost every subjects so it's a cool framework
- [Quarkus](https://quarkus.io) - Modern Java framework made by Redhat. This framework is fast and strong, it uses grallVM and Jakarta EE implementations. It's new but well documented.
- [Angular](https://angular.io/) - Real Front-end framework made fully in TypeScript, more standardized compar to others... I love it!## Books π
- [Clean code](https://www.goodreads.com/book/show/3735293-clean-code) - Classic book to learn how to produce readable, comprehensible and maintainable code. β
- [Clean coder](https://www.goodreads.com/book/show/10284614-the-clean-coder?from_search=true&from_srp=true&qid=f5euGcEWIy&rank=2) - Even if you know how to produce good code, being a qualified coder is a difficult task. This book can teach you how to make better choice and to act as professional coder. β
- [Clean architecture](https://www.goodreads.com/book/show/18043011-clean-architecture) - Being a clean coder is not enough if you can't build clean architecture, this is the last master piece from Robert Martin to prevent from architecture misconceptions.
- [Refactoring: Improving the Design of Existing Code](https://refactoring.com/) - How effectively refactor code without break existing behavior
- [Head First Design Pattern 2nd edition](https://www.goodreads.com/book/show/58128.Head_First_Design_Patterns](https://www.goodreads.com/book/show/58128.Head_First_Design_Patterns) - Book from the Gang of four to understand the essentials patterns to design great software
- [The design of everyday things](https://www.goodreads.com/book/show/840.The_Design_of_Everyday_Things) - Game changing book! Amazing design concepts, put them into practice and you will create better products β
- [Java Precisely](https://www.goodreads.com/book/show/666021.Java_Precisely) - Smart Java Programming book that describes the language in detail β
- [Effective Java Third Edition](https://www.goodreads.com/book/show/34927404-effective-java) - Very useful book with great advices
- [Monolith to Microservices](https://www.oreilly.com/library/view/monolith-to-microservices/9781492047834/) - How to organize and transform monolith project to microservices.
- [Java EE 8 Application Development](https://www.amazon.fr/Java-Application-Development-Enterprise-applications/dp/1788293673/ref=sr_1_2?__mk_fr_FR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=21OEXX3I4ASHP&keywords=Java+ee+8+application+dev&qid=1654111493&sprefix=java+ee+8+application+dev%2Caps%2C72&sr=8-2) - Technical book to learn the main concepts of JEE
- [SCRUM](https://www.goodreads.com/book/show/51444247-scrum---5e-d) - French book around Scrum methodology β
- [Domain-Driven Design: Tackling Complexity in the Heart of Software](https://www.goodreads.com/book/show/179133.Domain_Driven_Design) - original book about DDD architecture
- [Domain-Driven Design: Tackling Complexity in the Heart of Software](https://www.goodreads.com/book/show/179133.Domain_Driven_Design) - original book about DDD architecture
- [The Pragmatic Programmer: From Journeyman to Master](https://www.goodreads.com/book/show/179133.Domain_Driven_Design) - perfect book to know how improve in the job of programmer## Courses πΌ
- [Apache Spark for Java developer](https://www.udemy.com/share/101ZBy3@AcDAEmXrqTBVf3pNgjn6YAg-xAoIkNX7rODfjxQwqLUMCIZZqO50oe9o6IyV4Cjc/) - Detailed Spark course for Java developer with exercises and examples- [The JavaScript Bible - JavaScript Bootcamp](https://www.udemy.com/course/javascript-bible/) - Very complete course to understand JavaScript and ECMAScript
- [Angular - The Complete Guide](https://www.udemy.com/course/the-complete-guide-to-angular-2) - Project based tutorial to understand and manage an Angular project
- [The Git & Github Bootcamp](https://www.udemy.com/course/git-and-github-bootcamp/) - Amazing course to learn Git
- [Oracle Certification: Mastering Java for Beginners & Experts](https://www.udemy.com/course/java-series/) - Good cours about Java language
- [Java Enterprise Edition 8 for Beginners course](https://www.udemy.com/course/java-enterprise-edition-8/) - Interesting cours on the main concepts of JEE## Repositories π¦
- [Chocolatey](https://github.com/chocolatey/choco) - CLI-based package manager for Windows
- [AngularCLI](https://github.com/angular/angular-cli?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) - CLI for Angular project that helps you to avoid click to create, build, test...
- [Angular2AndJavaEE](https://github.com/Angular2Guy/Angular2AndJavaEE) - Cool repository to make JEE Rest API project with Angular2+
- [Paper Dashboard Angular](https://github.com/creativetimofficial/paper-dashboard-angular) - Good template with modern design to learn
- [Paint.NET](https://github.com/paintdotnet) - Repository of the Amazing Paint.NET Free App
- [Java oauth server](https://github.com/authlete/java-oauth-server) - Java Oauth 2 API server based on JAX-RS 2.0
- [Jberet](https://github.com/jberet) - Java batch implementation of JSR-352## Cheat Sheets π
- [Eclipse sheetcheat](https://github.com/pellaton/eclipse-cheatsheet) - Complete cheat sheet for Eclipse IDE
- [CSS sheetcheat](https://websitesetup.org/css3-cheat-sheet/) - Very Complete cheat sheet for this idiomatic CSS
- [CSS Precedence sheetcheat](https://specifishity.com/) - Funny precedence cheat sheet for CSS
- [CSS flexbox sheetcheat](https://yoksel.github.io/flex-cheatsheet/) - Useful flexbox cheat sheet for CSS
- [Python sheetcheat](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjE16iR1cH2AhUMyxoKHRkKDpMQFnoECA4QAQ&url=https%3A%2F%2Fperso.limsi.fr%2Fpointal%2F_media%2Fpython%3Acours%3Amementopython3-english.pdf&usg=AOvVaw1ogJFUltssPPSBgs3nrU16) - Well defined cheat sheet for Python3## Mobile App π²
- [Medium](https://medium.com/) - Great website to read tech articles about every subjetcs
- [SoloLearn](https://www.sololearn.com/profile/13902886) - Useful for learning the most popular language but especially to fight βοΈ developers with your coding skills !
- [Enki](https://www.enki.com/) - Daily app to learn new language technique frequently
- [Brillant](https://brilliant.org/home/) - Funny app to improve your math and problems solving skills
- [Udemy](https://www.udemy.com/) - App of Udemy website to watch or cast IT courses while taking a short break π## Coding games π²
- [Flexbox Froggy](https://flexboxfroggy.com/) - little game to understand and practice CSS3 flexbox
- [Flexbox defense](http://www.flexboxdefense.com/) - Tower defense game to practice CSS3 flexbox
- [Grid garden](https://cssgridgarden.com/) - Gardening game to practice CSS3 Grid
- [Css battle](https://cssbattle.dev/) - Draw easy or complex forms to practice CSS
- [Vim adventures](https://vim-adventures.com/) - Adventure game to practice Vim commands
- [Super markup world](https://supermarkupworld.com/) - Platform game to practice HTML
- [10 idees recues UX Design](https://10ideesrecuesenuxdesign.castoretpollux.com/fr/) - 10 common preconceptions quiz about UX Design## YouTube channels π₯
- [Fireship](https://www.youtube.com/c/Fireship) - Awesome channel with short video format for technology intelligence
- [Devoxx FR](https://www.youtube.com/channel/UCsVPQfo5RZErDL41LoWvk0A) - Java Devoxx conference channel
- [edureka!](https://www.youtube.com/c/edurekaIN) - IT channel to learn about different topics
- [Keep on coding](https://www.youtube.com/c/KeepOnCoding) - Tips and tricks useful channel for developers
- [IT connect](https://www.youtube.com/c/It-connectFr) - IT general channel
- [Alpha Code](https://www.youtube.com/c/AlphaCode8) - Channel about DDD architecture
- [Computerphile](https://www.youtube.com/user/Computerphile) - Computer stuff channel
- [Joma Tech](https://www.youtube.com/c/JomaOppa) - Entertaining chanel around IT
- [Bogdan Stashchuk](https://www.youtube.com/c/CodingTutorials) - Serious udemy teacher who post classes on YTB
- [Dave Gray](https://www.youtube.com/c/DaveGrayTeachesCode/videos) - Qualitative Youtuber around web development
- [Benjamin Code](https://www.youtube.com/c/BenjaminCode) - French freelance developper
- [devaslife](https://www.youtube.com/channel/UC7yZ6keOGsvERMp2HaEbbXQ) - Relaxing live coding channel
- [Flux Academy](https://www.youtube.com/c/FluxWithRanSegall) - Cool front end oriented channel
- [Bro code](https://www.youtube.com/c/BroCodez) - Varied languages tutorials
- [Treehouse](https://www.youtube.com/c/gotreehouse/videos) - Channel to learn about concepts, technologies and frameworks
- [John Taieb](https://www.youtube.com/c/JohnTaieb) - French channel about coding, digital nomad and coding business
- [Stefan Mischook](https://www.youtube.com/c/StefanMischook) - Senior developper with a lot a experiences and good advises
- [The coding train](https://www.youtube.com/c/TheCodingTrain) - Coding challenges by a dynamic guy with funny concepts
- [Colt Steele Code](https://www.youtube.com/c/ColtSteeleCode) - Web tutorials and tricks## To watch
- [Devoxx live refactoring](https://www.youtube.com/watch?v=xXvuBX1bVh8) - How to refactore without tunnel effect## Other π±
- [http.cat](https://http.cat) - Http verbs with cats