~ / nitish.sh - zsh
 _ __ (_) |_ (_) ___| |__    ___| |__ 
| '_ \| | __| | / __| '_ \  / __| '_ \
| | | | | |_| | \__ \ | | | \__ \ | | |
|_| |_|_|\__|_|_|___/_| |_|.|___/_| |_|
						
Welcome to nitish.sh! 👋

This is an interactive terminal. Type 'help' to see available commands.

ls posts/

How I built soljar.xyz - A guide to building programs on solana

A comprehensive guide to building Solana programs, using Soljar as a case study. Learn how to create a decentralized payments platform supporting SOL and SPL tokens, with detailed explanations of program structure, state management, and instruction implementation using Anchor.

Building a Serverless Postgres-Powered GraphQL API with Prisma ORM and Apollo Server

Build a scalable, serverless GraphQL API using NeonDB's PostgreSQL, Prisma ORM, and Apollo Server. This guide covers database setup, API implementation, and AWS Lambda deployment with practical code examples—helping you create powerful applications without complex database management.

Memory management in React Native using AppState

Learn how to optimize React Native app performance using AppState API. Discover techniques for managing memory usage, handling app state changes, and implementing user status tracking to create more efficient mobile applications.

How to integrate PayPal payments with React Native

A step-by-step guide to implementing PayPal payments in React Native using WebView. Learn how to create a payment interface, set up Firebase hosting for the web component, and handle payment callbacks between web and native environments.

The complete guide to using Atomic Design in React Native

A comprehensive guide to implementing Atomic Design methodology in React Native applications. Learn how to organize components into atoms, molecules, organisms, templates, and pages to create a scalable and maintainable component architecture.