A breathtakingly brief summary of Scrum: A Breathtakingly Brief and Agile Introduction by Chris Sims & Hillary Louise Johnson.
Author: Damián Adams
Using Type-Safe Parameters for Cleaner Blazor Components
Keep your Blazor components clean and well-documented with this intuitive approach to parameter values.
Bringing Back the Class Attribute for Your Blazor Components
Discover a simple pattern to bring back class attributes for all of your Blazor components.
Easier JavaScript Interoperability in Blazor with Anonymous Types
Leverage the C#'s language Anonymous Types feature for effortless interoperability between Blazor and JavaScript.
The Major and Minor Wrongs of JavaScript
JavaScript is a fine language these days, but it wasn't always this way. Writing effective JavaScript requires understanding the pain points of the language and avoiding its major wrongs.
HTTP Status Codes in One Tweet
A brief but memorable reminder.
Using MongoDb for Quick Session Storage with connect-mongo in Express
Set up quick session storage for production environments in Express with connect-mongo and keep the focus on your application logic.
Understanding Sessions and Local Authentication in Express with Passport and MongoDb
Understand the building blocks behind sessions and local authentication in Express.
Getting up and Running with Express in a Jiffy
If you know modern JavaScript then you know enough to run a web server and build your own web sites, web APIs, or web applications in a jiffy with Express.
How to Think Like a Software Developer
Thinking as a software developer means thinking like a problem-solver. Take note of the tools and skills you need to be effective at dealing with problems and delivering better software.