Talk - Exploring .NET memory management - a trip down memory lane - CodeStock 2019 - Knoxville, TN - USA
A conference talk exploring .NET memory management concepts, the Garbage Collector, hidden allocations, and profiling techniques.
A conference talk exploring .NET memory management concepts, the Garbage Collector, hidden allocations, and profiling techniques.
A personal review of Microsoft To-Do, detailing its features like My Day and how it's used to manage both work and personal tasks.
Guide to enabling TLS 1.2 support in legacy .NET applications without recompilation, using configuration file updates.
A developer explains the risks of using default property values in Spring configuration and advocates for dedicated environment profiles to prevent misconfigurations.
Explains how to pass data between JavaScript and Python using JSON serialization and AJAX requests with the Fetch API and Flask.
Explains how to implement truly optional scalar fields in Protocol Buffers 3 using wrapper types, with practical Go examples.
A personal review and analysis of the 'Revolution OS' film, exploring the history and impact of the GNU project and the Free & Open Source Software movement.
A student shares a portfolio of their university art projects, including generative code art, a metadata website, and social commentary pieces.
Analysis of adoption rates for robots.txt, humans.txt, and security.txt files across the top 25,000 websites, including methodology and results.
Blog author offers free 45-minute one-on-one R training sessions to 10 people, focusing on data analysis, visualization, and package development.
A tutorial explaining the difference between controlled and uncontrolled components in React with practical code examples.
A comprehensive guide to understanding the components and request lifecycle of AWS API Gateway for building serverless applications.
Explains SQL injection risks in Laravel's query builder, focusing on unsafe functions like addSelect and JSON shorthand, with a fixed vulnerability example.
Analyzes technical and market challenges hindering widespread adoption of security keys, focusing on iOS limitations and API fragmentation.
A guide to writing and publishing JavaScript packages that work in both browser and Node.js environments, covering module patterns and setup.
A programmer's personal about page highlighting his book, articles, work at Microsoft, and contact information.
A guide to creating database indexes in Django without causing downtime, covering atomic migrations and raw SQL.
The author announces a new personal blog for general life musings and non-Python content, separate from their Python-focused site.
Applying software CI principles to leadership, proposing a 'Leadership CI' framework of reflective questions for better decision-making.
A guide to understanding and using R's date format functions like as.Date(), as.POSIXct(), strftime(), and strptime() for data manipulation.