Andreas Adlichhammer
11 posts
LB Labs: The Magic of Compound Efficiencies in Engineering
As the milestone book Atomic Habits laid out, the key to life-changing habits is adopting one effectively and…
SQL Statements Guide(Cheat-sheet)
SQL, or Structured Query Language, is a programming language used to manage data stored in relational databases. A…
Authenticate using Auth0
In authentication, a user or application proves they are who they say they are by providing valid credentials.…
How to Render Static Text with SDL2
The Code :: https://github.com/patrickodacre/sdl2-odin-examples/tree/master/render-static-text To render the text to the screen we still require our game loop. I’ve…
How do I make myself learn?
Currently I do fronted web dev with HTML/CSS/JS. And I want to learn a framework for the front…
If I Were Starting Today How’d I Learn Programming And Get a Job
A little about myself so you can decide if this post would be helpful to you… Circa 2011…
How to Create a Full Autocomplete Search Application with Elasticsearch, Kibana and NestJS – Part 3
Hi guys, welcome to back to the Part 3 of the Elastic, Kibana and NestJS series. In the…
Run a node app into AWS lambda
I create this post because I didn’t found any information on this when I need it, or the…
How to protect a route with JWT Token in React using Context API and React Cookies
What will be done? We’ll learn how to protect a route by JWT authentication in react-router-dom v6. The…
How to sort an array by date in Javascript
We’ve all been in a situation in Javascript where we have a set of data, all with different…