Global AI Bootcamp 2019 in Malmö
A summary of the Global AI Bootcamp 2019 in Malmö, featuring presentations on practical AI use cases like genealogy, robotics, and construction.
A summary of the Global AI Bootcamp 2019 in Malmö, featuring presentations on practical AI use cases like genealogy, robotics, and construction.
Overview of the Skåne Azure User Group's active participation in Global AI Community events like Bootcamps and AI Nights since 2018.
A technical guide on using ksqlDB and MongoDB to analyze network syslog data from UniFi devices, including Kafka stream processing.
Explores tools and strategies for managing Kubernetes YAML manifests, focusing on reducing duplication and enforcing validation.
Extends ASP.NET Core's environment-based configuration by introducing 'sub-environments' for granular, scenario-specific settings overrides.
Explains the key differences between a library and a framework in software development, using examples like jQuery and VueJS.
A developer shares a mental model of JavaScript fundamentals, explaining core concepts like values, types, and equality in a glossary format.
A guide to diagnosing and troubleshooting client connection issues when using DNS SRV records with MongoDB Atlas.
A guide on how to find and evaluate your first remote job, including where to look and how to assess a company's remote-friendliness.
A tutorial on using Vue and Nuxt for pre-rendering web pages to solve SEO and social sharing problems in single-page applications.
Explains AWS Lambda's Provisioned Concurrency feature, detailing how it solves cold start issues for latency-sensitive serverless applications.
Explains how domain names work, the role of DNS, and the step-by-step process a browser uses to translate a domain into an IP address to load a website.
An introductory guide explaining the basics of the World Wide Web, websites, web servers, clients, and the difference between static and dynamic sites.
A technical guide on building a minimal container runtime shim using runc, focusing on daemon design and integration with a container manager.
A technical guide on using ksqlDB and Kafka Connect to ingest and analyze Syslog data for detecting SSH attacks.
Explores using ClrMD to dump stack objects from .NET threads, comparing Windows and Linux behavior and uncovering a platform-specific limitation.
A detailed review of the PinePhone, a Linux-based smartphone, focusing on its hardware, current software limitations, and target developer audience.
Explains how to use RxJS merge operator to handle multiple concurrent API calls from a single NgRx Effect in Angular.
A tutorial on using Mongoose subdocuments (embedded documents) in MongoDB, covering schema creation and document manipulation.
Fixing 'Cannot bind parameter log to type ILogger' error when upgrading Azure Functions from v2 to v3.