46 followers
Software Engineer based in Germany. Constant Learner. Love Driving Cars.
Subscribe to my newsletter and never miss my upcoming articles
As a developer working on AWS cloud, you may encounter having an S3 object that contains JSON or CSV content that you want to run a SQL query against it. You may have chosen to retrieve the entire object in your application and then filter out only t...
Recently I've been invited to the GitHub Copilot technical preview, and I can tell you it deserves all the attention it's getting! So first things first.. What is GitHub Copilot? GitHub Copilot is an AI pair programmer that helps you write code faste...
For Javascript projects, the node_modules folder is used to save all downloaded packages from npm locally in your computer. JS developers often complain that their hard drive is mysteriously always full. Every time you start a new (side) project and...
Imagine you are building a cool website. To see it, you can visit http://localhost:3000. The only problem is that the URL only works on your local computer. You could go out and buy a domain name, web server and SSL certificate then figure out how t...
Blogging on Hashnode is totally free and it is the easiest way to start a developer blog on your personal domain for free and connect with the readers through their global dev community! Everything from a custom domain mapping to faster edge caching ...
In this article, we will address this network challenge with Lambda function and explain in a 6 steps how to assign a static IP to it.