Build a FullStack AMA app with Remix, Prisma, PostgreSQL

Learn how to build a fullstack app, from spec to production, using remix, prisma and postgresql starting from planning out the app's spec at a higher level and breaking it down into smaller modules and bringing it altogether to form a finished product

Read

Send push notification an expo app from meteor.js

Learn how to integrate push notification in an expo/meteor app

Read

Build a group chat app with react native and meteor

See how you can build a fully featured offline app using React Native for the frontend and WatermelonDB for data storage.

Read

Learn Magnus UI by converting a Dribble Design Into a React Native App

Learn Magnus UI by converting a Dribble Design Into a React Native App.

Read

Sync React Native Offline app data from WatermelonDB to PostgreSQL

Learn how to sync watermelondb data with server side api and postgresql.

Read

Build a fully offline app using React Native and WatermelonDB

See how you can build a fully featured offline app using React Native for the frontend and WatermelonDB for data storage.

Read

Monetizing your react native app with stripe

We walk through building a complete app, with authentication and payment processing, using React Native, UI Kitten, Stripe, and AdonisJs.

Read

Photo gallery app with Express, React, chakra UI and Multer

React.js is now one of the most battle-tested and matured frontend frameworks in the world and express.js is it's counterpart among backend/server frameworks. If you're building an app today, you can't pick a better duo than this. In this post, I will walk you through building a complete app using those two frameworks.

Read

Mood tracking app with ionic, mobx and react

Ionic now offers a React integration. Take it for a spin by building a full mood-tracking app alongside TypeScript and MobX.

Read

Open Sourcing Naao App

Back in 2018, we built naao app to compete in the IEEEMadC contest. Unfortunately, we did not win. After shelving the project for a year I am finally opening it up to the world and open sourcing the codebase.

Read

Camera App With React Native

This post will walk you through setting up and making your first react native app by showing you how to make a camera app.

Read

REST Api With MongoDB and Nest.js

Nest.js is a new backend framework built using typescript. It aims to become the Angular Framework for serverside application. This post will walk you through building a very basic REST api using nest.js and mongodb as the persistent data layer.

Read

Send push notification from rails to an ionic app

Somehow, everytime I have had to setup push notification, I have struggled with every step so I decided to write up the whole process and hopefully someone will find it as helpful as I do.

Read

Git Push To Deploy Your Meteor App

Having worked with meteor for a long time, I still stumble upon new ways of deploying meteor apps. However, from experience, the easiest and most basic option has been to use git and forever.js and after reading this post, I hope you'll agree with me.

Read