Database
    August 12, 2019

    How to Implement Multiple Queries Transactions with Node.JS & MySQL

    What Are MySQL transactions Transactions solve a very common and particular problem when there is…
    Blog
    January 4, 2019

    Integrating Mongoose Models and Schemas with Typescript – Node.js

    Introduction Having recently migrated a legacy project from MySQL to MongoDB, I’ve had to fight…
    Blog
    December 8, 2018

    Bcrypt: Implementing Encryption With Node.js

    Getting Started I’m not going to go over all of the pro’s and con’s of…

    TypeScript

      October 27, 2020

      Generics: What Are They and How to Use Them in Typescript

      Introduction If this isn’t the first time you’ve looked at learning what generics are then you’ve probably noticed that Google…
      October 22, 2020

      How to Implement TypeScript Dictionary Types

      What is a Dictionary Type Whether coming from Node.js, Python, C# or any other programming language you’ve probably heard of…
      October 19, 2019

      Node.js TypeScript Async Await

      For quite a while now I’ve been using Async / Await in place of Promises. There are tons of advantages…
      August 13, 2019

      Node.js Environment Variables & Enforcing Strict Types

      Learn how to use environment variables with strict type checking in TypeScript.
      August 12, 2019

      How to Implement Multiple Queries Transactions with Node.JS & MySQL

      What Are MySQL transactions Transactions solve a very common and particular problem when there is more that one source or…
      December 27, 2018

      How To Nest Typescript Interfaces

      Nesting TypeScript interfaces can be a great way of keeping your code neat and clean. To clarify the term ‘nesting’,…

      Categories

        March 28, 2021

        Creating a simple MD5 cracker in Python.

        Intro Let me preface this post by saying, in no absolute way am I a master in InfoSec, Cryptography, Programming,…
        October 27, 2020

        Generics: What Are They and How to Use Them in Typescript

        Introduction If this isn’t the first time you’ve looked at learning what generics are then you’ve probably noticed that Google…
        October 22, 2020

        How to Implement TypeScript Dictionary Types

        What is a Dictionary Type Whether coming from Node.js, Python, C# or any other programming language you’ve probably heard of…
        October 19, 2019

        Node.js TypeScript Async Await

        For quite a while now I’ve been using Async / Await in place of Promises. There are tons of advantages…
        August 13, 2019

        Node.js Environment Variables & Enforcing Strict Types

        Learn how to use environment variables with strict type checking in TypeScript.
        August 12, 2019

        How to Implement Multiple Queries Transactions with Node.JS & MySQL

        What Are MySQL transactions Transactions solve a very common and particular problem when there is more that one source or…
        July 28, 2019

        Hello world!

        Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
        January 4, 2019

        Integrating Mongoose Models and Schemas with Typescript – Node.js

        Introduction Having recently migrated a legacy project from MySQL to MongoDB, I’ve had to fight a fair bit getting models…
        December 27, 2018

        How To Setup and Integrate Sentry.io with Node.js

        Spending time boing over what sentry is and what it’s used for seems a little redundant in this article. If…
        December 27, 2018

        How To Nest Typescript Interfaces

        Nesting TypeScript interfaces can be a great way of keeping your code neat and clean. To clarify the term ‘nesting’,…
        December 8, 2018

        Bcrypt: Implementing Encryption With Node.js

        Getting Started I’m not going to go over all of the pro’s and con’s of bcrypt or encryption, how it…
        November 28, 2018

        Overview of TypeScript Types

        In this article, I’m going to be covering TypeScript types you will want to be using on a day to…
        Back to top button