Developers Archives - Page 12 of 22 - Exotic Digital Access
  • Kangundo Road, Nairobi, Kenya
  • support@exoticdigitalaccess.co.ke
  • Opening Time : 07 AM - 10 PM
Boost Your Swift Loop Performance By 87% | by Avi Tsadok | Jul, 2023

Boost Your Swift Loop Performance By 87% | by Avi Tsadok | Jul, 2023

A simple trick to supercharge your loops using “loop unrolling” Photo by Fernando Rodrigues on Unsplash Today’s devices are incredibly powerful, often leading us to overlook the importance of efficiency and optimizations. It’s easy to think, why bother with efficiency when we have high-performance hardware like the monster M2 SoC in our Macs or iPads? […]

Read More
Guide to Fine-Tuning Open Source LLM Models on Custom Data

Guide to Fine-Tuning Open Source LLM Models on Custom Data

Introduction I’m sure most of you would have heard of ChatGPT and tried it out to answer your questions! Ever wondered what happens under the hood? It’s powered by a Large Language Model GPT-3 developed by Open AI. These large language models, often referred to as LLMs have unlocked many possibilities in Natural Language Processing. […]

Read More
Advanced Apple Debugging & Reverse Engineering

Advanced Apple Debugging & Reverse Engineering

This section tells you a few things you need to know before you get started, such as what you’ll need for hardware and software, where to find the project files for this book, and more. This section will cover the basics of using LLDB, Apple’s software debugger. You’ll explore an application named Signals, an Objective-C/Swift […]

Read More
Build a Speech-to-text Web App with Whisper, React and Node

Build a Speech-to-text Web App with Whisper, React and Node

In this article, we’ll build a speech-to-text application using OpenAI’s Whisper, along with React, Node.js, and FFmpeg. The app will take user input, synthesize it into speech using OpenAI’s Whisper API, and output the resulting text. Whisper gives the most accurate speech-to-text transcription I’ve used, even for a non-native English speaker. Table of Contents Introducing […]

Read More
How to Create a Screen Recording with Quicktime

How to Create a Screen Recording with Quicktime

Creating screen recordings is an essential skill for web developers. Screen recordings can illustrate new features, bugs, or a variety of other ideas. I’m often asked what app I use to create screen recordings and people are shocked when I tell them Quicktime! Let’s review how to create a screen recording with with Mac’s native […]

Read More
This product could help build a more equitable workplace (Ep. 575)

This product could help build a more equitable workplace (Ep. 575)

se-stackoverflow May 30, 2023 Today’s guest is Ilit Raz, founder and CEO of Joonku, which aims to build a more equitable workplace by automating the recruitment of diverse talent from underrepresented communities. Today’s guest is Ilit Raz, founder and CEO of Joonku, which aims to build a more equitable workplace by automating the recruitment of […]

Read More
Chris' Corner: Baseline - CodePen Blog

Chris’ Corner: Baseline – CodePen Blog

At this latest Google I/O, Rachel Andrew introduced a new concept they are spearheading called Baseline. It’s a visual thing to help developers understand browser support for features better. Here’s one: It’s not a Google-owned-website only thing, as you can see here on an MDN page. It’s essentially a simplified browser support chart, featuring only […]

Read More
Recreating the Gradient Mask Hover Effect from Evervault

Recreating the Gradient Mask Hover Effect from Evervault

From our sponsor: Get suggestions for improving your content, targeting, and marketing automations to help you increase revenue. The other day I stumbled upon the website of Evervault made by Nev Flynn and the hover effect on their customer grid immediately caught my attention! What a cool effect! I was wondering how […]

Read More