Oracle 19c container times out with versions 19.3.0.0 and onwards of the OJDBC
Oracle 19c Docker containers timeout with JDBC driver versions 19.3.0.0+, causing a 'Got minus one from read call' error. The fix is to set oracle.net.disableOob=true.
Oracle 19c Docker containers timeout with JDBC driver versions 19.3.0.0+, causing a 'Got minus one from read call' error. The fix is to set oracle.net.disableOob=true.
The author integrates django-htmx into a Django project to build a bulk task deletion feature for a SaaS homeschool application.
A guide to setting up cross-account security auditing for AWS and GCP environments using hub-and-spoke models and IAM roles.
A guide to deploying a Kubernetes lab for security research, covering local setups, vulnerable clusters, and production-ready multi-node deployments.
A critique of over-engineering in web design, using examples like hamburger menus and tabs to argue that unnecessary enhancements can harm usability.
A tutorial on integrating Pocket bookmarks into an Eleventy static site using the Pocket API and environment variables.
A technical guide on implementing text-to-speech functionality in web applications using the JavaScript Web Speech API.
SQL Server 2019 introduces a new feature in Configuration Manager to simplify certificate import and management for TLS encryption.
Explores SQL Server 2019's session context functions and their unexpected impact on query parallel execution plans.
Survey of experimental methods used by authors at NeurIPS 2019 and ICLR 2020, focusing on hyperparameter tuning, baselines, and reproducibility.
Overview of new Database Scoped Configurations in SQL Server 2019, including VERBOSE_TRUNCATION_WARNINGS and LAST_QUERY_PLAN_STATS.
A senior frontend engineer reviews 2019, covering remote work with Vue.js, side projects, blogging stats, and a failed online course venture.
A data professional reviews their 2019 speaking engagements, presentations, and blog output, with a focus on SQL Server and Columnstore Indexes.
A researcher reviews their 2019 scientific work, focusing on computational statistics for brain imaging and data science.
Explains Azure SQL Data Warehouse's Result Set Caching feature, its benefits for data warehousing, and how to enable it.
Explores the availability and configuration of Columnstore Indexes across various Azure SQL Database tiers, including General Purpose, Serverless, and Hyperscale.
A recap of the 2019 Web Engineering Düsseldorf Meetup, highlighting events, speakers, sponsors, and the launch of a new conference.
Announcing a SQLBits 2020 workshop on migrating, optimizing, and running SQL Server workloads on Azure Virtual Machines.
A technical guide on containerizing the Lucas Chess GUI application using Docker, including sharing the host's X11 socket for GUI display.