Best of MySQLNovember 2022

  1. 1
    Article
    Avatar of asayerasayer·4y

    Dockerizing Full-Stack React apps

    Using infrastructures such as Docker and Containers gives a developer an upper hand to quickly set up and deploy applications. Containers are lightweight operating systems that run as a form of virtualization.

  2. 2
    Article
    Avatar of eversqlEverSQL·4y

    How I became a better CTO using these 8 resources

    Google offers 25 lessons, 30+ exercises, real case studies, and lectures from Google experts. The SaaS CTO Security Checklist provides actionable security best practices CTOs can use to harden their security. JavaScript is a bird's eye view of JavaScript, its benefits, patterns, and more.

  3. 3
    Article
    Avatar of quastorQuastor Daily·3y

    How Shopify Ensures Consistent Reads

    Shopify is an e-commerce platform that helps businesses easily build an online store to sell their products. Over 1.75 million businesses use Shopify and they processed nearly $80 billion dollars in total order value in 2021. To handle this volume, the company has nine data centers with each having nearly 30,000 instances.

  4. 4
    Article
    Avatar of linuxhandbookLinux Handbook·3y

    Installing LAMP Server on Localhost on Ubuntu

    LAMP is a tech stack that refers to the collection of software required to run a web application. You can install LAMP on your own computer to create a local development environment. In this guide, you'll get a LAMP stack up and running on an Ubuntu 22.04 machine.