All Posts
Work Log
Weekly summary of my learnings and progress
Read article βHighlighting Results from a Full-Text Search Query with PostgreSQL
This article explores how to return highlighted fragments of a database query using PostgreSQL
Read article βData modeling β Table Inheritance
Learn the different types of inheritance, pros, cons, and how to model your data as well
Read article βJust Ship It! π’
Embracing a shipping culture by keeping things simple, using simple tools and taking up one project at a time.
Read article βAzure Ecosystem Exploration [0]
A new journey exploring Microsoft's products and Azure's offering
Read article βSE Internship Log[5]
Executing an exported function in your TypeScript project with ts-node.
Read article βSE Internship Log[4]
Re-thinking performance, Next.js measuring performance, label-sync, and being proactive.
Read article βSE Internship Log[3]
ts-node `--require` flag, fs-jetpack, and showing up and giving it a shot.
Read article βSE Internship Log[2]
End-to-end testing with Playwright and something small public learning
Read article βSE Internship Log[1]
Types based on other Types in TypeScript and a little advice on pursuing projects.
Read article βSE Internship Log[0]
Let's talk type-only imports and exports, accessibility and design systems, a little bit on confidence and asking for feedback.
Read article βReliable, Scalable, and Maintainable Applications
My summary of Chapter One - Designing Data-Intensive Applications
Read article βAdding an API and database to your Nuxt App with Prisma
This tutorial explores how to build a fullstack application using Nuxt and Prisma for database access.
Read article βBuilding a GraphQL CRUD API for your Database with TypeGraphQL & Prisma
Learn how to quickly prototype a GraphQL API with Apollo-Server, Nexus, Prisma and TypeGraphQL
Read article βFetch() is All you Need
Axios is great, but maybe fetch is what you really need
Read article βType-safe React using TypeScript
Let's improve the quality of your React app by using TypeScript π
Read article βDear Junior Web Developer...
Note to any aspiring and junior front-end developers
Read article βJAMstack, guess we full stack now
My first JAMstack application
Read article βWhy you should probably switch to Azure App Service
Perhaps I can give you a reason to switch to Azure from your current deployment platform
Read article βChild ProcessesπΆ
An introduction to child processes with NodeJs
Read article βIntroduction to the Notification API
this is a simple introduction to the browser's Notification API with no use of external APIs
Read article β