Developers Archives - Page 6 of 24 - Exotic Digital Access
  • Kangundo Road, Nairobi, Kenya
  • support@exoticdigitalaccess.co.ke
  • Opening Time : 07 AM - 10 PM
Guide to Strings in Python

Guide to Strings in Python

Introduction We’ve come far in discovering the basics of computer science in the world of Python, and now is the time to start learning about strings. Strings are a fundamental data type that any aspiring developer must become familiar with. They are used extensively in almost every Python application, making understanding them crucial for effective […]

Read More
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

Chris’ Corner: Type

I’m in the mood for a typography focused edition. I have some links saved up I’ve been meaning to read. I’m going to start reading now and the links that turn out any good I’ll put below. Mike Mai put together a Typography Manual (for type on the web). It’s a pretty random spattering of […]

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
AutoGrow Textareas with CSS

Extract a Number from a String with JavaScript

User input from HTML form fields is generally provided to JavaScript as a string. We’ve lived with that fact for decades but sometimes developers need to extract numbers from that string. There are multiple ways to get those numbers but let’s rely on regular expressions to extract those numbers! To employ a regular expression to […]

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