FIRMINO
Blog
Github
Linkedin
Blog
Meticulously curated thoughts, ideas and experiments
Home
blog
07 Jul 2022
Notes from - Writing idiomatic Go using Domain-Driven Design by Damiano Petrungaro
01 Jul 2022
Go/SQL/PostgreSQL - Custom LastInsertId
26 Jun 2022
Go/SQL - Fixing the error - Converting NULL to string is unsupported error
26 Jun 2022
Notes from - Tips on project structure for Go beginners
10 Jun 2022
Notes - Introduction to Software Testing in Go
10 Jun 2022
Go's pointers
23 May 2022
Book review - Endure by Cameron Hanes
22 May 2022
Getting Linux distribution's name
08 May 2022
Notes from the book Sprint by Jake Knapp
30 Jan 2022
React: Mocking react-router-dom’s useLocation with Jest
25 Dec 2021
React: Creating a Heading component leveraging Typescript’s typing system
27 Nov 2021
Re-thinking agility with Allen Holub
14 Oct 2021
LeetCode's Reverse String: in-place with O(1) extra memory.
25 Feb 2021
Resolving Typescript paths using Jest, and ts-jest
20 Feb 2021
Changing Git’s default branch name of new repositories
03 Oct 2020
Course notes: Being an Effective Team Member by Daisy Lovelace
25 Jul 2020
Generating Typescript interfaces from JSON on VS Code
04 Jul 2020
Generic functions | Typescript
18 Feb 2020
Import svelte components using an alias: @
10 Feb 2020
Searching inside of an array of objects - Javascript
06 Feb 2020
CSS: links with sliding underline effect through pseudo-elements
06 Feb 2020
Sequelize and UUID as primary key
02 Feb 2020
Accessing vue global filters inside component methods and lifecycle hooks
27 Jan 2020
Comparing MongoDB ObjectIds
22 Jan 2020
Using SASS variables inside vue components
14 Jan 2020
MongoDB/Mongoose minimal offset-based pagination
02 Jan 2020
Building URLFY - The idea
22 Dec 2019
Executing concurrent HTTP requests