Writing for the web
A web developer's call to action: share only accessible, semantic code examples and be responsible when publishing technical articles.
A web developer's call to action: share only accessible, semantic code examples and be responsible when publishing technical articles.
Tips for writing responsive UI code in WPF by offloading CPU-bound work to background threads and avoiding common async/await pitfalls.
A recap of PyData Warsaw 2017, covering key talks, new package announcements, and analytics on the conference's international attendees.
A guide to building accessible web applications using React, covering best practices, common pitfalls, and essential tools for developers.
A tutorial on using the new Microsoft Teams PowerShell module to automate the creation of channels within a team.
A conference talk summary exploring Microsoft's open-source journey, community contributions to .NET Core, and how developers can get involved.
Announcement of the Spanish translation of 'SQL Performance Explained' with updates for latest database releases and a refreshed SQL indexing quiz.
Explains software portability, emphasizing the importance of standards like POSIX for running code across many systems and fostering innovation.
Guide to configuring T4 text templates to automatically transform during build in both classic and .NET Core SDK-style projects.
Explores applying Evolution Strategies (ES) to reinforcement learning problems for finding stable and robust neural network policies.
Angular performance guide using pure pipes, memoization, and functional programming to reduce redundant computations in applications.
A technical tutorial on using the Julia programming language and AstroLib.jl to calculate and plot the analemma, the figure-8 path of the Sun in the sky.
An overview of Machine Learning applications in Remote Sensing, covering key algorithms and the typical workflow for data analysis.
Explains how to improve Angular app performance using OnPush change detection and immutable data structures.
A technical analysis of Apple's A11 CPU, exploring its heterogeneous core architecture and methods to observe performance and efficiency cores in action.
Practical advice for open source maintainers on building and nurturing a community around their projects, from licensing to attracting contributors.
Explains how to implement custom type conversion for Spring MVC controller parameters, focusing on Converter interface and testing with @WebMvcTest.
Tips for writing better R-focused blog posts, covering social sharing, package examples, and syntax highlighting.
Analyzes line length distributions in popular Python packages, comparing them to Twitter's character limit analysis and exploring PEP8 style guide adherence.
A summary of a Python Frederick talk on using Scrapy, a Python framework for web scraping, including a link to the presentation.