Taking apart NestJS middleware

Taking apart NestJS middleware

2022-04-24

Getting into how middleware works in NestJS to gain a deeper understanding

Adding Unit Tests to an iOS MVP Project in Swift

Adding Unit Tests to an iOS MVP Project in Swift

2022-03-20

Unit testing an example project that uses Model, View and Presenter layers along with a Networking Layer and other general utilities using Xcode

Creating a Ronda Rousy quote bot for Telegram using Python

Creating a Ronda Rousy quote bot for Telegram using Python

2022-02-24

A quick intro to creating Telegram chatbots using python

Creating Beautiful Terminal Apps With JS

Creating Beautiful Terminal Apps With JS

2022-02-24

Using a react like library for JS to create cool terminal UI apps

Making a Tor Version of Your Site

Making a Tor Version of Your Site

2022-02-06

A short intro to making your site available on tor

Javascript and Content Security Policy

Javascript and Content Security Policy

2022-01-16

Introduction to CSP and how to use it

5 Common Mistakes While Doing Scrum for Software Development

5 Common Mistakes While Doing Scrum for Software Development

2022-01-12

The most common scrum (or scrum like systems) mistakes

Using Promises With Express JS

Using Promises With Express JS

2022-01-02

A variety of tactics developers use in the wild to promisify their Express apps

How to Promisify Your Javascript

How to Promisify Your Javascript

2021-12-25

Making synchronous JavaScript async with Promises