Developers Archives - Page 15 of 23 - Exotic Digital Access
  • Kangundo Road, Nairobi, Kenya
  • support@exoticdigitalaccess.co.ke
  • Opening Time : 07 AM - 10 PM
Guide to Building Rest APIs with Strapi

Guide to Building Rest APIs with Strapi

Are you a backend developer looking for a fast and easy way to set up a Node API? Or are you a frontend developer who wants to create and manage a backend using a user-friendly interface instead of coding it from scratch? Look no further, because the Strapi headless content management system is the perfect […]

Read More
Jetpack Compose for Wear OS

Jetpack Compose for Wear OS

With Jetpack Compose for Wear OS, you can build beautiful user interfaces for watches. It has tons of components to choose from. In this tutorial, you’ll learn about all of the essential components — such as Inputs, Dialogs, Progress Indicators and Page Indicators. You’ll also learn when to use a Vignette and a TimeText. Getting […]

Read More
The Overflow #153: How to get a job in Japan  

The Overflow #160: Looking back at Hat Cafe 2022  

Welcome to ISSUE #160 of The Overflow! This newsletter is by developers, for developers, written and curated by the Stack Overflow team and Cassidy Williams. Our new year’s resolution is to get you the best tech links, like a conversation on what it feels like going from prison to Python, a question about whether code or […]

Read More
Replicating the Light Effect from MIDWAM with Three.js and Postprocessing

Replicating the Light Effect from MIDWAM with Three.js and Postprocessing

In this coding session, we’ll use Three.js and postprocessing to recreate the beautiful light effects featured on Midwam’s website. In this new ALL YOUR HTML coding session we’ll dive into replicating the magical light effects seen on Midwam’s website using Three.js and postprocessing. Original: https://midwam.com/en Developed by: https://immersive-g.com/ This coding session was streamed live on […]

Read More
Create A Breakout Game With Flame and Forge2D – Part 3

Create A Breakout Game With Flame and Forge2D – Part 3

This article is Part 3 of a three-part tutorial on creating a Flutter Breakout game with Flame and Forge2D. The companion articles to this tutorial are: In Part 2 of this tutorial, you expanded your knowledge of Forge2D. You learned how to create the brick wall and paddle for your Breakout game. You also learned […]

Read More
How to Install PHP on Windows 10 and 11 (with Apache & MySQL)

How to Install PHP on Windows 10 and 11 (with Apache & MySQL)

This article explains how to install PHP 8.2 and Apache 2.4 on Windows 10 or 11 (64-bit). Linux and macOS users often have Apache and PHP pre-installed or available via package managers. Windows requires a little more effort. The steps below may work with other editions of Windows, PHP, and Apache, but check the documentation […]

Read More
Executing Shell Commands with Python

Executing Shell Commands with Python

Introduction Repetitive tasks are ripe for automation. It is common for developers and system administrators to automate routine tasks like health checks and file backups with shell scripts. However, as those tasks become more complex, shell scripts may become harder to maintain. Fortunately, we can use Python instead of shell scripts for automation. Python provides […]

Read More