Playing With Syntax
A deep dive into Lisp's syntax flexibility, exploring custom macros for assignment and mutation operators like incf, decf, mulf, and divf.
A deep dive into Lisp's syntax flexibility, exploring custom macros for assignment and mutation operators like incf, decf, mulf, and divf.
A guide for developers on implementing offline functionality in web apps using Service Workers, including user notifications and UI cues.
A video tutorial detailing the step-by-step process for installing Arch Linux with full disk encryption for enhanced privacy.
A preview of key technical sessions at VMworld Europe 2016, focusing on PowerCLI, NSX, vSphere management, and troubleshooting.
A guide to setting up continuous integration for .NET Core libraries using Atlassian Bitbucket Pipelines, including YAML configuration and NuGet packaging.
An introduction to Needle, an open-source modular framework for conducting security assessments of iOS applications.
An IT professional discusses the need for better communication between technical and non-technical business departments to bridge the digital divide.
Explains how to use the .NET TryStartNoGCRegion API to prevent garbage collection pauses during critical code execution.
Needle is an open-source modular framework for streamlining security assessments of iOS applications, similar to drozer for Android.
A developer shares their experience porting a game from Clojure to Common Lisp during a Lisp Game Jam, covering technical details and lessons learned.
A guide for teaching quantum mechanics to high-school students using light polarization as a simple, visual two-level system.
Explains Ahead-of-Time (AoT) compilation in Angular, covering its benefits over Just-in-Time (JiT) compilation for performance and efficiency.
Discusses why simulation summaries should focus on quantiles and robust statistics rather than moments when evaluating asymptotic approximations.
Introducing 'trainer', a tool to convert Xcode test results from plist to JUnit format for Jenkins, solving issues with xcpretty and xctool.
A technical guide on configuring Apache Drill's ODBC driver to connect with Oracle Business Intelligence Enterprise Edition (OBIEE) 12c on a Linux environment.
A technical guide on configuring Apache web server to redirect www to non-www and HTTP to HTTPS using .htaccess rewrite rules.
Introduction to Apache Drill, a SQL engine for querying diverse data sources like files (CSV, JSON) and databases.
The author reflects on the global reach of their book 'Intermediate Python', which has been read in 181 countries and used for training.
Explains how the .NET Garbage Collector pauses threads at safe points to perform collection, detailing the suspension mechanism and TTSP.
A Swift developer explains how wrapping primitive types like Int in structs improves type safety and eliminates runtime bugs in a toy train control app.