/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

betterdev.blog
| | blog.aymenhamza.com
3.4 parsecs away

Travel
| | Welcome to my developer blog! I'm a software developer with a passion for creating and building things. On this blog, I'll be sharing my thoughts, experiences, and insights on all things development. Whether you're just starting out in the field or you're a seasoned pro, I hope you'll find something
| | pedrokroger.net
2.4 parsecs away

Travel
| | Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
| | dougseven.com
1.9 parsecs away

Travel
| | Today I am at re:Invent 2022 in Las Vegas, NV. I am spending my days talking to AWS customers about Amazon CodeWhisperer - a new developer productivity service that will accelerate application development by providing automatic code recommendations based on the code and comments in your IDE. For developers, Amazon CodeWhisperer is an IDE extension...
| | techtldr.com
15.9 parsecs away

Travel
| There are two philosophies when it comes to package installation, global first and local first. Global meaning all applications that rely on a certain package have access to the same copy of the library that was installed once. Local means that each project has its own folder of dependencies installed specifically for this project and [...]