Here at Enbecom, we want to play our part in providing a better future for our planet and this doesn’t just stop at planning trees. In August, by partnering with Ecologi, we have helped to fund a project that is helping to avoid methane emissions from landfill in Brazil and a solar power project in… Continue reading Eco Update: Aug 23 – Solar power project in Morocco
Month: August 2023
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