Remix: React Framework part 2. Prisma and SQLite

November 20, 2023
react frontend remix sql sqlite prisma

This is the second part of our blog project using the Remix Framework! Let's focus on adding authentication and authorization to our app.

Sequelize and PostgreSQL with a Node client

December 7, 2023
backend node express sequelize sql

We’ve already checked out MongoDB, now it’s time for one of the most popular database out there which is PostgreSQL, which is a free and open source relational database management system.

TypeOrm Node REST API CRUD with Postgres

December 20, 2023
backend node express sql postgresql

This post is a bit more personal, in my job we're using TypeOrm and I would like to learn more about it, so I decided to start learning it! We use it with GraphQL but for now I will make this post using REST.

Apollo Server with TypeScript. CRUD

December 21, 2023
backend node express sql postgresql

In the previous post we checked how to use TypeORM, Node, GraphQL with PostgreSQL, this time we will add Apollo Server into the mix to produce a robust service for the Frontend to consume.

Apollo Server with TypeScript for Auth

December 22, 2023
backend node express sql postgresql

In the previous post we checked how to use TypeORM, Node, GraphQL with PostgreSQL, this time we will add Apollo Server into the mix to produce a robust service for the Frontend to consume.

Learning SQL

January 23, 2025
backend sql concept

Today we will learn about SQL in a beginner friendly way

Learning SQL: Questions and answers

January 25, 2025
backend sql concept

Today we will check some of the common questions and answers about SQL that are done on interviews