0xc
  • Home
  • Tags
  • CV
  • About Me

Post for: #swe (7 Posts)

direnv magic: instant project environments

September 21, 2023 Tom Carrio
12-factor-app dev nix swe

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: The Full Picture

August 6, 2023 Tom Carrio
cryptography swe

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 →

Automating NLP Model Development with Dialogflow

August 5, 2023 Tom Carrio
automation iac ml nlp swe

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 →

Domain-Driven Design Patterns: An Introduction

July 29, 2023 Tom Carrio
coding ddd swe

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 Principles: Dependency Inversion

July 29, 2023 Tom Carrio
patterns solid swe

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 →

Notes on algorithms

July 28, 2023 Tom Carrio
algorithms swe

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 →
← Previous

© Tom Carrio 2024