CodeXoft KEblog.codexoft.tech·Feb 15, 2025Part 6: Database Security and Administration1. Securing Your Database: Authentication, Authorization, and Encryption Authentication: Who Can Access the Database? Authentication ensures only verified users and applications connect to the database. Examples: Password Policies: Enforce complexit...Mastering Databases: From Fundamentals to Advanced TechniquesDatabase Security
Umesh Panditumeshpandit.hashnode.dev·Feb 14, 2025Microsoft 365 Admin Center Updates: What You Need to KnowMicrosoft continues to improve its cloud services, and the latest updates to the Microsoft 365 admin center bring important changes. These new features aim to make AI-powered tools easier to manage, giving administrators more control over Copilot and...50 readsadmin
ZOHEB IQBALtechwithzoheb.hashnode.dev·Feb 8, 2025Shell Scripting RevisionHere are Shell Scripting Revision Notes for quick reference. 🚀 1. Basics of Shell Scripting What is a Shell Script? A shell script is a file containing a series of Linux commands. It automates tasks that you would normally run manually in a termi...1 likeshell script
shane larssonsendbird-digital-communication.hashnode.dev·Jan 24, 2025Seamless Student Support from AI Assistant ChatbotsIntroduction In today’s fast-paced, tech-driven world, higher education institutions are under pressure to deliver seamless, round-the-clock support to students. Whether it’s guiding prospective students through admissions, answering late-night queri...enrollment
Lucy ZhangforNocoBase's blognocobase.hashnode.dev·Dec 27, 2024Top 11 Open-Source Admin Dashboard Projects on GitHubOriginally published at Top 11 Open-Source Admin Dashboard Projects on GitHub - NocoBase. For developers managing data or handling project workflows, this article is your go-to guide! If you’re looking for an efficient and easy-to-use admin dashboard...No Code
SharathchandarKsharathchandark.hashnode.dev·Dec 23, 2024Learn How to Create Responsive Admin Dashboard Using HTML CSS & JavaScript#Week 42 of 52 Weeks in JavaScript Projects Overview: Learn how to create a fully responsive admin dashboard from scratch using HTML, CSS, and JavaScript! This comprehensive tutorial will guide you through the process of building a dynamic and user-f...1 likeJavaScript
Veronica Josephcareerusa.hashnode.dev·Nov 29, 2024How I Passed the Salesforce Admin Cert Exam on the First AttemptEarning the Salesforce Admin Certification was one of the most rewarding experiences of my career, and I’m proud to say that I passed the exam on my first attempt. If you're aiming to do the same, I’d like to share my personal journey and provide ins...Salesforce
Karlygash Yakiyayevakarlygash-yakiyayeva.dev·Nov 23, 2024Understanding /etc/passwd/ and /etc/shadow/ files in LinuxThe /etc/passwd and /etc/shadow files are the backbone of Linux user management. Together, they store user account information and handle authentication securely. This article provides a hands-on guide to understanding these files, their structure, a...45 readsLinuxLinux
Karan Datwanibackpackforlaravel.hashnode.dev·Sep 22, 2024Receive Slack Notifications from your Laravel App with a 10-minute SetupIn the previous article, I introduced a Backpack's new Menu Dropdown Column component which I use for my e-commerce admin panel. Today, I will talk about a Laravel feature I use to receive Order Notifications. Whenever an order comes, my team is noti...slack-app
Ateebateeb.hashnode.dev·Sep 13, 2024Solving a Data Management Challenge with Django Proxy ModelsToday, I ran into an intriguing problem in my Django project. I had a table model that was storing combined data from two different models in a JSON field - a bit of a data mess! My goal was to separate and display this combined data into two distinc...40 readsDjango