Blog posts

Roll your own auth with Rust and Protobuf

Roll your own auth with Rust and Protobuf

Introduction 1. What is Protobuf? 2. What are we going to accomplish 3. Requirements Get...

12 minutes read
10/28/2023
#rust#protobuf#beginners#tutorial

57

Roll your own auth with Rust and Protobuf

Introduction Before starting, take a deep breath, maybe 5 minutes of meditation and...

12 minutes read
10/28/2023

0
How to do stunning 3D with pure HTML/CSS

How to do stunning 3D with pure HTML/CSS

HTML and CSS may be the bedrock of 2D web design, but hidden within their virtual toolbox are the...

4 minutes read
9/8/2023
#html#css#animation#design

55
How to use the Pulumi Operator to build Docker Images

How to use the Pulumi Operator to build Docker Images

I recently faced a problem when trying to build a Docker image using the @pulumi/docker provider. In...

7 minutes read
5/21/2023
#pulumi#devops#kubernetes#docker

6
Build a Blog using Next.JS and DEV.to

Build a Blog using Next.JS and DEV.to

In this article you will learn how to build a Next.JS blog by fetching your Posts directly from...

5 minutes read
5/17/2023
#webdev#nextjs#typescript#tutorial

36
Use Notion as a database for your Next.JS Blog

Use Notion as a database for your Next.JS Blog

Notion is an extremely powerful tool to manage your content by creating a database you can even add...

4 minutes read
5/13/2023
#webdev#nextjs#notion#tutorial

229
How to properly use third-party libraries with React Server Components

How to properly use third-party libraries with React Server Components

With the new Next.JS 13 App Router, arrived React Server Components. When following the best...

3 minutes read
5/13/2023
#nextjs#typescript#react#webdev

6

Stop Nesting your code

I am what we call a Never Nester and in this Post I will show you why and how to become one of us. ...

3 minutes read
5/12/2023
#development#beginners#typescript

11