Blog Hero Image

Archive

A collection of all my references, guides, articles and blog posts

flask

Flask REST API Setup 🧪

Learn how to set up a Flask REST API from scratch with simple code examples.

regex

Regular Expressions for Python

Master regular expressions in Python with practical examples, syntax breakdowns, and performance tips.

IoT

IoT Sensors

An exploration of next-gen IoT sensors, their architecture, and how they’re shaping intelligent sensing systems.

stocks

Using Finance APIs to Build Smart Financial Tools

Learn how to use Finance APIs like yFinance, Alpha Vantage, and Finnhub to build smart financial tools.

ethics

Ethics for The Future

Explore the ethical implications of big data, smart homes, and surveillance technologies in shaping the future.

rust

Getting Started with Rust

Learn the basics of Rust programming language, from installation to writing your first program.

rust

Building Web Applications with Axum

Learn how to build modern web applications using Rust and the Axum framework.

rust,programming

Mastering Async Programming in Rust

Master asynchronous programming in Rust with futures, async/await, and concurrent patterns.

golang

Data Structures in Go: A Comprehensive Guide

A deep dive into Go’s built-in data structures with examples.

gcp

Using Google BigQuery with Python: A Full Guide

This guide provides real-world code examples for integrating Google BigQuery with Python on GCP.

golang,fiber,http

Go Fiber HTTP Methods

A list of Methods from the Fiber API

http

Understanding HTTP Requests in Go

A guide to handling HTTP requests in Go using the Fiber framework.

go,automation,webdev

Go and HTMX

This post details how to implement a search function and dynamically search through a .json file.

javascript,js

Using P5.js and Matter.js for Simuations

In this guide we built a simple pendulum with p5.js and matter.js