Project planning with plotly
A technical tutorial on using the R plotly package to create interactive Gantt charts for project planning, specifically for a PhD thesis.
A technical tutorial on using the R plotly package to create interactive Gantt charts for project planning, specifically for a PhD thesis.
A technical guide on implementing Azure AD single sign-out in ASP.NET Core applications, explaining configuration and the SameSite cookie requirement.
Guide to creating a WPF application using the lightweight SDK-style project format with the MSBuildSdkExtras extension.
Analyzes the future of cloud computing after AWS and Azure's dominance, exploring potential next shifts like serverless and edge computing.
A guide to undoing changes in Git, covering discarding local changes, amending commits, rolling back, and reverting pushed commits.
A tutorial on implementing token-based authentication in Django REST Framework for secure API user identification.
A data scientist shares strategies for managing and mitigating failure in data science projects, emphasizing risk analysis and realistic planning.
A talk recap on .NET's Garbage Collector, memory management concepts, hidden allocations, and performance profiling.
A guide to organizing and decoupling API calls in a Nuxt 2 application for better maintainability and scalability.
Explains how to use headless browsers, specifically Chrome and Puppeteer, to programmatically capture screenshots of web pages for technical solutions.
VMware vSAN introduces native file services (NFS/SMB) for simplified, policy-managed file shares directly on the hyper-converged storage platform.
How to add and test Celery beat, a background task scheduler, to a Django SaaS project, including deployment with Ansible.
Discusses the WEIRD bias in research and its impact on web development, urging inclusivity in design and testing.
Announcing a new YouTube channel focused on SQL Server Columnstore Indexes and Batch Execution Mode, featuring technical videos and interviews.
A technical tutorial on building a custom blog from scratch using GatsbyJS, React, Markdown, and GraphQL.
A guide to the WebP image format, explaining its benefits over PNG/JPG and providing conversion methods and web implementation techniques.
Explains two methods for providing CSS fallbacks to support older browsers: property fallbacks and feature queries (@supports).
Explains JSX as syntactic sugar for JavaScript function calls, not a templating language, and its benefits for frameworks like React and Vue.
Fixing a Docker Compose interpolation error by escaping the $ character in a multi-line command.
A beginner's guide to building a React application with Firebase for authentication and a realtime database.