Blog - Page 94 of 99 - Exotic Digital Access
  • Kangundo Road, Nairobi, Kenya
  • support@exoticdigitalaccess.co.ke
  • Opening Time : 07 AM - 10 PM

Blog

How to Internationalize Numbers with JavaScript

Detect System Theme Preference Change Using JavaScript

JavaScript and CSS allow users to detect the user theme preference with CSS’ prefers-color-scheme media query. It’s standard these days to use that preference to show the dark or light theme on a given website. But what if the user changes their preference while using your app? To detect a system theme preference change using […]

Read More
Check If String Contains a Number in Python

Check If String Contains a Number in Python

Introduction Whether you’re building a verification script for user input, a login form that requests users to include a character in a password – checking whether a string contains a character isn’t an uncommon operation. In this tutorial – we’ll take a look at the many ways you can check whether a string contains a […]

Read More
Providing Seamless Customer Experience with Technology

Providing Seamless Customer Experience with Technology

Customer Experience – Two words that could make or break your business. Today, customers expect businesses to provide nothing short of an excellent customer experience whenever and however they shop. This is going to be the main differentiator between you and your competitors. The race to own customer experience is on! Some businesses are learning […]

Read More
Reading and Writing JSON to a File in Python

Reading and Writing JSON to a File in Python

Introduction In this guide, we’ll take a look at how to read and write JSON data from and to a file in Python, using the json module. JSON (JavaScript Object Notation) is an extremely popular format for data serialization, given how generally applicable and lightweight it is – while also being fairly human-friendly. Most notably, […]

Read More
How to Internationalize Numbers with JavaScript

How to Use Storage in Web Extensions

Working on a web extension is an interesting experience — you get to taste web while working with special extension APIs. One such API is storage — the web extension flavor of persistence. Let’s explore how you can use session and local storage within your Manifest V3 web extensions! Enabling Extension Storage The extension storage […]

Read More
Guide to Exception Handling in Express

Guide to Exception Handling in Express

Introduction Exceptions and errors are bound to occur while users interact with any application, it is up to software engineers to choose a means to handle any error that might arise – knowingly or unknowingly. As a result, backend developers who build APIs with Express find themselves working to ensure that they are building a […]

Read More
MPLS TE Tunnel Reoptimization

MPLS TE Tunnel Reoptimization

Changes in an MPLS TE network are possible. Metrics can change, interfaces can go down or up, etc.  It’s possible that an already established tunnel doesn’t use the most optimal path anymore. MPLS TE uses reoptimization to calculate the best path for a tunnel. There are two options: Periodic reoptimization. Manual reoptimization. We’ll discuss both […]

Read More
The Significance of the Design Phase in SDLC

The Significance of the Design Phase in SDLC

In a software development life cycle, the design phase is a stage wherein the technical specifications and approach for every detail of the tool are researched and narrated by software programmers in software development companies. The design phase in SDLC, depending on the project objectives and complexities, may mention the user interface, database design, UML […]

Read More
Get Feature Importances for Random Forest with Python and Scikit-Learn

Get Feature Importances for Random Forest with Python and Scikit-Learn

Introduction The Random Forest algorithm is a tree-based supervised learning algorithm that uses an ensemble of predicitions of many decision trees, either to classify a data point or determine it’s approximate value. This means it can either be used for classification or regression. When applied for classification, the class of the data point is chosen […]

Read More