Amanda Giannelliforgiannelli.techgiannelli.hashnode.net·Jun 7, 2022A Year At Auth0A year ago today, I started at Auth0. If you had told me 2 years ago, that I would be where I am currently, I probably would have laughed and said "Yeah, okay, sure." So on this day, my anniversary, I wanted to share my journey to Auth0. The Job Hu...Eleftheria Batsou and 1 other are discussing this2 people are discussing thisDiscuss·19 likes·336 readsAuth0
XingXiang OngforXing Xiang's Blogxingxiang.hashnode.net·Jan 25, 2023A junior dev's short review of RedwoodJSIntroduction RedwoodJS is a full-stack framework for building web applications. It offers a powerful set of tools for building both the front end and back end of your application in a single codebase. I got to know about Redwood from watching a video...Discuss·10 likes·62 readsRedwoodJS
Tobbe LundbergforTobbe Lundberg's place on teh Intarwebstobbe.hashnode.net·Oct 13, 2021Adding Google Maps to your RedwoodJS AppI wanted to show the location of a local business on their About page. The most common solution to this is to embed Google Maps with a pin showing the location. Since Redwood uses React I went and looked for a Google Maps React component. Looking for...Discuss·8 likes·232 readsRedwoodJS
Tobbe LundbergforTobbe Lundberg's place on teh Intarwebstobbe.hashnode.net·Feb 25, 2023WebSockets in RedwoodJSRealtime/WebSocket support in Redwood has been requested since forever*. For most people, using something like https://pusher.com/channels or https://supabase.com/docs/guides/realtime is the best choice. But I wanted to see if I could roll my own. (*...Discuss·146 readsRedwoodJS
XingXiang OngforXing Xiang's Blogxingxiang.hashnode.net·Jan 25, 2023A junior dev's short review of RedwoodJSIntroduction RedwoodJS is a full-stack framework for building web applications. It offers a powerful set of tools for building both the front end and back end of your application in a single codebase. I got to know about Redwood from watching a video...Discuss·10 likes·62 readsRedwoodJS
Uchenna EmmanuelforEunit Blogeunit.hashnode.net·Jan 6, 2023NextJS Vs RedwoodJS -- Which Is Better?NextJS vs. RedwoodJS: Which One is Better Introduction NextJS and RedwoodJS are both popular JavaScript-based web development frameworks. It's natural for developers to want to use the best tools, frameworks, or libraries for their projects. The prim...Discuss·4 likes·35 readsNext.js
Colby M. WhiteforEdge Boundthe-edge.hashnode.net·Sep 11, 2022Redwood's definition of prerender is ... differentHere's what RedwoodJS's latest docs say about prerendering: Redwood currently supports prerendering at build time. So before your deploy your web side, Redwood will render your pages into HTML, and once the JavaScript has been loaded on the browser,...Discuss·42 readsRedwoodJS
Tobbe LundbergforTobbe Lundberg's place on teh Intarwebstobbe.hashnode.net·Jul 31, 2022Using RedwoodJS as a Static Site GeneratorMy PR for Cell Prerendering recently got merged into the RedwoodJS codebase. It makes it possible to 1. pre-render pages that need URL path parameters, and 2. pre-render pages that uses cells. This combo is super powerful! Let's say you have an e-com...Discuss·279 readsRedwoodJS
Tobbe LundbergforTobbe Lundberg's place on teh Intarwebstobbe.hashnode.net·Jul 7, 2022Visualizing your Prisma schema in a RedwoodJS projectDo you want to have a visualization of your database models? Using Redwood to build your fullstack application? Then this guide is for you! I'm going to show how easy it is to generate an ER diagram, and keep it updated! We'll be using keonik/prisma-...Discuss·1 like·823 readsRedwoodJS
Ejiro ThankGodforOpen Replay's Technical Blogopenreplay.hashnode.net·Jul 7, 2022Redwood, a new frameworkby Ejiro Thankgod According to its documentation, "Redwood is a full-stack web development framework designed to help you grow from side project to startup." Redwood features an end-to-end development workflow that weaves together the best part of...Discuss·95 readsJavaScript
Joshua LeeforJotyy's blogjotyy.hashnode.net·Jun 19, 2022Build A Fullstack Blog with RedwoodJS, TailwindCSS & MongoDB: PartⅠThis is the first article of Building a fullstack blog with -- RedwoodJS, which is an awesome Fullstack React framework. Let's start the journey with setting up your project. TLDR; All source code could be available here: jotyy/redwood-blog Introduct...Discuss·5 likes·64 readsReact
Amanda Giannelliforgiannelli.techgiannelli.hashnode.net·Jun 7, 2022A Year At Auth0A year ago today, I started at Auth0. If you had told me 2 years ago, that I would be where I am currently, I probably would have laughed and said "Yeah, okay, sure." So on this day, my anniversary, I wanted to share my journey to Auth0. The Job Hu...Eleftheria Batsou and 1 other are discussing this2 people are discussing thisDiscuss·19 likes·336 readsAuth0
Pacholo AmitforMisadventures of a self-taught developerpacholoamit.hashnode.net·Apr 10, 2022RedwoodJS - Create a full stack application in minutesIsn't it annoying re-inventing the wheel? Imagine this, you get a new idea for a startup or even just a basic project you'd like to do for yourself because you can. Here's what you're gonna start thinking about... I've gotta write some boring boiler...Discuss·50 readsJavaScript