Precious Luke Open source crusader. I love building stuff with great technology.

Stories by Precious Luke

How To Use A Proxy In Next.js

How to use a proxy in Next.js

Dev

Discover how a proxy is used as an intermediary between clients and servers and implement it in a Next.js application.

Precious Luke
Mar 27, 2024 ⋅ 8 min read
How to switch Node.js versions with NVM

How to switch Node.js versions with NVM

Dev

Switch between Node.js versions with NVM, simplifying your development process by managing and installing multiple Node environments.

Precious Luke
Jan 30, 2024 ⋅ 6 min read
Build Full-Stack CRUD SolidJS App

Build a full-stack CRUD app with SolidJS

Dev

We demonstrate how to build a simple CRUD application to demonstrate the effectiveness of SolidJS, a fast and performant framework.

Precious Luke
Jul 5, 2023 ⋅ 7 min read
Using Sever Functions Qwik And Qwik City

Using server functions with Qwik and Qwik City

Dev

We use the Qwik framework and Qwik City’s server functions to improve app performance by loading data without relying on JavaScript.

Precious Luke
May 18, 2023 ⋅ 6 min read
Netlify Vs. Cloudflare Pages

Netlify vs. Cloudflare Pages

Dev

Compare Netlify and Cloudflare Pages, two serverless platforms for Jamstack website deployment.

Precious Luke
Mar 29, 2023 ⋅ 6 min read
Building Your Own Token With Solana

Building your own token with Solana

Dev

Learn how to create your token using the Solana platform, the fastest growing crypto ecosystem in the world.

Precious Luke
Jun 2, 2022 ⋅ 5 min read
How To Implement A Healthcheck In Node.js

How to implement a health check in Node.js

Dev

Health checks in software help us identify inefficiencies in our applications — In this article, we look at how to do a health check in a Node.js application.

Precious Luke
May 30, 2022 ⋅ 4 min read
Visualizing GraphQL Schema With GraphiQL

Visualizing GraphQL schema with GraphiQL

Dev

Learn how to visualize your GraphQL schema with GraphiQL, the default visualizer for GraghQL, with this walkthrough tutorial.

Precious Luke
May 26, 2022 ⋅ 4 min read

Using Recharts in React to add charts

Dev

Learn how to use Recharts in a React application that fetches data from Sanity to summarize an extensive dataset in a visually appealing way.

Precious Luke
Nov 8, 2021 ⋅ 5 min read
Learn Golang Encryption And Decryption

Learn Golang encryption and decryption

Dev

Learn how to encrypt and decrypt data in Go, keeping data safe by making it difficult to use if it falls into the wrong hands.

Precious Luke
Oct 21, 2021 ⋅ 6 min read

Building and structuring a Node.js MVC application

Dev

Learn about the Model-View-Controller architectural pattern and build and structure an application in Node.js using MVC.

Precious Luke
Sep 15, 2021 ⋅ 13 min read
How To Build An App With Hugo

How to build an app with Hugo

Dev

Learn how to build static websites with Hugo, a powerful static site generator known for its speed, simplicity, and security.

Precious Luke
Aug 19, 2021 ⋅ 7 min read