UK VMUG 2018 Preview
A preview of the 2018 UK VMware User Group conference, covering the agenda, keynotes, sessions, and community events.
A preview of the 2018 UK VMware User Group conference, covering the agenda, keynotes, sessions, and community events.
Explains how to support older browsers with JavaScript polyfills, including manual and library-based approaches.
A front-end developer reflects on the undervaluation of HTML/CSS skills and argues for respect across web development specializations.
Explores Effective Java items 3-5 on controlling object instantiation, covering utility classes, singletons, and dependency injection.
A guide to creating time-saving Git command-line aliases for common tasks like committing, pushing, and branching.
Explains the different types of test doubles (dummies, fakes, stubs, spies) in Swift for unit testing, with code examples.
Explores challenges and best practices for managing database schema changes in development teams, focusing on automation and CI/CD integration.
A guide to managing database changes in .NET using Database Projects for state versioning and DbUp for migration scripting.
Explores a fast algorithm for estimating principal components via subsampling, analyzing its application to genetics and statistical tests.
A technical tutorial on using the R plotly package to create interactive Gantt charts for project planning, specifically for a PhD thesis.
Explains the Document Object Model (DOM), its role in web development, and how it differs from source HTML.
A technical guide on implementing Azure AD single sign-out in ASP.NET Core applications, explaining configuration and the SameSite cookie requirement.
Analyzes the future of cloud computing after AWS and Azure's dominance, exploring potential next shifts like serverless and edge computing.
Guide to creating a WPF application using the lightweight SDK-style project format with the MSBuildSdkExtras extension.
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.
Explains how to use headless browsers, specifically Chrome and Puppeteer, to programmatically capture screenshots of web pages for technical solutions.
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.