Blog

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

    Dec 8th, 2022

    0 Views

    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

    Oct 31st, 2022

    0 Views

    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

    Oct 14th, 2022

    0 Views

    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

    Oct 6th, 2022

    0 Views

    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

    Sep 16th, 2022

    0 Views

    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

    Sep 9th, 2022

    0 Views

    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

    Sep 2nd, 2022

    0 Views

    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

    Aug 26th, 2022

    0 Views

    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

    Mar 30th, 2021

    0 Views

    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

    Feb 28th, 2021

    0 Views

    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

    Jan 31st, 2021

    0 Views

    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

    Apr 15th, 2020

    0 Views

    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

    Feb 20th, 2020

    0 Views

    How To Incrementally Develop An Algorithm Using Test Driven Development

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