Delivering a precon on Columnstore Indexes at SQLSaturday Israel 2020
Announcement of a technical workshop on SQL Server Columnstore Indexes, covering versions, features, and practical techniques.
Announcement of a technical workshop on SQL Server Columnstore Indexes, covering versions, features, and practical techniques.
A tutorial on building a multi-language translator application using Blazor and Azure Cognitive Services' Translator Text API.
Analyzing different indentation styles for Clojure's `cond` forms and their impact on code readability.
A developer shares their perspective on TypeScript, questioning its value for small teams and linking to an article with reasons against using it.
A personal blog about machine learning, data annotation projects, and professional experiences in deep learning and AI product development.
A tutorial on implementing pagination for a blog's post list using Django's built-in Paginator class and creating a reusable template.
Part 6 of a Django tutorial series, focusing on creating HTML templates (base.html, post_list.html) for a blog application using Django's template language.
A tutorial on creating Django views for a blog application, covering list and detail views, URL patterns, and template rendering.
A tutorial on debugging .NET Core applications integrated with Dapr using Visual Studio Code, including configuration steps.
A tutorial on deploying MongoDB in Azure Kubernetes Service (AKS) using the MongoDB Enterprise Operator and Ops Manager.
Explores SQL Server 2019's session context functions and their unexpected impact on query parallel execution plans.
Introduces a new fluid scale tool integrated with a design token generator for improved CSS workflows and responsive design.
Andy Bell shares a front-end tip for preventing line breaks using a zero-width, non-breaking space HTML entity.
ksqlDB 0.7 adds support for primitive data types as message keys, simplifying data joins and reducing the need for pre-processing.
Andy introduces Utopia, a fluid typography tool, and discusses its algorithmic approach to responsive web design.
A developer's guide to using Publish, a Swift static site generator, covering setup, theming, syntax highlighting, and deployment.
A tutorial on implementing and managing navigation within WebView components in React Native applications using the react-native-webview package.
A step-by-step guide to building, testing, documenting, and publishing an open-source Python package from scratch, using a simple library as an example.
Explains the Levenshtein Distance algorithm, a method for calculating the difference between two strings, with examples and complexity analysis.
Best practices for securing Azure Container Registry, including enabling Security Center and disabling admin accounts.