Building NuGet (.NET Core) using Atlassian Bitbucket Pipelines
A guide to setting up continuous integration for .NET Core libraries using Atlassian Bitbucket Pipelines, including YAML configuration and NuGet packaging.
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.
Explains how to use the .NET TryStartNoGCRegion API to prevent garbage collection pauses during critical code execution.
An IT professional discusses the need for better communication between technical and non-technical business departments to bridge the digital divide.
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 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.
A technical guide on configuring Apache Drill's ODBC driver to connect with Oracle Business Intelligence Enterprise Edition (OBIEE) 12c on a Linux environment.
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.
A technical guide on configuring Amazon S3 and CloudFront to redirect www to non-www domains and enforce HTTPS.
An overview of Hyperconverged Infrastructure (HCI), its market growth, key vendors, and practical use cases in the data center.
Sway, an i3-compatible Wayland compositor, celebrates its first year with major updates, new features, and community contributions.
A guide to disabling NSLog in iOS/macOS apps to reduce console noise from third-party libraries, with code examples in Swift and Objective-C.