Drawing the analemma with Julia
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.
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.
Analyzes Android device fragmentation using market share data to show how outdated devices accumulate over time.
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 developer's experience using xUnit Roslyn Analyzers to improve unit test quality and fix warnings during a Visual Studio upgrade.
A technical analysis of Apple's A11 CPU, exploring its heterogeneous core architecture and methods to observe performance and efficiency cores in action.
Explains how to implement custom type conversion for Spring MVC controller parameters, focusing on Converter interface and testing with @WebMvcTest.
Final guide in a series on publishing and registering a bot built with Microsoft Bot Framework, including deployment to Azure and testing on Skype.
Tips for writing better R-focused blog posts, covering social sharing, package examples, and syntax highlighting.
Practical advice for open source maintainers on building and nurturing a community around their projects, from licensing to attracting contributors.
A guide advocating for the use of console.log in JavaScript to debug code, understand loops, and clarify unknowns through practical examples.
Analyzes line length distributions in popular Python packages, comparing them to Twitter's character limit analysis and exploring PEP8 style guide adherence.
A tutorial on how to integrate and use custom Google Fonts in an Ionic 2/3 mobile application by adding font files locally and applying CSS.
A guide on improving code review communication and avoiding conflict, based on a real-world example of a failed review process.
The article critiques poor UI changes in apps like Zulip and Facebook, comparing them to confusing physical designs like doors.
A summary of a Python Frederick talk on using Scrapy, a Python framework for web scraping, including a link to the presentation.
Explores a C# code pattern using nested generics that causes exponential compilation time, effectively creating a Denial-of-Service attack on the compiler.
A mathematical exploration of bounds for the expected maximum of random variables, covering inequalities, norms, and chaining techniques for stochastic processes.
An introduction to JavaScript functions, explaining their syntax, declaration, usage, and parameters with simple analogies.
A tutorial on using Sinon.js to stub HTTP requests in unit tests, preventing external API calls during test runs.