Favour Orukpealphadevking.hashnode.dev·Nov 28, 2024From Hours to Minutes: How I Got Unstuck from the Project Setup Quagmire Using a Simple CLIStarting a new project should be exhilarating, but for developers across all stacks, it often means facing a frustrating wall of repetitive tasks: choosing frameworks, setting up directories, installing dependencies, and configuring tools. Whether yo...cli
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...1 like·43 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...TypeScript
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...monorepo
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....5 likes·101 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, ...Next.js
개똥이dogpoop2dev.hashnode.dev·Aug 8, 2024모노레포 사용기 (turborepo)Why Monorepo? 프로젝트에 따라서 레포지토리를 하나만 활용하는 것이 아닌 여러개의 레포를 관리해야할 때가 있다. 가량 지금 진행하고 있는 사이드 프로젝트 Deebo에는 간단한 프로젝트 소개 및 QnA 내용이 담긴 랜딩페이지와 프로덕트(서비스) 페이지, 어드민 페이지 등으로 나누어 지게 되는데 각각 개별적인 레포를 활용해 만들 것이기 때문에 작업 시 여러개의 에디터를 띄워놓거나 하는 등의 불편함을 감내해야했다. 만약 이 때 모노레포를 활...69 readsmonorepo
Karangiya Vrajvkblog.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...876 readsReact
Ronit Pandaronit.dev·Jun 1, 2024Backend Routes - "pull"Hey everyone! Let's get started with writing the pull endpoint. Before writing the actual endpoint though, let's discuss the topic that is specific to row versioning backend strategy and we skipped in the last blog CVR (Client View Record) A client v...10 likes·100 readsBuilding RealTime WebAppsTypeScript
Ronit Pandaronit.dev·Jun 1, 2024Initialise replicache with a robust production ready type-systemHello everyone!, you have made a long way through so pat yourself on the back and let's begin. In this blog we will work on setting up replicache inside our NextJS app and then setting up a robust type system inside our monorepo and understand why we...10 likes·286 readsBuilding RealTime WebAppsTypeScript