From GAN to WGAN
Explains the math behind GANs, their training challenges, and introduces WGAN as a solution for improved stability.
Explains the math behind GANs, their training challenges, and introduces WGAN as a solution for improved stability.
A developer returns to blogging, outlining a list of modern DevOps and cloud technologies to explore and asking readers to vote on the next topic.
How to implement extensionless URLs in JSF 2.3 using a ServletContextListener and dynamic servlet mappings.
A visual cheat sheet for the stringr package in R, originally created in French and translated to English, for string manipulation tasks.
A technical blog post detailing the lab setup and initial test cases for preventing Windows 10 update reboots, using VMs and automated data collection.
A developer shares their informal, visual process for creating annotated screenshots and collages to explain technical problems, using various iPad and desktop apps.
Explains the coincidental instance ID numbering in Azure VM Scale Sets when overprovisioning is enabled.
A guide to implementing accessibility (a11y) patterns in React applications, covering semantic HTML, ARIA, focus management, and routing.
A critique of Java's Stack class design, showing how inheritance from Vector breaks encapsulation and leads to non-stack operations being exposed.
A personal reflection on the !!con conference, praising its exceptional inclusivity, encouraging atmosphere, and effective social rules.
Explains why complex regexes are often wrong and unmaintainable, advocating for simpler, more robust validation methods.
Explains Swift's Unmanaged struct for converting Swift object references to/from raw pointers when working with C APIs.
A step-by-step guide on integrating Bootstrap CSS and JavaScript components into an Angular CLI project, covering Bootstrap 3, 4, and libraries like ngx-bootstrap.
A technical guide on using the rgoodreads R package to analyze personal Goodreads reading data and critique the 5-star rating system.
A critique of data visualization choices in a KCSE exam analysis, comparing heat maps to line graphs for clarity.
Announcing the open-source book 'Geocomputation with R', covering spatial data analysis using R and the sf package.
A developer shares the code and lessons learned from creating a Twitter bot that tweets summaries of Auckland bus system data.
An overview of the Pipfile format and pipenv tool for Python package management, including a link to a recorded presentation.
A step-by-step tutorial on integrating .NET Core with Azure Search to create, manage, and query indexes.
Two approaches to hide the navigation bar on the login page in an Angular application using Angular Material.