Sushil Kumarlet-us-node.hashnode.dev·Aug 13, 2024Building Admin Panel with AdminJS and Node.js without any React or Tailwind codeAdmin panels play a crucial role in managing and maintaining web applications, but building one from scratch can often feel like a daunting task, especially when you’re trying to avoid the complexity of frontend frameworks like React, Tailwind, or Bo...14 likes·75 readsNode.js
Ahtesham Abdul Azizbroadway-web-services.hashnode.dev·Jul 6, 2024Building laravel admin panel easilyHi As you all know as a backend developer, we have complications building admin panels (specially: UI) I also get headaches and very much confusion while building admin panels, so I research and more research over the year how to resolve this. I also...filamentphp
Victor Olusolavictorolusola.hashnode.dev·Jun 28, 2024Django Guide: Crafting a Super Admin Service for E-commerce Microservice SystemsAs a Django developer, I excel on solving complex problems and continually pushing the boundaries of my technical skills. Recently, I faced a particularly challenging task: creating a super admin service for an e-commerce microservice. This experienc...SuperAdmin
Dominik Kellerfive.hashnode.dev·Jun 3, 2024How to Build a Custom Client Portal In Five StepsEffective interactions with clients are critical for every business. In today's world, clients want access to the right information if and when needed, at any time and from anywhere. This is where software can help: by building a custom client portal...web application
Karan Datwanibackpackforlaravel.hashnode.dev·May 25, 2024Generate a Laravel CRUD (Create, Read, Update, Delete) in 5 minutes.Are you building your App on Laravel? That's a great choice🎉. You must be planning an Admin panel for it. Well, if you're building one, let me give an overview of how you can make a customizable & functional Admin panel with less effort. Admin Panel...Laravel
Louis Bertsonlouisbertson.hashnode.dev·Dec 5, 2023Unleashing SuperAdmin: A Total.js Game-Changer for Node.js Process Management🚀 Hey hashnode community! Today, we're thrilled to introduce you to SuperAdmin – a powerful Node.js process management tool that's set to revolutionize the way you handle web applications, REST services, and websites built with Total.js. Why SuperAd...Node.js
Fazail Alamblog.mfazail.com·Oct 8, 2023A quick guide for filament v3 setup and running💡 Filament v3 requirements: PHP 8.1+, Laravel v10.0+, Livewire v3.0+ Why this? Some devs might be in a hurry or want to take a quick look at what Filament is and what it is used for. Please note this guide is for new projects don't follow this gu...269 readsfilamentphp
dev.familydevfamily.hashnode.dev·Oct 5, 2023Admiral. Roles and access division in the menuHi everyone, just a reminder that we are developing Admiral - an open source solution on React, which allows you to quickly develop beautiful CRUDs in admin panels, but create fully custom interfaces if you want. From developers for developers with l...46 readsadmin panel
Roberta Akotorobbieakoto.hashnode.dev·Oct 2, 2023How to use Filament PHP with laravelFilament PHP is an open-source package for the Laravel PHP framework. It is a library of components for quickly building admin interfaces for Laravel applications. Prerequisites PHP version 8.1 Laravel 10 Livewire By this time, you would have cr...Laravel
dev.familydevfamily.hashnode.dev·Aug 17, 2023How to create CRUD?Where to start... Not too long ago we released our Open Source solution for creating back office on React - https://github.com/dev-family/admiral It provides out-of-the-box components and tools that make developing an admin interface easy and fast. T...61 readsReact