7 Best Terraform Books for BeginnersTerraform is a great tool for managing infrastructure as code, but getting started can be overwhelming without the right resources. Whether you're a developer, sysadmin, or cloud enthusiast, these beginner-friendly books and guides will help you take...Jan 27, 2025·3 min read
How to Make Parent Div Activate Styling of Child Div for Hover and Active StatesJul 5, 2024·3 min read
How to Get the Directory Where a Bash Script is LocatedHello everyone! When you're working with Bash scripts, it's often useful to know the directory where the script itself resides. This can be essential for referencing relative paths, ensuring the script works correctly regardless of where it is execut...Jul 2, 2024·3 min read
How to Vertically Align Content with Tailwind CSS Across a Full-Screen DivVertical alignment can often be a challenge in web design, but with Tailwind CSS, you can easily align elements in the center of the screen. This quick guide will walk you through the steps to vertically align content within a full-screen div using T...Jul 1, 2024·3 min read
Introduction to Linux eBook: A Comprehensive Guide for BeginnersIntroduction Hello to all passionate learners, tech enthusiasts, and budding system administrators! I'm thrilled to announce the release of my latest eBook: "Introduction to Linux". After months of dedicated research, writing, and refining, I've put ...Oct 1, 2023·2 min read
Building a live chart with Deno, WebSockets, Chart.js and MaterializeIntroduction [!WARNING] This demo includes examples for an unsupported version of Materialize (0.26.x). This is a self-contained example of a real-time chart powered by Deno, Web Sockets, Chart.js, and Materialize. Deno is a simple and secure runti...Jun 13, 2022·7 min read
Using LogicLoop and Materialize with dbt and Redpanda/KafkaIntroduction [!WARNING] This demo includes examples for an unsupported version of Materialize (0.26.x). LogicLoop allows you to write rules in SQL and then run them against your data and trigger different actions based on the results. LogicLoop als...May 13, 2022·6 min read
Scaling Laravel with Serverless RedisIntroduction Laravel is a popular PHP framework for building scalable, high-performance web applications. In this article, we will learn how to use serverless Redis to scale Laravel applications by storing the Laravel session and cache data in a serv...May 9, 2022·4 min read