Integrating DeepSeek API in NextJs and ExpressJs AppPublished from Publish Studio AI is an infinity stone. Learn to use its power, you can do wonders. In this guide, build a personal accountant with DeepSeek API and a sample project. The Project I've created a sample project called "Finance Tracker" ...Feb 12, 2025·6 min read·2
Setting Up Drizzle & Postgres with tRPC and Next.js AppPublished from Publish Studio In this tutorial, let's learn how to connect a Postgres database to a tRPC express backend using Drizzle ORM. I have also created a simple frontend for our finance tracker application. You can copy frontend code from the...Dec 25, 2024·6 min read·4
Let's Build a Full-Stack App with tRPC and Next.js App routerPublished from Publish Studio Are you a typescript nerd looking to up your full-stack game? Then this guide is for you. The traditional way to share types of your API endpoints is to generate schemas and share them with the front end or other servers...Jul 19, 2024·9 min read·8
✨ Introducing Publish StudioPublished from Publish Studio UPDATE: Publish Studio is now generally available. Sign Up for free and start writing. It’s been a really long time since I last published an article here. I’ve been inactive due to some personal career reasons. But I’m ...Mar 5, 2024·3 min read·8
Deploying a MERN App to AWS Elastic Beanstalk with CI/CDIn the previous article "Automate MERN App Deployment with GitHub Actions CI/CD", we learned till pushing images to the docker hub. So far, you've done an excellent job! But that isn't enough; we now require a server that runs our containers 24 hours...Feb 24, 2023·10 min read·9
Automate MERN App Deployment with GitHub Actions CI/CDAs you continue to develop your software, you must also continue to integrate it with previous code and deploy it to servers. Manually doing this is a time-consuming process that can occasionally result in errors. So we need to do this in a continuou...Feb 18, 2023·8 min read·64
How Feature Flags Can Help You Ship Faster and Smarter?Are you tired of long development cycles and hesitant to push new features to production? Feature flags may be the solution you're looking for. In this blog post, we'll explore how feature flags can streamline your development process, reduce the ris...Jan 31, 2023·8 min read·12