© 2022 Hashnode
#mysql
MySQL generated columns pose as a powerful, easy-to-use, and advanced tool for anyone who wants to add automatically generated data to their tables - in this blog, we will learn everything you need to…
Javascript has seen a huge growth in usage and functionality, from being a scripting language used for websites, to server-side programming, and much more. NodeJS, or Node for short, is a runtime envi…
This post will demonstrate how to create a PHP Development Environment using Docker and Docker Compose. The environment will consist of a php Apache server, an instance of mysql and and instance of phpMyAdmin for database administration. P…
What is Database? A database is a systematic and organized collection of data. Data can be text, videos, files, audio and so on. It is used to arrange the data in a proper way so that sorting, searchi…
Both MySQL and PostgreSQL are open-source, relational database management systems (or databases, for short). They’re commonly used for storing data in web applications, but they can also be used for o…
Premise Ruby on Rails is rarely seen as a framework oriented towards speed and performance. And that's true: Rails was born as a tool to speed up development and to make developers' life easier. This …
Introduction PostgreSQL and MySQL are widely used databases by major companies across multiple projects, given the amount of scale and performance these databases can handle. Many developers work on t…
Do you want to know how to update an existing record or insert a new one using Spring Boot? This article is for you. Let's imagine the following scenarios: We have an existing customer who wants to a…
There are many things you might want to make backups of. It could be of your code, of assets, or of your entire database. Whatever it is, backups will make sure you don't lose them. In this blog post,…
Originally published at: https://victorfeight.com/2022/06/secure_dokku_droplet-4/ Welcome back! ╰(°▽°)╯ If you've been following along so far, you should have a Dokku instance on DigitalOcean that's b…