How To Use Correctly JavaScript Utility Libraries
A guide on effectively using JavaScript utility libraries like Lodash and Date-fns, focusing on performance, bundle size, and best practices.
A guide on effectively using JavaScript utility libraries like Lodash and Date-fns, focusing on performance, bundle size, and best practices.
A developer's 2019 year in review, focusing on open-source contributions to projects like Gatsby, TypeScript, and DEV.
A detailed guide to using min-width, max-width, min-height, and max-height CSS properties with practical examples and use cases.
Explains how to restrict attribute assignment in Python classes to prevent typos and enforce defined attributes, using a real-world example.
A GitHub product lead shares resolutions for supporting open source communities, focusing on shared responsibility and maintainer etiquette.
Introduction to Materialized Views in Azure Synapse Analytics, explaining their purpose as a caching mechanism for data warehouse optimization.
A PowerShell MVP reflects on 2019 career achievements and sets 2020 goals for community speaking, blogging, and video content.
A tutorial on building an interactive data dashboard using R, flexdashboard, and Shiny with data from Google Sheets.
A podcast exploring generative art, featuring interviews, tutorials, and off-topic chats with creators in the field.
Explains the differences between const, let, and var in JavaScript, focusing on hoisting and scoping issues.
A tutorial on implementing internationalization (i18n) in React Native apps using the react-native-localize and i18n-js libraries.
A guide to building a simple finite state machine library in JavaScript from scratch to understand the core concepts.
A tech professional outlines his 2020 vision and strategy for creating compelling technical content for IT professionals across various mediums.
A personal blog post reflecting on the author's journey from a struggling college student in 2010 to a software developer, sharing lessons learned.
A technical guide on creating a custom Django User model and integrating django-allauth for email-based authentication.
A guide on using a pre-built Django template to quickly set up a Django application with features like user authentication, Docker, and testing.
A critique and wishlist for improving the .NET CLI's 'dotnet new' command, focusing on better Visual Studio integration and a modern UI.
Explains CSS specificity rules, how to calculate selector priority, and why to avoid overusing !important.
A guide to CSS measurement units, explaining absolute units like px and relative units like em, rem, and viewport units for web design.