Over the course of 2023, AlmaLinux underwent significant alterations in its management and update mechanisms, which marked a noteworthy pivot from its initial objective. Initially conceived as a 1:1 binary compatible fork of Red Hat Enterprise Linux (RHEL), the managing foundation re-evaluated this aim, opting instead for a model focused on maintaining Application Binary Interface… Continue reading AlmaLinux in 2023: A year of significant evolution
Category: Enbecom Blog
Preparing Your E-Commerce Website for Black Friday & Cyber Monday 2023
With Black Friday and Cyber Monday fast approaching, it’s time to ensure your e-commerce platform is primed and ready to capitalise on the retail bonanza. Here’s a comprehensive guide on how to get your online store prepped for the big event, ensuring you maximise sales and customer satisfaction. Setting Up Deals and Offers Creating irresistible… Continue reading Preparing Your E-Commerce Website for Black Friday & Cyber Monday 2023
Building a Website: Static HTML versus CMS
In the “old days” of websites, static HTML was the main choice. Despite the advent of Content Management Systems (CMS) such as WordPress or Drupal, static HTML is still up there as a possibility for some types of website, especially where there’s infrequent updating, minimal data gathering and a need for speed. You need to… Continue reading Building a Website: Static HTML versus CMS
The Unseen Journey of Lorem Ipsum: From Ancient Rome to Digital Design
The ubiquitous placeholder text, ‘Lorem Ipsum,’ has an intriguing history dating back over 2000 years. It’s often used in design and publishing circles as a standard ‘dummy’ or ‘greeking’ text, where the focus is on visual design elements rather than actual content. To appreciate its fascinating journey, we must first travel back in time to… Continue reading The Unseen Journey of Lorem Ipsum: From Ancient Rome to Digital Design
Enabling Dark and Light mode in JavaScript – a guide
With the growing popularity of dark mode in modern web interfaces, it’s become increasingly important for developers to implement this feature. Whether you’re a seasoned professional or just starting with web development, this guide will walk you through the process of creating a toggle switch for dark and light themes in JavaScript. Step 1: Detecting… Continue reading Enabling Dark and Light mode in JavaScript – a guide
CentOS and web servers – how to move forward
If you’re in the IT/web industry, if you run your own web servers or if you simply prefer Linux as an operating system, you might have heard about the impending “end-of-life” of the CentOS 7 flavour of Linux alongside a complete change in the CentOS project. Here’s some details on what’s happening and how to… Continue reading CentOS and web servers – how to move forward
Server-side vs client-side code: key differences
As you look for guidance towards developing your next web project, you may come across the terms “server-side” and “client-side” web code. These phrases refer to the fundamental architecture of web applications and how they process and present data to the end user. In this article, we will explore the differences between server-side and client-side… Continue reading Server-side vs client-side code: key differences
Mastering web dev with Git: A beginner’s guide
If you’re starting your journey as a web developer, you may have heard of Git and wondered what it is and how it can help you. Worry no more! In this beginner-friendly guide, we’ll introduce Git, discuss its benefits, and walk you through the prerequisites to get started. Additionally, we’ll provide examples of key commands… Continue reading Mastering web dev with Git: A beginner’s guide
An intro to Composer: The PHP package manager
If you’re new to the world of PHP development, you may have come across the term Composer and wondered what it is. In this blog post, we’ll cover everything you need to know about Composer, including its purpose, applications in building and managing a website, and the differences between Composer 1 and Composer 2. What… Continue reading An intro to Composer: The PHP package manager