Provide support for C# on Databricks There are (at least) two use cases of it: - Migrate large number of (hundreds) data pipelines running on ADLA to Databrick. Those data pipelines usually have heavy business logic built in C# library. It will be a huge cost to re-write the code in Java ...
Life, part 2 Code for this episode can be found here. There are literally fifty years of articles explaining Conway’s Game of Life, starting with the one that introduced it to me: the October 1970 issue o…
Psychedelic compound from magic mushrooms produced in yeast Psilocybin mushrooms have been found to have minimal harmful effects and could potentially benefit those with depression. But they remain illegal even though they offer a groundbreaking alternative to several under-treated psychological conditions.
ASP .NET Core Dev Blog Series Looking for my for my blog home? Here: https://wakeupandcode.comOn This PageASP .NET Core 2018 Blog SeriesHappy New Year 2019!ASP .NET Core 2019 SeriesASP .NET Core 2019 eBook&nb
TechEmpower Web Framework Performance Comparison Performance comparison of a wide spectrum of web application frameworks and platforms using community-contributed test implementations.
Home Page - Stack Overflow Email It's reserved for our users to easily manage email subscriptions directly from any email we send.
Kick The Shit Out Of Procrastination - David Thorpe Procrastination is a dick. Instead of psycho-analysing why you have it, instead implement some processes and barriers to reduce it's hold over you. Go you!
Configuring Logging in Azure App Services - ardalis Azure App Services are a very easy and economical way to quickly deploy your ASP.NET/ASP.NET Core apps to the cloud. You can get started for free if you just want to try out something you’re developing (without uptime considerations) and entry-level plans...
Feature Flags (aka Feature Toggles) Separation of deployment and feature releases: how to enable and disable features in applications (services) at configuration time
Postgres For Those Who Can’t Even, Part 3 – In The Real World This is part 3 of a series of posts I’m writing for Friendo, a web person who wants to get their hands a lot dirtier with Node and Postgres. You can read part 1 here, and part 2 here, where w…
Strategies for migrating to TypeScript This blog post gives an overview of strategies for migrating code bases from JavaScript to TypeScript. It also mentions material for further reading.
Filtering on Include in EF Core For years (quite literally 3 years) I’ve been waiting for filtering to be available on includes within Entity Framework, or more specifically, EF Core. Finally, the next preview should have this included. From the pull request, the additional operations t...
Creating web apps via TypeScript and webpack This blog post describes how to create web apps via TypeScript and webpack. We will only be using the DOM API, not a particular frontend framework. The repository ts-demo-webpack with the files can be downloaded from GitHub.
How does TypeScript work? The bird’s eye view This blog post gives the bird’s eye view of how TypeScript works: What is the structure of a typical TypeScript project? What is compiled and how? How can we use IDEs to write TypeScript?
BANNERS - Where The Shadow Ends (Acoustic / Audio) "Where the Shadow Ends" (Acoustic) Available Now: http://Banners.lnk.to/WTSEacoustic Follow BANNERS: Instagram: https://www.instagram.com/bannersmusic/ Facebook: https://www.facebook.com/BANNERSmusic/ Twitter: https://twitter.com/BANNERSMUSIC
Hardware Solutions To Highly-Adversarial Environments Part 3: Trusted Execution Environment (TEE), SGX, TrustZone and Hardware Security Tokens This is end of my blog post series on cryptography with hardware. I’ve written about smart cards and secure elements in part 1 and about HSMs and TPMs in part 2. Trusted Execution Environment (TEE) So far, all of the hardware solutions we’ve talked about...
The Baymard Institute: A glorious, evidence-based trove of UX best practices What’s so great about Baymard and why aren’t there more organizations on the same level?
Watching More Files With Dotnet Watch For Static Sites The marriage of .NET Core and static site generators is a beautiful thing. There are many great static site generator options out there like 11ty, Jekyll, Hugo, and many more. While you can accomplish amazing feats at build time, a dynamic backend can all...