Hello, I am Daryl Lukas

A Software engineer based in Lusaka.

I make cloud (web) and mobile applications.

GET TO KNOW ME

Daryl Lukas (11)

Software Engineer based in Lusaka

The Path to be Language-agnostic

Today’s tech world rapidly introduces new programming languages and frameworks. If developers only focus on one or two languages, they risk stunting their growth and missing wider opportunities. But language-agnostic developers shine in this environment. They easily switch between projects and technologies, fully unlocking their…

Writing Cleaner JavaScript with Nullish Coalescing: A Developer's Guide

Introduction JavaScript has been continuously evolving, introducing new features that enhance developers’ productivity and improve code readability. One such feature is nullish coalescing, introduced in ECMAScript 2020, which addresses a common challenge faced by developers when dealing with null or undefined values. In this blog…