Blog
Introduction to GitHub Actions
GitHub Actions is a powerful tool that allows you to automate your development workflow. In this post, I'll show you how to get started with GitHub Actions.
Using the Web Share API in React
Learn how to use the Web Share API in a React application to native share resources to various destination.
Looking for the Best React Form Library? It’s Probably on This List
In this post, I show the best React form libraries and why they're the best.
Introduction to WebAssembly for .NET Developers: Building with Uno Platform, XAML, and C#
Learn how to build a web application utilising WebAssembly with .NET, XAML, and C#.
WebAssembly tools, frameworks, and libraries for .NET Developers
WebAssembly lets you run code from multiple languages on the web at near-native speed, load modules via JavaScript APIs, and share functionality between them.
GraphQL: Schema, Resolvers, Type System, Schema Language, and Query Language
Learn about GraphQL schema, resolvers, type system, schema language, and query language.
From Vanilla JS to Vue.js: A guide to Vue essentials
Learn the basics of Vue.js, a popular JavaScript framework for building web applications.
How and why I built a real-time state synchronisation service
I built Hamoni Sync. A realtime service that allows you to store and synchronise data/application state.
The What And Why Of Redux
Learn what Redux is and why you should use it to manage state in your React app.