Eke Donaldekedonald.hashnode.dev·5 hours agoA Beginner's Guide To Deploying A LAMP Stack On AWSWhat Is A Lamp Stack? A LAMP stack is an open-source stack that combines four services that the developers use to create powerful websites and applications. The base layer is the operating system called Linux, the layer for the web server is Apache, ...DiscussLinux
Rushabh Shahiamrushabhshahh.hashnode.dev·15 hours agoStep by Step Guide: How to Install LAMPA LAMP stack is a collection of four different software that programmers and web developers use to create and deploy the website.In Lamp, L - stands for Linux ( Operating System ) A - stands for Apache ( Web Server ) M - stands for the MySql or Ma...Discuss·44 readsLinux
Hasan Mahmudiamlinckon.hashnode.dev·Sep 18, 2023MySQL data persistence hosted on two separate EC2 intances using Elastic Block Storage (EBS)Docker containers, by design, are ephemeral. This means that any data generated inside a container will be lost when the container stops or is deleted. For applications like MySQL, where data persistence is crucial, this default behavior can be probl...Discuss·39 readsDocker
Lukas Dekalukasdeka.hashnode.dev·Sep 18, 2023How to Run dbForge Studio for MySQL on Ubuntu With WineIn recent years, Linux has witnessed an impressive increase in popularity as a robust and reliable operating system that caters to a diverse range of users, from casual enthusiasts to seasoned software developers. As Linux continues to gain ground ac...DiscussMySQL
Debjit Biswasdebjit.hashnode.dev·Sep 18, 2023Automatically update slug based on a text field in filament.💡 You need Laravel, Livewire, and filament knowledge. I am working on an application and found that I needed to update another text input based on the title. With JS, it is simple. But with filament, it is simple too. Lets start. The scenario is t...DiscussLaravel
Muhammad Shamun Awanshamun.hashnode.dev·Sep 16, 2023Starting a new chapter...It's been a week now since I started my job which can explain my absence from here. Anyway, I have started working as a Data Engineer which was a complete domain change for me but I have settled now in my new role and learning many amazing things. Wo...Discussjobs
Omini Okoiprideland.hashnode.dev·Sep 14, 2023Building a RESTful API for Student Records with Flask and MySQLIntroduction In this article, I'll walk you through the development of a simple RESTful API for managing student records using the Flask framework and MySQL. You will learn how to create, read, update, and delete student records using HTTP requests. ...DiscussRESTful APIs
Muhammad Sufyan Shoaibsufyanshoaib.hashnode.dev·Sep 12, 2023MySql DB Table SizeTo ensure optimal database performance, you need to identify tables that are consuming excessive memory. These tables might include those with large volumes of data, frequently updated tables, or tables with inefficient queries that require extensive...DiscussMySQL
Toluwase Makanjuolatolu4realluv.hashnode.dev·Sep 12, 2023Deploying A Three-tier Architecture Web Solution With Wordpress On AwsWhat is a Three-tier Architecture? A three-tier architecture is a client-server architecture in which the functional process logic, data access, computer data storage, and user interface are developed and maintained as independent modules on separat...DiscussThree-Tier Architecture
Brian Koomebriankoome.hashnode.dev·Sep 12, 2023Mastering MySQL Setup in Three Easy StepsBefore you dive into the world of SQL, you need the right tools and environment to work with databases. Setting up your SQL environment is an essential first step in your journey to becoming proficient in SQL. There are several SQL database systems a...DiscussMySQL