daily.dev blog
daily.dev raised an $11M seed round ๐
daily.dev, a developer-focused startup, has raised $11 million in seed funding to build the worldโs largest professional network for the global developer community. The platform aims to provide a space for developers to improve, interact and collaborate with each other, while staying up to date with the latest trends in the developer ecosystem. The funding round was led by Aleph with participation from Jibe Ventures and Secret Chord Ventures alongside notable angel investors.

How to start with RedwoodJS - The full guide
RedwoodJS is a full-stack serverless web application framework built by Tom Preston Werner (co-founder of GitHub) et al. This framework provides the mechanism to build JAMstack applications very fast. Such applications can be deployed with ease just with a git push command.

RedwoodJS and PostgreSQL
RedwoodJS is a full-stack React app, this means that the front-end and the back-end are all handled in one place. The frontend is a React app that can be deployed to the cloud or CDNs. The back-end is a GraphQL API that can be hosted anywhere and can be called from external or internal services.

Building a Banking admin app using Blitzjs
Blitz.js is an awesome framework, it makes the job easier for devs. We learned a lot here. We started with introducing Blitz.js, detailing its great features and also how to install it. Next, we demonstrated how to use the various features of Blitzjs by creating a minimal banking admin app just like Finacle. Yes, the bank app we built here lacks so many features. I urge you to keep going from this point, it's a great way of learning a new tool and picking up on it very fast.
