Console.log everything!
A guide advocating for the use of console.log in JavaScript to debug code, understand loops, and clarify unknowns through practical examples.
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.
Summary of major database trends in Fall 2017, including SQL's resurgence, cloud pricing wars, IBM's renaming controversy, and new releases.
A guide to avoiding date format confusion in programming by using ISO 8601, with examples in PowerShell.
A guide to setting up automated Slack invitations for a community using JavaScript/React and the Slack API.
Explores Blazor, an experimental framework for running .NET applications in the browser via WebAssembly, using the DotNetAnywhere runtime.
Slides and resources from a talk on R programming and data science presented at the EARL Boston conference.
A guide to implementing custom error pages for 404s and exceptions in ASP.NET MVC Core, including telemetry integration.
A recap of the final day at PASS Summit 2017, covering sessions on Azure Service Bus, advanced SQL security, and the SQL Vulnerability Assessment.
Explains how to programmatically discover all controller actions and Razor Pages in an ASP.NET MVC Core application using IActionDescriptorCollectionProvider.
A recap of Day 2 at PASS Summit 2017, focusing on the Azure Cosmos DB keynote and deep dives into Azure data services.
A tutorial on implementing the classic Rock-Paper-Scissors game in under 10 lines of Julia code, showcasing multiple dispatch.