JSCasts
JSCasts
  • Видео 29
  • Просмотров 263 288
AdminJS - Version 7 update
We're happy to announce version 7 of AdminJS. See what's new with the release.
What's new in version 7?
docs.adminjs.co/installation/whats-new-in-v7
Version 7 migration guide:
docs.adminjs.co/installation/migration-guide-v7
New example app:
demo.adminjs.co/admin/login
Our GitHub issue for feedback, urgent issues, questions, and discussions:
github.com/SoftwareBrothers/adminjs/issues/1473
AdminJS: adminjs.co/
Documentation: docs.adminjs.co/
Просмотров: 2 180

Видео

AdminJS & MongoDB Atlas: Connect your admin app
Просмотров 3,6 тыс.Год назад
In this short tutorial, Adam shows how to connect your AdminJS panel to Atlas. Code: github.com/AdamFrydrychRST/MongoVideo AdminJS documentation: docs.adminjs.co/ Atlas: www.mongodb.com/atlas/database Libraries used: - NodeJS - Mongoose - AdminJS
AdminJS & Recharts: data dashboard in NodeJS and React
Просмотров 3,3 тыс.Год назад
In this short tutorial, Adam shows how to implement a simple data dashboard using AdminJS and Recharts. Code: github.com/AdamFrydrychRST/ChartsVideo/tree/charts AdminJS documentation: docs.adminjs.co/ Recharts documentation: recharts.org/en-US/guide Libraries used: - NodeJS - React - AdminJS - Recharts
AdminJS & Express: admin app deploy in 5 minutes
Просмотров 4,9 тыс.Год назад
Last episode of the AdminJS & Express tutorial series. This time we will deploy our application using ElephantSQL and AdminJS Cloud. AdminJS documentation: docs.adminjs.co/ AdminJS cloud dashboard: cloud.adminjs.co/register ElephantSQL: www.elephantsql.com/ Previous episodes: - AdminJS & Express: NodeJS admin panel setup in 4 minutes ruclips.net/video/R613IRVDLJ0/видео.html - AdminJS & Express:...
AdminJS & Express: adding RBAC
Просмотров 3,3 тыс.Год назад
Welcome to the next episode of short tutorial on how to setup admin panel using AdminJS, Express and MikroORM. Today we focus on securing our admin panel. We will implement role based access control to make AdminJS panel secure! AdminJS documentation: docs.adminjs.co/ Libraries used: - TypeScript - NodeJS - AdminJS - Express - MikroORM Previous episodes: - AdminJS & Express: NodeJS admin panel ...
AdminJS & Express: connecting with PostgreSQL using MikroORM
Просмотров 7 тыс.Год назад
Welcome to the next episode of short tutorial on how to setup admin panel using AdminJS, Express and MikroORM. In this episode we are going to connect AdminJS to PostgreSQL database using MikroORM adapter. AdminJS documentation: docs.adminjs.co/ MikroORM documentation: mikro-orm.io/docs/installation Libraries used: - TypeScript - NodeJS - AdminJS - Express - MikroORM Previous episodes: - AdminJ...
AdminJS & Express: NodeJS admin panel setup in 4 minutes
Просмотров 34 тыс.Год назад
It is the start of a new tutorial series on building an admin panel using AdminJS, Express, and MikroORM. This video shows how to set up a new AdminJS project and start the first admin panel. AdminJS documentation: docs.adminjs.co/ Libraries used: - TypeScript - NodeJS - AdminJS - Express - MikroORM
Using GitHub copilot to build simple admin panel
Просмотров 1,3 тыс.Год назад
In this video I'm using GitHub Copilot to build simple admin panel using AdminJS. Copilot is an AI bot that use all public libraries published on GitHub to generate boilerplate code for you. I use it to build simple administration application using AdmingJS and express. AdminJS - adminjs.co/ GitHub copilot - github.com/features/copilot
AdminJS Product Update: Writing custom components
Просмотров 4,5 тыс.Год назад
In this short tutorial I will show how to customize AdminJS UI by writing your own react components. ComponentLoader class make it dead simple to implement tailored administration panels. AdminJS is the best in class open-source Admin Panel for your NodeJS application. Take a look at our website (adminjs.co/) and GitHub project (github.com/SoftwareBrothers/a...)
AdminJS Product Update: Features
Просмотров 1,6 тыс.Год назад
In this short tutorial I will show how to use AdminJS features. Recently we have refreshed them and described in the documentation. AdminJS is the best in class open-source Admin Panel for your NodeJS application. Take a look at our website (adminjs.co/) and GitHub project (github.com/SoftwareBrothers/a...)
AdminJS Product Update: Custom CSS styles
Просмотров 1,6 тыс.Год назад
In this product update you will see the quick tutorial on how to use custom CSS styles. It's the easiest way to customize look and feel of you AdminJS panel. AdminJS is the best in class open-source Admin Panel for your NodeJS application. Take a look at our website (adminjs.co/) and GitHub project (github.com/SoftwareBrothers/adminjs)
ep18 - build an entire startup in Node.js part3 - file upload
Просмотров 13 тыс.4 года назад
In this episode, we will add the ability to upload profile photos by companies. The example will be a continuation of previous episodes, so make sure to watch them out first. Code for the cast can be found on the GitHub: github.com/JSCasts-episodes/ep18-admin-bro-startup-part3
ep17 - build an entire startup in Node.js part2 - hooks and authentication
Просмотров 11 тыс.4 года назад
In this episode, I will add an authentication logic to the app we built in the previous episode. We will use: * AdminBro * express-session with Mongo store * action hooks The previous episode can be found here: ruclips.net/video/n0IuXnL_cWs/видео.html Code for the cast: github.com/JSCasts-episodes/ep17-admin-bro-startup-part2
ep16 - build an entire startup in Node.js part1 - setup admin panel from scratch
Просмотров 33 тыс.4 года назад
We will be building a startup called: in-babylon - a web application for the owners of Software Agencies. This app will allow them to log in, add their employees, and publish, on a closed market, who is currently available, or in other words, is sitting on the so-called `bench`, so that other companies can hire them. Code for the cast is available here: github.com/JSCasts-episodes/ep16-admin-br...
ep15 - TDD - building a bulletproof JavaScript API Clients with nock
Просмотров 2,3 тыс.4 года назад
In this episode, I will show you how you can build an API Client with automated unit tests by using axios (github.com/axios/axios) and nock (github.com/nock/nock). Source Code can be found here: github.com/JSCasts-episodes/ep15-TDD-building-a-bulletproof-JavaScript-API-Clients-with-nock The text version is available on SoftwareBrothers blog: softwarebrothers.co/blog/building-a-bulletproof-javas...
ep14 - Server Side Rendering with React and express
Просмотров 6 тыс.4 года назад
ep14 - Server Side Rendering with React and express
ep13 - Setup Babel with TypeScript on Node.js from scratch
Просмотров 3,3 тыс.4 года назад
ep13 - Setup Babel with TypeScript on Node.js from scratch
ep12 - Node.js REPL - run js code within your app environment
Просмотров 2,6 тыс.5 лет назад
ep12 - Node.js REPL - run js code within your app environment
ep11 - adding admin panel to Node.js app - customize resources
Просмотров 11 тыс.5 лет назад
ep11 - adding admin panel to Node.js app - customize resources
ep10 - adding admin panel to Node.js app in less than 10 minutes
Просмотров 62 тыс.5 лет назад
ep10 - adding admin panel to Node.js app in less than 10 minutes
ep9 - Deploying Node.js app with shipit.js to ubuntu server
Просмотров 2,8 тыс.5 лет назад
ep9 - Deploying Node.js app with shipit.js to ubuntu server
ep8 - Dockerizing a Node.js app
Просмотров 8305 лет назад
ep8 - Dockerizing a Node.js app
ep7 - Running Node.js and Mongo with docker and docker-compose
Просмотров 2 тыс.5 лет назад
ep7 - Running Node.js and Mongo with docker and docker-compose
ep6 - Environmental variables in node.js with dotenv
Просмотров 9095 лет назад
ep6 - Environmental variables in node.js with dotenv
ep5 - Beautiful documentation witch JSdoc
Просмотров 10 тыс.5 лет назад
ep5 - Beautiful documentation witch JSdoc
ep4 - Mocking and stubbing with sinon.js in automated tests
Просмотров 3,9 тыс.5 лет назад
ep4 - Mocking and stubbing with sinon.js in automated tests
ep3 - Node.js mocha and mongoose - testing interactions with the mongoDB
Просмотров 2,5 тыс.5 лет назад
ep3 - Node.js mocha and mongoose - testing interactions with the mongoDB
ep2 - Setting up a nodej.js test environment using mocha and chai
Просмотров 2,4 тыс.5 лет назад
ep2 - Setting up a nodej.js test environment using mocha and chai
ep1 - Documenting your javascript code like a pro, setting up JSdoc
Просмотров 25 тыс.5 лет назад
ep1 - Documenting your javascript code like a pro, setting up JSdoc