Best of MySQLMay 2023

  1. 1
    Article
    Avatar of colkgirlCode Like A Girl·3y

    How to Build a RESTful API with Node.js and Express

    How to Build a RESTful API with Node.js and Express, we will explore how to build a high-performance API using Node.JS and Express. By the end, you’ll have the knowledge and skills to create your own scalable and efficient API.

  2. 2
    Article
    Avatar of laravelbytesLaravel Bytes·3y

    Full Stack Laravel

    Fly ship a Laravel app on Fly.io in just a couple of minutes. You can use fly launch to get you up and running quickly with Laravel. Let's use Laravel Breeze to quickly scaffold auth into our app. We'll want our application to talk to Redis, which means other services can reach the Redis service using hostname.

  3. 3
    Article
    Avatar of spaceliftSpacelift·3y

    How to Keep Docker Secrets Secure: Complete Guide

    Secret values such as API keys, passwords, and certificates need to be safely handled throughout the software development process and your app’s runtime. If an attacker would find a value useful, it needs to be treated as a secret. Using secrets in Docker using secrets with Docker Compose and Docker Swarm can securely handle secrets.

  4. 4
    Article
    Avatar of vladmihalceaVlad Mihalcea·3y

    SQL Operation Order

    Hypersistence Optimizer works with Spring Boot, Spring Framework, Jakarta EE, Java EE, Quarkus, or Play Framework. If you enjoyed this article, I bet you are going to love my Book and Video Courses as well. If you're interested in supplementing your income, then join my affiliate program.

  5. 5
    Article
    Avatar of itnextITNEXT·3y

    Deep dive into Database. Architecture, storage and data…

    A database is an organized collection of structured information, or data, typically stored electronically in a computer system. DBMS is the interface between the database and its end users or programs. It allows to retrieve, update and manage the organization and optimization of information. It also facilitates the monitoring and control of databases.

  6. 6
    Article
    Avatar of amplicationAmplication·3y

    The Amplication Plugin System

    Amplication's plugin system allows us to add new features or manipulate our generated application's behaviors. Amplication will continue generating code as normal when no lifecycles event is provided and no parameters are changed. It's essential to consider the execution order of the events in the DSG service.

  7. 7
    Article
    Avatar of asayerasayer·3y

    Getting started with Deno: Building a REST API

    Node.js is an open-source, server-side runtime environment that allows developers to use JavaScript on the server side. This article will provide you with a very valid option by showing you how to use Deno, by building a RESTful API. Deno was created to address some of the limitations of Node.