Windows Phone is (officially) dead!
Microsoft officially ends support for Windows Phone 8.1, marking the final chapter for the mobile OS, with reflections on its history and demise.
Microsoft officially ends support for Windows Phone 8.1, marking the final chapter for the mobile OS, with reflections on its history and demise.
An in-depth look at how the .NET CLR allocates and uses internal memory, exploring its data structures beyond managed code.
A technical discussion on asymptotic approximations in stratified sampling when sampling probabilities approach zero, relevant for rare disease studies.
A tutorial on building a Recurrent Neural Network (RNN) with LSTM cells in TensorFlow to predict S&P 500 stock prices.
A developer explains migrating from Blogger to Jekyll, highlighting its open-source nature, clean design, dynamic pages with Liquid, and content portability via Markdown.
A guide explaining how to convert any website into a Progressive Web App (PWA), covering the benefits and the three main steps required.
Explains concurrency issues in Django models and demonstrates solutions using pessimistic locking with select_for_update to ensure data integrity.
A frontend developer shares best practices for using id, class, and data attributes in HTML, CSS, and JavaScript to avoid conflicts.
A two-day workshop on survival analysis, covering data exploration, regression modeling, and practical sessions for time-to-event data.
A developer shares ten key technical lessons learned from migrating a blog from Blogger to Jekyll on GitHub Pages.
A step-by-step tutorial on deploying an ASP.NET Core Web API to AWS Lambda, covering prerequisites, project setup, and configuration.
Explains the CSS concept of collapsing margins, where adjoining vertical margins between block-level elements combine into a single margin.
A recap of the June 2017 London VMUG meeting, covering sponsor sessions on Nimble Storage analytics and a deep dive into the upcoming VMware on AWS service.
Explains C# 7.0's ref returns and ref locals for passing and returning large structs by reference to improve performance.
Introduces daiquiri, a Python library that simplifies logging setup with sensible defaults like timestamps, colors, and JSON output.
Explains the benefits of using Pipfile over requirements.txt for managing Python dependencies and how to get started.
A developer shares their experience with a mock technical interview conducted by a Google engineer, detailing the process and lessons learned.
Explains key configuration changes in ASP.NET Core 2.0, including moving config to Program.cs and using WebHost.CreateDefaultBuilder.
A guide on setting up a MEAN stack development environment using the WebStorm IDE, focusing on JavaScript full-stack development.
Introduction to using Schema.NET, a .NET library for implementing Schema.org structured data to enhance search engine results and app sharing.