Meet Makwanamsquare.vercel.app·Aug 17, 2024How to Install Adminer in Fedora 40In this article, we will learn how to install Adminer in Fedora 40, Let's get started. Prerequisites I assume you already have LAMP installed in your system, If not, then refer: https://www.digitalocean.com/community/tutorials/how-to-install-lamp-lin...Discuss#howtos
Ayodeji Hamedmyblog.qurtana.com.ng·Jul 27, 2024Deploying a Full-Stack Application Using FastAPI, PostgreSQL, React, and DockerIntroduction In today's rapidly evolving tech landscape, the ability to deploy scalable and efficient applications is crucial. This article explores the process of deploying a full-stack application using FastAPI for the backend, PostgreSQL as the da...Discuss·1 like·29 readsAdminer
Ugochi Ukaegbudhebbydavid.hashnode.dev·Jul 10, 2024Deploying a three-tier application in Docker containersDocker containers are lightweight, portable, and self-sufficient software units that package everything needed to run an application, including code, runtime, system tools, libraries, and settings. These containers use Docker technology to ensure con...Discuss·10 likes·29 readsDocker compose
Sylvain FabreforAssoConnect Technical Blogtech.assoconnect.com·Jul 18, 2023Adminer meets Azure MySQL DatabaseI recently deployed a new instance of Azure Database for MySQL Flexible Server.And I found out it uses a different SSL certificate than the legacy Single Server. This obviously broke my current Adminer setup with the login-ssl.php plugin so I decided...Discuss·28 readsAzure
Tinz TwinsProtinztwins.hashnode.dev·Dec 27, 2022Working with Time Series Data using PostgresTimescaleDB is an open-source relational database for time-series data. It uses full SQL, but scales in a way that was previously reserved for NoSQL databases. In this article, we will introduce the timescale database. We will also show you how to se...Discuss·7 likes·224 readsPostgreSQL