Developers Archives - Page 5 of 22 - Exotic Digital Access
  • Kangundo Road, Nairobi, Kenya
  • support@exoticdigitalaccess.co.ke
  • Opening Time : 07 AM - 10 PM
Fixing Cumulative Layout Shift Problems on DavidWalshBlog

Fixing Cumulative Layout Shift Problems on DavidWalshBlog

Over 50 thousand developers visit DavidWalshBlog every month from around the world to learn JavaScript tricks and fix problems in their code. Unfortunately, some of them have a slow experience on the site. David tracks the performance of his Core Web Vitals and overall performance with Request Metrics. Recently, we noticed that his CLS performance […]

Read More
AutoGrow Textareas with CSS

Date.now()

Ask any software engineer and they’ll tell you that coding date logic can be a nightmare. Developers need to consider timezones, weird date defaults, and platform-specific date formats. The easiest way to work with dates is to reduce the date to the most simple format possible — usually a timestamp. To get the immediate time […]

Read More
Mojo: The usability of Python with the performance of C

Letting algorithms guide our path to the next great invention

January 16, 2024 The home team discusses a new alternative to smartphones, how AI will impact scientific research and journalism, another dispiriting round of layoffs in tech, and building a computer with Legos. Credit: Alexandra Francis Rabbit R1 is an AI-powered assistant you can keep in your pocket (but it’s not a phone). How will […]

Read More
Managing PHP Versions with Laravel Herd — SitePoint

Managing PHP Versions with Laravel Herd — SitePoint

Laravel Herd is an innovative tool that allows developers to manage multiple PHP versions. This article will delve into how to use different PHP versions with Laravel Herd, the benefits of doing so, and potential challenges. Understanding Laravel Herd Laravel Herd is a PHP version manager designed specifically for Laravel developers. It allows developers to […]

Read More

Chris’ Corner: Swinging For It

New year, new local code editor? It’s maybe worth a peak at Zed, at least. They do a good job in the one-sentence pitch: Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. All tech things have to be fast, so check. No shade either, speed is vital in all […]

Read More
Collective #803

Collective #803

Welcome to Collective #803! As we wrap up the year, this edition of the Collective is our final gift to you for 2023. We sincerely hope you’ve enjoyed delving into the array of frontend articles and learning resources we’ve curated throughout the year. Your presence in our little tribe means the world to us, and […]

Read More
Introduction to Shaders in Godot 4

Introduction to Shaders in Godot 4

Shaders are powerful tools that allow developers to customize the look and feel of their games in endless ways. This article will go over the basics of writing fragment and vertex shaders in Godot 4. You’ll learn techniques to create your own visual effects. From manipulating texture colors to animating sprites, you’ll discover all the […]

Read More
Self-healing code is the future of software development

Self-healing code is the future of software development

[Ed. note: While we take some time to rest up over the holidays and prepare for next year, we are re-publishing our top ten posts for the year. Please enjoy our favorite work this year and we’ll see you in 2024.] One of the more fascinating aspects of large language models is their ability to […]

Read More