The spreadsheet I use to compare job offers A guide to helping you decide which job to pick in tech, all from a spreadsheet - blog post by Umar Hansa
How I create photo stories from my travel. I created a new Photos page on my website, where I will share photo stories from my travel. I create these stories with my own open-source tool called Simple Photo Gallery. I will also post links to my photo collections on the amazing website for free ima...
On Coding, Ego and Attention My thoughts on coding, ego and attention. How I learned to get out of my own way by learning about the link between ego and attention.
Dear engineers, this is a marathon and not a sprint so take care In this blog post we are going to discuss about the little things that play a vital role in engineers success and have nothing to do with actual coding.
I tweet every time I spend money For the past few months, I’ve been tweeting every time I spend money. You can check it out at @ch_ylukem1. It started with an Uber ride: UBER —
Why Does Logitech Hate Left Handed People? - Kev Quirk I recently looked into buying a trackball mouse and lots of people recommended Logitech. But Logitech hate left handed people and don't support us.
Blog of Jake | Compound Interest “Compound interest is the 8th wonder of the world. He who understands it, earns it. He who doesn’t, pays it.” — Albert Einstein For those unfamiliar with the term, here is an easy…
[OC] Baby Shark as a Finite State Machine : dataisbeautiful More posts from the dataisbeautiful community
Build a Blazor WebAssembly Line of Business App Part 1: Intro and Data Access Describes a fully functional real-world project built in Blazor WebAssembly with EF Core that demonstrates authentication, logging, shadow properties, auditing, optimistic concurrency, entity validation, paging/sorting/filtering and more.
MuseScore 4. Moving from notation software to composition software. Hello, fellow musicians! Today, we are happy to announce a new chapter in the history of MuseScore: we are now actively working on the development of MuseScore…
Basecamp’s founders are trying to start an email rebellion Jason Fried and David Heinemeier Hansson spent two decades telling anyone who would listen that remote work really could work. Now that a pandemic proved them right, they're shouting about email instead.
Debugging Async Code: Parallel Stacks for Tasks | Visual Studio Blog Want a visual depiction of how your async code is executing in Visual Studio? Check out the newly updated Parallel Stacks for Tasks window!
1027106 - Make ImageLib share cached imgRequests for the same SVG document even if the URI has a different ref/hash NEW (nobody) in Core - ImageLib. Last updated 2020-05-13.
Introduction to the High Performance package - Windows Community Toolkit An overview of how to get started with High Performance package and to the APIs it contains
Holy Post - Race in America We need to talk about race. Why are people angry? Why so upset? Didn't we elect a black president? Pass civil rights laws? Isn't racism illegal now? Three years ago my brother Rob and I co-taught a class that discussed issues of racial injustice. That cla...
Life, part 15 Code for this episode is here. Where were we? I was gradually changing Abrash’s “remember the neighbour counts” into Stafford’s algorithm from an early 1990s optimization co…
Build yourself a weather station. Part I IntroI live pretty far away from the office, so my commute can take from 2.5 to 4 hours a day 😱. That includes a lot of time walking. I lost the count of tim...
The Thumb Zone: Designing For Mobile Users — Smashing Magazine If there is one thing that will stand the test of time, it’s thumb placement on mobile devices. This makes consideration of the “thumb zone”, a term coined in Steven Hoober’s research, an important factor in the design and development of mobil...
DeepFakes used in Animations - A New Way of Animating? I used First Order Motion Model for Image Animation, which is similar to DeepFake AIs, but it can do more like tracking motions and copying them onto another target. I feel like this can make creating anything for anime, games, or films a lot easier. The ...
Managing Package Versions Centrally TL;DR - Microsoft has quietly shipped the ability to centrally manage package versions in the latest .NET Core SDK, in this post we'll look at some of the details
Workshop: Google Cloud Serverless - NDC Melbourne 2020 In this workshop, you will discover the various serverless options offered by Google Cloud Platform, such Cloud Functions (functions as a service), App Engine (application as a service), and Cloud Run (container as a service).
Weekly Notes - #15 Discover the latest announcements in the .NET world: DotNet 5.0, FSharp, Blazor, Azure, Serilog, Seq, Docker, EventSourcing, AKS
Farm WiFi Off The Grid with Ubiquiti and Solar TL;DR; I made a Unifi camera work at my gate using solar power and long range WiFi. Also read my initial setup, and expansion with UDM-PRO and cameras to get the background.
.NET with Scott Hunter Part 1 In this episode, Robert is joined by Scott Hunter, who updates us on .NET 5, the next version and future of .NET. Scott recaps the announcements made recently at Build around the journey of unifying t
.NET 5 – How to start – Michał Białecki Blog Would you like to learn how to write programs in .NET and find out what the platform from Microsoft can do? What tools to use and where to start? You’ve come to the right place! I will explain everything step by step.
Thursday Quickie: Fixing NCrunch for Azure Functions So I'm a big fan of NCrunch - Remco Mulder 's continuous testing plug-in for Visual Studio. I'm not a true adherent to TDD, so I find it re...
Consuming REST API with Swagger / OpenAPI in Xamarin and Uno Applications - Nick's .NET Travels I still recall the simplicity of standing up a SOAP service and adding a service reference via Visual Studio by simply entering the url to the WSDL – this scenario just worked…. until we moved on. There was a rapid progression away from the overly prescri...
Protecting your GitHub assets with Azure Sentinel Special thanks to and Mor Rubin that collaborated with me on this blog post. GitHub online platform enables developers to find, share, build, and collaborate on software. Many organizations are using GitHub as their software development version control...
GitHub to replace "master" with alternative term to avoid slavery references | ZDNet GitHub getting on board legitimizes movement aimed at removing racially-charged language from software.
Workshop: Getting started with GraphQL on .NET - 1/2 - NDC Melbourne 2020 <strong>Module 1/2</strong>GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.<br><br>That sounds nice, but what is GraphQL and how can we use it in .NET?<br>
Zsh and Fish’s simple but clever trick for highlighting missing linefeeds – Vidar's Blog tl;dr: We look at how Zsh and Fish is able to indicate a missing terminating linefeed in program output when the Unix programming model precludes examining the output itself.