<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/categories/blitzjs/" -->

---
title: Blitzjs | daily.dev Blog
description: 3 posts on blitzjs from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide.
canonical: https://daily.dev/categories/blitzjs/
og:type: website
og:url: https://daily.dev/categories/blitzjs/
og:title: Blitzjs | daily.dev Blog
og:description: 3 posts on blitzjs from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide.
og:image: https://daily.dev/og-image.png?v=a830cdf1
og:site_name: daily.dev
og:locale: en_US
twitter:card: summary_large_image
twitter:site: @dailydotdev
twitter:creator: @dailydotdev
twitter:title: Blitzjs | daily.dev Blog
twitter:description: 3 posts on blitzjs from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide.
twitter:image: https://daily.dev/og-image.png?v=a830cdf1
---

[Skip to main content ](#main-content) 

Category

#  Blitzjs 

 3 posts on blitzjs from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide. 

 3 posts 

* [ Oct 4, 2021  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. ![Chidume Nnamdi](https://media.daily.dev/image/upload/s--RuAlpsCG--/f_auto,q_auto/v1/recruiter-landing/602d24bd34eee18ce2d3878a_my_profile_pic_30b8f699c8?_a=BAMAMiB80) Chidume Nnamdi ](/blog/building-a-banking-admin-app-using-blitzjs/)
* [ Sep 30, 2021  Getting started with Blitz.js | Complete guide with examples Blitz.js is a full-stack React framework with a zero-API data layer built on Next.js and inspired by Ruby on Rails. Blitz.js uses the concept of the "Zero-API" data layer. This Zero-API enables us to add server code in the React components, Blitz.js will generate the HTTP API at build time. This removes the need of adding API endpoints in our project and making an HTTP request to them via the client-side. ![Chidume Nnamdi](https://media.daily.dev/image/upload/s--RuAlpsCG--/f_auto,q_auto/v1/recruiter-landing/602d24bd34eee18ce2d3878a_my_profile_pic_30b8f699c8?_a=BAMAMiB80) Chidume Nnamdi ](/blog/getting-started-with-blitzjs/)
* [ Sep 27, 2021  How to use Prisma in Blitzjs Prisma is a very powerful ORM (Object-Relational Mapping) tool, it encapsulates the complexity of using SQL databases and provides us with a simple interface to connect and manipulate databases. Blitzjs on other hand is a new and fast full-stack JavaScript framework, full-stack in the sense that the frontend and backend code is handled by Blitzjs. The frontend connects with the backend to request and retrieve data and Blitz does the magic using Prisma. ![Chidume Nnamdi](https://media.daily.dev/image/upload/s--RuAlpsCG--/f_auto,q_auto/v1/recruiter-landing/602d24bd34eee18ce2d3878a_my_profile_pic_30b8f699c8?_a=BAMAMiB80) Chidume Nnamdi ](/blog/using-blitzjs-and-prisma/)

Showing 3 of 3 posts 

## Get developer news, every new tab. 

Install daily.dev to turn your new-tab page into a personalized feed of articles like the ones in this category. 

[Get daily.dev → ](https://api.daily.dev/get)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/og-image.png?v=a830cdf1","width":1200,"height":630},"sameAs":["https://twitter.com/dailydotdev","https://www.linkedin.com/company/dailydotdev","https://github.com/dailydotdev","https://www.instagram.com/dailydotdev"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","description":"Free, personalized developer news aggregator. Stay on top of software development news, AI coding tools, and web dev - curated daily from trusted sources.","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}},{"@type":"CollectionPage","@id":"https://daily.dev/categories/blitzjs/#webpage","url":"https://daily.dev/categories/blitzjs/","name":"Blitzjs | daily.dev Blog","description":"3 posts on blitzjs from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide.","isPartOf":{"@id":"https://daily.dev/#website"},"potentialAction":{"@type":"ReadAction","target":"https://daily.dev/categories/blitzjs/"}},{"@type":"ItemList","numberOfItems":3,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/blog/building-a-banking-admin-app-using-blitzjs/","name":"Building a Banking admin app using Blitzjs"},{"@type":"ListItem","position":2,"url":"https://daily.dev/blog/getting-started-with-blitzjs/","name":"Getting started with Blitz.js | Complete guide with examples"},{"@type":"ListItem","position":3,"url":"https://daily.dev/blog/using-blitzjs-and-prisma/","name":"How to use Prisma in Blitzjs"}],"@id":"https://daily.dev/categories/blitzjs/#itemlist"},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://daily.dev/blog/"},{"@type":"ListItem","position":3,"name":"Blitzjs","item":"https://daily.dev/categories/blitzjs/"}]}]}
```

