Blog

  1. Why You Should Use The Serverless Application Model (SAM) To Test And Deploy Cloud Resources In AWS

    8th Dec 2022

    Why You Should Use The Serverless Application Model (SAM) To Test And Deploy Cloud Resources In AWS

    • Serverless
    • AWS
    • SAM
  2. How To Implement Client Side Redirects In Next.js

    31st Oct 2022

    How To Implement Client Side Redirects In Next.js

    • React
    • Next.js
    • Redirects
  3. 12 Lessons I Learned Working As An Architect You Can Also Apply In Software Development

    14th Oct 2022

    12 Lessons I Learned Working As An Architect You Can Also Apply In Software Development

    • Personal Development
    • Architecture
  4. How To Create A Production Image For A Node.js + TypeScript App Using Docker Multi-Stage Builds

    6th Oct 2022

    How To Create A Production Image For A Node.js + TypeScript App Using Docker Multi-Stage Builds

    • Docker
    • Node.js
    • TypeScript
  5. 5 Benefits Of Typing V Copy Pasting When Working On New Code

    16th Sep 2022

    5 Benefits Of Typing V Copy Pasting When Working On New Code

    • Personal Development
    • Code Quality
    • Best Practices
  6. How To Build And Validate A Form With React And TypeScript

    9th Sep 2022

    How To Build And Validate A Form With React And TypeScript

    • React
    • TypeScript
    • Forms
  7. 3 Reasons Why Refactoring Your Code Before Submission Will Make You Stand Out As A Software Developer

    2nd Sep 2022

    3 Reasons Why Refactoring Your Code Before Submission Will Make You Stand Out As A Software Developer

    • Personal Development
    • Code Quality
    • Best Practices
  8. The 3 Types Of Errors You Need To Handle To Help Your Users Submit A Web Form

    26th Aug 2022

    The 3 Types Of Errors You Need To Handle To Help Your Users Submit A Web Form

    • Forms
    • Error Handling
    • User Experience
  9. How To Handle Multiple setState Calls On The Same Object In React

    30th Mar 2021

    How To Handle Multiple setState Calls On The Same Object In React

    • React
    • React State Management
    • React Hooks
    • React Documentation
  10. How To Format A Well-Formed Response To A GraphQL Request

    28th Feb 2021

    How To Format A Well-Formed Response To A GraphQL Request

    • GraphQL
    • GraphQL Documentation
    • GraphQL Specification
    • APIs
  11. How To Use The @property Decorator In Python And Django

    31st Jan 2021

    How To Use The @property Decorator In Python And Django

    • Python
    • Django
    • Decorators
    • Property Decorator
  12. Big O Notation And The Magic Of Time Complexity

    15th Apr 2020

    Big O Notation And The Magic Of Time Complexity

    • Algorithms
    • Big O Notation
    • Scalability
    • Complexity
  13. How To Incrementally Develop An Algorithm Using Test Driven Development

    20th Feb 2020

    How To Incrementally Develop An Algorithm Using Test Driven Development

    • Test Driven Development
    • Algorithms
    • Best Practices
    • Prime Factors Kata