Writing on Software, Web development, stuff.

| 2024-01-28

Gmail API Contact form Elixir, Phoenix & Swoosh

My experience setting up phoenix to send emails using Swoosh.adapters.Gmail in elixir.

Read article

| 2023-09-12

SSE React + Mongoose, Render Data from the Database

How to use Server Sent Events to render data from the mongoDB database in real time.

Read article

| 2023-09-01

Account after purchase with Stripe

How to create or authenticate a user after payment with stripe, with some spicy extra authentication processes

Read article

| 2023-08-23

Google Text to Speech Nodejs

My experience working with google text to speech api for a personal project to aid in my endevour to lean japanese!

Read article

| 2023-06-06

Binary Tree Traversal Rust

Now that i've got a grasp for binary trees, let's explore some algorithms and put them in use!

Read article

| 2023-06-04

Binary Search Trees

Practical learning using Rust exploring binary search trees and how to use them!

Read article

| 2023-05-02

MERN User Authentication

Creating a user authentication system using the MERN stack

Read article

| 2023-04-23

React redux

Using react-redux alongsite redux-persist to achieve state shared across all pages/components

Read article