Skip to content
Monday, June 02, 2025

carlocappai.me

Programming is an emotional rollercoaster on the dunning-kruger curve

  • Who I am and why this blog
Trending News
I Created a Video Game in Two Days Using AI 🎮✨ Understanding Sets, Maps, and Arrays in JavaScript: A Deep Dive with Real-Life Examples Database transaction isolation levels  Unexpected RPC error, error: Transport(Code(413)) [SOLVED] [SOLVED] Error: Socket closed unexpectedly – Redis Node.js Managing and forgiving mistakes, an example Check Shopify webhook signature with NestJs Criteria to order keys in MongoDB compound indexes Data Mapper vs Active Record How to write a functional test with Symfony and Guzzle’s mock handler
I Created a Video Game in Two Days Using AI 🎮✨
AI

I Created a Video Game in Two Days Using AI 🎮✨

15/11/202415/11/20244 min read

Alright, the claim is a bit of a bait — things aren’t exactly as they seem, but it’s not entirely untrue either. Let me explain.

Read More

Understanding Sets, Maps, and Arrays in JavaScript: A Deep Dive with Real-Life Examples
Node.js

Understanding Sets, Maps, and Arrays in JavaScript: A Deep Dive with Real-Life Examples

08/10/202415/11/20246 min read

Arrays: The Backbone of JavaScript Collections Characteristics:– Ordered: Arrays maintain the order of elements as they were added.– Mutable: You can modify arrays by adding, removing, or

Read More

Database transaction isolation levels 
database

Database transaction isolation levels 

09/08/202309/08/20232 min read

Read Uncommitted: Transactions are not isolated from each other. If the DBMS supports other transaction isolation levels, it ignores whatever mechanism it uses to implement

Read More

Unexpected RPC error, error: Transport(Code(413)) [SOLVED]
web3

Unexpected RPC error, error: Transport(Code(413)) [SOLVED]

07/03/202307/03/20231 min read

While running a local node of the graph a got this error who stopped my indexing. The reason is I was asking for a block

Read More

[SOLVED] Error: Socket closed unexpectedly – Redis Node.js
Node.js Redis

[SOLVED] Error: Socket closed unexpectedly – Redis Node.js

03/08/202215/02/20241 min read

In my Node.js application I had lot of That caused my application to crash and restart multiple times because of the unhandled error. This happens

Read More

Managing and forgiving mistakes, an example
personal growth

Managing and forgiving mistakes, an example

02/08/202227/09/20222 min read

In the 1990 season of World Motorcycle Racing Eddie Lawson was one of the favorite in the run of the 500cc title. He won the

Read More

Check Shopify webhook signature with NestJs
NestJS

Check Shopify webhook signature with NestJs

08/06/202208/06/20223 min read

Are you having a hard time checking shopify webhook signature with NestJs? Here’s why and how to solve it! NestJs has automatically parses the request

Read More

Criteria to order keys in MongoDB compound indexes
database

Criteria to order keys in MongoDB compound indexes

11/02/202211/02/20222 min read

In MongoDB when we are creating a compound index, the keys order defining the index matters. These 2 compund indexes below are different, resulting in

Read More

Data Mapper vs Active Record
database

Data Mapper vs Active Record

24/01/202224/01/20221 min read

Using the Active Record approach, you define all your query methods inside the model itself, and you save, remove, and load objects using model methods.

Read More

How to write a functional test with Symfony and Guzzle’s mock handler
php symfony test testing

How to write a functional test with Symfony and Guzzle’s mock handler

17/11/202117/11/20211 min read

When we write a client to integrate an API in our systems it is important to test it to be sure we can handle every

Read More

1 2 Next »

Recent Posts

  • I Created a Video Game in Two Days Using AI 🎮✨
  • Understanding Sets, Maps, and Arrays in JavaScript: A Deep Dive with Real-Life Examples
  • Database transaction isolation levels 
  • Unexpected RPC error, error: Transport(Code(413)) [SOLVED]
  • [SOLVED] Error: Socket closed unexpectedly – Redis Node.js

Categories

  • AI
  • apache
  • centos
  • database
  • docker
  • git
  • k8s
  • NestJS
  • Node.js
  • personal growth
  • php
  • Redis
  • symfony
  • test
  • testing
  • web3
All Rights Reserved 2021.
Proudly powered by WordPress | Theme: Refined Blog by Candid Themes.