Building MapleStack: Tailwind CSS for Streamlined Styling
As we continue our journey through the MapleStack tech stack, this week’s focus is on Tailwind CSS. Tailwind CSS is a utility-first CSS framework that has transformed the way we…
As we continue our journey through the MapleStack tech stack, this week’s focus is on Tailwind CSS. Tailwind CSS is a utility-first CSS framework that has transformed the way we…
Hey, it's another Monday and time for us to continue our exploration of MapleStack's components. Today, I'll briefly discuss React. React is a JavaScript library that is best known for…
It’s time for the next piece of the MapleStack puzzle: NestJS. NestJS is a framework designed for crafting efficient and scalable server-side applications in NodeJS. In MapleStack, NestJS plays a…
When you're using modern web applications, it's easy to forget the multitude of operations running quietly behind the scenes every time a page loads or a button is clicked. Creating…
2 days ago SpamHaus blacklisted my domain. This will make browsers display the dreaded "Malicious Site" warning when you try to load the page. Here is how I resolved it…
Recently, I publicly shared a project that I'm working on, MapleStack, a platform for connecting companies everywhere to tech talent in Canada. Today, I'll like to share how I built…
In my previous post on how to set up a GraphQL server, we briefly discussed the issue of duplicate request to a data source; also known as the N+1 problem…
In this post we are going to learn how to set up a GraphQL server in NodeJs. If this is the first time you are learning about GraphQL, I suggest…
Recently, when starting out any new NodeJS project the first thing I install is typescript. This post covers how to set up your development environment with typescript. Typescript is a…
A common user interface(UI) component is a content carousel or slider. It is often used to display images on a site and the user interacts with it by clicking on…