SQLSaturday Portugal: Lisbon 2019
Announcement for SQLSaturday Lisbon 2019 and Porto 2019, including dates, call for speakers, and workshop topics.
Announcement for SQLSaturday Lisbon 2019 and Porto 2019, including dates, call for speakers, and workshop topics.
An open source funding experiment that displays ethical ads in the console to support maintainer work on packages like StandardJS.
Sourcehut's builds.sr.ht CI now offers SSH access to build environments for debugging and interactive testing.
Essential npm security best practices to protect against malicious packages, including ignoring run-scripts and vetting third-party modules.
A TypeScript guide on using conditional types to enforce exact object shapes, preventing extra properties.
A technical exploration of container runtimes, orchestration, and the underlying Linux primitives, from low-level OCI specs to practical implementation.
A tutorial on building a React Native todo app with offline data persistence using AsyncStorage and NativeBase UI components.
A guide explaining how to load images dynamically in Vue 2 and Nuxt 2, covering static vs. dynamic paths and Webpack asset handling.
Argues for agile software development by contrasting it with traditional book publishing, emphasizing early delivery and fast feedback loops.
Explains how to change the default binding mode for XAML bindings using the x:DefaultBindMode attribute in UWP development.
A tutorial on implementing the Geolocation API in a React Native app to build a weather application, covering permissions and data fetching.
A guide to automating dependency updates using Dependabot, Cypress for end-to-end testing, and Netlify for CI/CD in a JavaScript/Gatsby project.
A comprehensive guide to the new switch expressions introduced as a preview feature in Java 13, covering syntax, usage, and improvements over traditional switch statements.
A workshop guide for building a full-stack web application using Microsoft's Blazor framework, covering prerequisites and learning objectives.
Explores the practical uses of reversible computing, from automatic differentiation in deep learning to distributed systems and database operations.
Explores SQL Server 2019's new 'Feature Restrictions' security feature, designed to help prevent SQL injection attacks.
Traces the evolution of enterprise middleware from the 1990s to today, drawing parallels to modern enterprise blockchain solutions.
A tutorial on using Apple's Combine framework with URLSession to make HTTP requests and parse JSON responses in Swift.
Explores five advanced applications of JavaScript destructuring, including variable swapping and immutable operations, to write cleaner code.
A guide for software engineers on handling project estimation requests, offering strategies for bottom-up and top-down approaches.