Day: September 11, 2022
11 posts
The Most Important Leetcode Patterns
If you have been looking for a job in tech, I am pretty sure you have heard of…
Key Values Relations in NoSQL
In this article, we learn about the features of the key-value store in NoSQL. Before starting this topic…
Introduction to NoSQL
A NoSQL originally referring to non SQL or non-relational is a database that provides a mechanism for storage…
Introduction to MongoDB
MongoDB, the most popular NoSQL database, is an open-source document-oriented database. The term ‘NoSQL’ means ‘non-relational’. It means…
La práctica hace al programador
Hacer por hacer Uno de los principales problemas cuando empezamos a programar, es saber aplicar los nuevos conocimientos…
Write SQL Queries With Confidence (TypeScript + Postgres)
TL;DR- Check out https://safeql.dev A Problem Usually, we tend to operate against our database using ORMs such as…
The greatest skill issue of all time: building my first typescript application
I recently just got a job at https://replit.com in which I had to learn Typescript and Supabase for…
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…
FullStack – Dart Frog + React
Requisitos: Dart frog Node En el post anterior dart-frog vimos como hacer un pequeño API con Dart Frog,…