direnv magic: instant project environments
direnv magic A very popular project for managing environment variables in projects today is dotenv. There are packages for various languages, like NodeJS and PHP.
Read more →direnv magic A very popular project for managing environment variables in projects today is dotenv. There are packages for various languages, like NodeJS and PHP.
Read more →JSON Web Tokens, commonly abbreviated as JWTs, are a standard that is a part of the JSON Object Signing and Encryption (JOSE) set of standards.
Read more →Dialogflow Dialogflow is a natural language processing system developed by Google. It provides all the constructs necessary in order to define a natural language processing…
Read more →What this post is, and what is isn’t. This post is: This post is not: Domain-driven design (DDD) is an approach I’ve taken on various…
Read more →SOLID constitutes five design principles focused on making object-oriented designs more maintainable, understable, and flexible. The principles of SOLID are: Single-responsibility principle Open-closed principle Liskov…
Read more →This was exported from an org-mode notebook documenting various algorithm knowledge, with some example code snippets here and there implementing and executing algorithms inline. Code…
Read more →