SIGNAL 2021 Scholarship Program

“Be Inclusive” is one of the principles we use to build an impactful, high-growth business while staying true to ourselves. As such, we aim to incorporate inclusion into everything we do. Our annual SIGNAL conference will take place October 20-22, 2021 … more Read More

SQLite on the Web: absurd-sql

Love it or hate it, the capabilities of your modern web browser continuously grow in strange and wild ways. The ability for web apps to work offline requires a persistent local storage solution and for many, IndexedDB is the only choice as it works across … more Read More

Introduction to the Solid JavaScript Library

Solid is a reactive JavaScript library for creating user interfaces without a virtual DOM. It compiles templates down to real DOM nodes once and wraps updates in fine-grained reactions so that when state updates, only the related code runs. This way, … more Read More

Detecting Media Query Support in CSS and JavaScript

You can’t just do @media (prefers-reduced-data: no-preference) alone because, as Kilian Valkhof says: […] that would be false if either there was no support (since the browser wouldn’t understand the media query) or if it was supported but the user wanted … more Read More

Echo JS

Define a web 4.0 app to be multi threaded JavaScript `substring()` vs `slice()` – Mastering JS Github – The Ultimate Readme State Management in Svelte Applications Microfrontends: what, why and how? A progressive micro front end library – Obvious.js … more Read More

Build a Bulk SMS Sender With Twilio, PHP, and Yii2

Notifications are an essential feature of an application because they provide an outlet for them to keep the customers updated with activities relating to their accounts. SMS notifications, specifically, provide a large reach due to the sheer number … more Read More