Every website will get hacked - how to prepare for it
Discusses the inevitability of website breaches, lists major hacks, and explains how to assess your risk and prepare for security incidents.
Discusses the inevitability of website breaches, lists major hacks, and explains how to assess your risk and prepare for security incidents.
A developer explains their decision to join Snyk, a security tool company, to lead developer relations, emphasizing the importance of accessible security.
Discusses balancing trendy tech with core programming fundamentals like algorithms and clean code to master software development.
A critique of the common developer advice 'Don't reinvent the wheel,' exploring its psychological impact and arguing for the value of building from scratch.
A speaker's reflections on the key factors that define a successful tech conference, based on experience attending and presenting at over 50 events worldwide.
A tutorial on extending Common Lisp's Iterate library by creating a custom 'averaging' clause for calculating running averages in loops.
A tech company shares its detailed, multi-week hiring process for building a successful distributed team, focusing on candidate care and internal feedback.
Explains the modern system font stack for web development, detailing font-family lists used by major sites like WordPress and GitHub.
Guide to fixing compatibility issues when building iOS 10 games with Game Maker Studio 1.4 and Xcode 8, covering provisioning and plist settings.
Author releases an open-source AsciiDoc toolchain for self-publishing technical books in multiple formats like PDF and ePub.
A step-by-step guide to integrating Serilog for structured logging in an ASP.NET Core application, including configuration and dependency injection.
Explores the potential memory savings of storing strings in a more compact encoding like ASCII/Latin-1 within the .NET CLR, using real-world data from Stack Overflow.
Guide to building an ASP.NET 5 web app with .NET Core and deploying it to Heroku cloud using a build pack.
A look at the origins and global impact of the Linux operating system, from Linus Torvalds' 1991 project to its widespread use today.
A developer explores balancing personal passion for open source projects with corporate responsibilities, based on a talk at GitHub Universe.
A developer argues for choosing programming languages and tools based on project needs over personal comfort, using examples from personal projects.
Tutorial on building a MEAN stack API with TypeScript and deploying it on Heroku, focusing on MongoDB, Express, and Node.js.
A guide to programmatically changing and persisting custom application icons on Mac OS X using terminal commands and cache management.
A guide explaining Unicode fundamentals and how JavaScript handles characters, including common pitfalls and ECMAScript 2015 features.
Explores the System.Runtime.CompilerServices.Unsafe API in .NET for low-level, high-performance pointer manipulation while bypassing standard type safety.