Introducing Xcoding with Alfian - Mobile development articles and tutorials blog
Announcement of a new blog focused on mobile development tutorials for iOS, Swift, Flutter, and other Apple and cross-platform technologies.
Announcement of a new blog focused on mobile development tutorials for iOS, Swift, Flutter, and other Apple and cross-platform technologies.
A tutorial on building a website using the Vapor 4 server-side Swift framework and the Leaf templating engine.
A step-by-step guide to upgrading the ASP.NET Core Angular SPA project template to the newly released Angular 9.
A developer advocate explores using Docker Compose files to deploy a multi-container demo application on AWS Elastic Container Service (ECS).
Discusses the proposal to officially define CSS4 as a marketing and awareness tool for developers, summarizing arguments for and against.
Fixing 500 errors for static files (CSS, JS, images) after upgrading an IIS website from version 6 to 10, caused by a MIME type conflict.
A guide to setting up automated performance testing for static websites using Lighthouse CI and GitHub Actions.
Explains memory and performance optimizations for the Levenshtein Distance algorithm, building on a basic implementation.
A tutorial on implementing internationalization (i18n) in React applications using the react-i18next library.
A guide to Amazon DynamoDB Transactions, covering use cases, differences from batch operations, and idempotency handling.
Highlights key themes from rstudio::conf 2020, including putting R in production, R Markdown advancements, parallel processing, and tidyverse programming.
The author details the design process for the Learn JavaScript course portal, focusing on typography, layout, and heading structure for optimal learning.
Learn how to implement Dependency Injection in Azure Functions to reuse service instances, reduce execution time, and optimize performance at scale.
A tutorial on building an Interactive Voice Response (IVR) system using Python, Django, and the Twilio platform.
A tutorial on setting up a local React development environment with zero configuration using the Parcel bundler in three simple steps.
Explains the evolution and technical details of striping SQL Server backups to Azure Blob Storage, covering performance improvements and limitations.
A tutorial on using the Web Share Target API to enable users to share images directly from their device to a custom website or web app.
A guide to becoming a successful open-source project maintainer, focusing on soft skills, community management, and sustainable practices.
A technical guide comparing Django ORM GROUP BY queries with their SQL equivalents, aimed at developers comfortable with SQL.
A team built a handwritten sign digitizer for Hack Zurich 2016, creating a custom dataset and training a random forest image classifier in one day.