Skip to content

Archives

All the articles I've archived.

2023 2
February 2
  • Quick Guide for AWS

    Published:

    Step-by-step guide to deploying Node.js applications on AWS EC2 - from security group setup to SSL certification. Includes MongoDB/PostgreSQL installation, S3 bucket configuration, and CloudFront integration with complete code snippets.

  • Quick Guide for Flutter

    Published:

    Complete guide to customizing and deploying Flutter apps - from changing app names and icons to building signed APK/AAB files for Android release. Step-by-step tutorial with code examples using flutter_launcher packages.

2022 2
November 2
  • How to Setup your MacBook Air M2 for Software Development

    Published:

    A detailed guide to setting up your M1/M2 MacBook for development - from essential tools like Homebrew and iTerm2 to VS Code customization and language-specific environments. Perfect for web and mobile developers using React, Node, and Flutter.

  • Shopify Orders, Setup Pagination with shopify-api and GraphQL

    Published:

    Learn how to implement cursor-based pagination in a React and NestJS application with TypeScript. Complete guide with code examples for building an orders page using Shopify Polaris components.