Satyam Anandsatyamanand.hashnode.dev·Nov 19, 2024Custom Starter Template for Turborepo with Tailwind CSS & Shadcn UIThis is a custom starter template for Turborepo with Tailwind CSS and Shadcn UI. What is Truborepo? Turborepo is a high-performance mono-repo build system designed to manage multiple projects efficiently within a single repository. It optimizes buil...Discuss·1 like·28 readsVercel
Canopascanopas.hashnode.dev·Nov 11, 2024Building a Better Monorepo with TypeScript, Turborepo, or NxIntroduction Monorepo is a software development strategy that creates shared libraries and dependencies in a single repository. Monorepos offers a solution for crucial dependency management by centralizing codebases, improving collaboration, and stre...DiscussTypeScript
Kishan Kareliyatechwithkishan.hashnode.dev·Oct 12, 2024Understanding Monorepos: A Practical GuideIntroduction Monorepos have become increasingly popular, especially for large-scale projects. In this blog, we will explore what monorepos are, when to use them, their benefits, and the challenges they bring. This guide will help you understand monor...Discussmonorepo
Monis Azeemmonisazeem.hashnode.dev·Sep 16, 2024Auto-Deploy your Turborepo to AWS using GitHub WorkflowsI have deployed a Turborepo which has a next and express application to AWS and used GitHub Workflows for continuous deployment as soon as new code is pushed to repo. Used Nginx for reverse proxy and also enabled https on custom domain using certbot....Discuss·5 likes·100 readsmonorepo
Jay Simonsdesignly.hashnode.dev·Sep 3, 2024How to Create a Full-Stack Blog with Payload CMS, Next.js and TurboToday's article is going to be loaded! TL;DR: We're going to build a full-stack blog app using Next.js for the frontend and Payload CMS for the backend. And we'll package it all up nicely using Turborepo! Payload CMS is what's called a headless CMS, ...DiscussNext.js
개똥이dogpoop2dev.hashnode.dev·Aug 8, 2024모노레포 사용기 (turborepo)Why Monorepo? 프로젝트에 따라서 레포지토리를 하나만 활용하는 것이 아닌 여러개의 레포를 관리해야할 때가 있다. 가량 지금 진행하고 있는 사이드 프로젝트 Deebo에는 간단한 프로젝트 소개 및 QnA 내용이 담긴 랜딩페이지와 프로덕트(서비스) 페이지, 어드민 페이지 등으로 나누어 지게 되는데 각각 개별적인 레포를 활용해 만들 것이기 때문에 작업 시 여러개의 에디터를 띄워놓거나 하는 등의 불편함을 감내해야했다. 만약 이 때 모노레포를 활...Discuss·68 readsmonorepo
Karangiya Vrajforvkarangiyavkblog.hashnode.dev·Jul 9, 2024Creating a Monorepo Using Turborepo, Next.js, and Tailwind CSS: A Complete GuideAs modern web applications grow in size and complexity, especially when encompassing multiple applications, developers are in search of more efficient ways to manage their codebases. A highly effective solution to this challenge is the use of monorep...Discuss·698 readsReact
Ronit Pandaronit.dev·Jun 1, 2024How real-time sync apps actually work?Hey everyone, if you're excited after the last blog and curious about how these systems work, let's briefly discuss how they operate. IndexDB "DB of your browser" before moving forward though let's discuss a bit about indexDB, which is an inherent pr...Discuss·10 likes·124 readsBuilding RealTime WebAppsrealtime apps
Ronit Pandaronit.dev·Jun 1, 2024What is real time syncBefore jumping straight into implementation let's discuss a bit about what is this real time experience we are going to learn in this series Real time sync apps have these following properties Any interaction or mutation on the platform is instant a...Discuss·10 likes·203 readsBuilding RealTime WebAppsTypeScript
Ronit Pandaronit.dev·Jun 1, 2024Setup "Poke"Hey everyone!, finally after setting up push and pull, we are mostly done, but there is one vital piece of the puzzle pending. Right now you can push mutations to our server and on every 60 seconds interval our client pulls and our client is in sync ...Discuss·43 readsBuilding RealTime WebAppsrealtime apps