Stop playing the SEO game: find your sources of influence SEO - Search Engine Optimization - was always my favorite digital marketing tactic. After talking to Rand Fishkin (founder of Moz and SparkToro) and doing some introspection, I am ready to question the value of SEO in 2021 and beyond.
I'm offering my first Scaled Agile Framework (SAFe) Class | Brightball, Inc This Leading SAFe 5.1 class will be the first of many future class offerings from me, including Advanced Scrum Master, Architecture, DevOps, Lean Portfolio Management and Release Train Engineer.
Inflationary Hikes - Fed Guy The shift away from money market funding to deposit funding dampens the effect of policy and may even turn rate hikes inflationary.
The Data Behind New York's Increasingly Dirty Electricity Peaks For many New Yorkers, the hottest days of the summer are ones of refuge: staying indoors with our air conditioners on full-blast in an attempt to escape the heat. While flicking our ACs on during a hot day seems like an entirely mundane aspect of life, be...
Simple Product Management Tricks - Jacob Kaplan-Moss Three simple tricks product I’ve picked up that help me be more than completely useless when I need to wear a Product hat.
Writing Tips for New Engineering Managers Managers at every level are prisoners of the notion that a simple style reflects a simple mind. Actually a simple style is the result of hard work and hard thinking
How I Built Burplist For Free Talks about engineering decisions and thought processes of creating Burplist, a fast and simple search engine for craft beers in Singapore.
Your Users are on a Journey with your Product. As a Product Manager you are a Guide I must confess, I have a bad habit. I assume people see the world as I do. When I look at a chart, I assume that others are seeing the chart as I do. I understand what the chart is showing me, I assume others understand the chart as I do. When I can deci...
COP26.org: A quick sustainability check With COP26 about to take place in Glasgow, let's take a quick look at how the COP26 homepage holds up in terms digital sustainability. What's its carbon footprint, and can it be improved?
The Unified .NET 6 There were many lessons learned as the .NET team released .NET 5 during the lockdown with an all-remote team. Rich shows how those lessons carried into ...
When Pwned Passwords Bloom! I recently wrote about Bloom Filters, the hugely space efficient, probabilistic data structures, and how great they can be. I wanted to create a demonstration of just how useful they could be and thought of a demo using the Pwned Passwords data from Have ...
#Chatcontrol Explained The EU is planning to allow messenger and e-mail providers to indiscriminately scan and detect all private communication for suspicious content that might indicate child pornography or grooming. This so-called 'chatcontrol' violates fundamental ri...
Complexity is killing software developers The growing complexity of modern software systems is slowly killing software developers. How can you regain control, without losing out on the best these technologies have to offer?
Microsoft rolling out Visio to Microsoft 365 Commercial users worldwide - MSPoweruser Microsoft today announced the roll out of Microsoft Visio web app to Microsoft 365 Commercial users worldwide. Microsoft expects to complete the rollout by end of January 2022. Rollout will continue to Government Community Cloud (GCC), GCC-High, and other...
[Last Week in .NET #66] – Halt and Crash Intellisense The .NET Foundation held their “Tell me Anything” last week, Visual Studio 2022 no longer crashes when using intellisense, and ‘hacking’ is apparently as easy as decoding ba…
.NET R&D Digest (October, 2021) November is here, and in world of .NET it means – .NET Conf and a lot of new and interesting stuff to watch and learn. And one of such things (I hope) – is a new issue of .NET R&D D…
Visual Studio 2022 Launch Event Agenda Visual Studio 2022 launches on November 8th with an online event with 40 sessions on Visual Studio 2022! This blog has all the details.
.NET 6 Launches at .NET Conf, November 9-11 .NET Conf is a free, three-day, virtual developer event that celebrates the major releases of the .NET development platform. This year .NET 6 launches at .NET Conf 2021. Come celebrate and learn about the new release.
Build client web assets for your Razor Class Library Learn how to integrate a build process for client web assets using tools like npm and webpack into the builds of your Razor Class Libraries.
GitHub - waydabber/BetterDummy: Software Dummy Display Adapter for Apple Silicon/Intel Macs to Have Custom HiDPI Resolutions. Software Dummy Display Adapter for Apple Silicon/Intel Macs to Have Custom HiDPI Resolutions. - GitHub - waydabber/BetterDummy: Software Dummy Display Adapter for Apple Silicon/Intel Macs to Have C...
C# 10: Constant Interpolated Strings Learn about C#10 support for constant interpolated strings in under 60 seconds in this quick vid!
GitHub - 1Password/1password-teams-open-source: Get a free 1Password Teams membership for your open source project Get a free 1Password Teams membership for your open source project - GitHub - 1Password/1password-teams-open-source: Get a free 1Password Teams membership for your open source project
Bite-Size .NET 6 - MaxBy() and MinBy() in LINQ MaxBy() and MinBy() in .NET 6 make it easy to find an object in a collection using a value of said object.
The .NET Docs Show - .NET 6: Getting started with Minimal APIs .NET 6 introduces a new, streamlined way to define web APIs. In this week's episode, community MVP and streamer Nick Chapsas joins the panel to show us the s...
They don't even know the fundamentals Hey, Joe! How did that interview go? Any promising candidate in the pipeline?
Consensus cheat sheet Crash Omission Byzantine Synchrony $f<n$ is possible $f+1$ round executions must exist $f \geq n/2$ is impossible $f<n/2$ possible with PKI / PoW $f \geq n/3$ impossible without PKI/PoW Partial Synchrony $f \geq n/2$ is impossible $f<n/2$ is po...
Challenge: The code review bug that gives me nightmares I was writing a fairly low level piece of code recently, this is deep in the guts of how RavenDB handles query. I’m adding a cache for some processing ...
Why do all this coroutine stuff if you can just use std::future? One of my colleagues reacted to my series on creating custom coroutines by asking, “Why did you bother with this simple_task custom coroutine? Why not just use std::future objects produced by std::async? You can co_await a std::future.” Okay, first of all...
The Ten Second Autism Test Dave Describes the 10 Second Autism Test, and reveals a secret...Amazon Link to eBook and Sample: https://amzn.to/2Y322HFFor more, head over to the Autistic...
Quick Tip: Use Quick Actions/Refactorings to Learn C# -- Visual Studio Magazine With advanced IntelliSense/IntelliCode functionality continually being infused into Visual Studio 2019, some developers are using the Quick Actions and Refactorings light bulb to learn new C# coding tricks.
C# - async/await - The Breakfast Example Hey Programmers,I made this video for developers who are just getting started with C# programming and they want learn asynchronous programming. In this break...
Statistic Estimators · Anthony Lloyd Running high performance, fixed low memory estimators for Quantile, Quartiles, Quantiles, Histogram, Central/Standard Moments.
An Update on Our Outage - Roblox Blog We recently experienced an extended outage across our platform. Learn more about the outage and steps taken to address it.
I let GitHub Co-Pilot be the Pilot for my C# code Subscribe: http://bit.ly/ChapsasSubBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody I'm Nick and in this video...
BERT Tokenizers NuGet Package for C# | Rubik's Code In this article, we present our open-source project for tokenizing sentences for BERT input.
.NET Collections - IEnumerable, IQueryable, ICollection - Code Maze What are the differences between IEnumerable, IQueryable, and ICollection .NET collections interfaces? How do we choose which interface to use?
Collection Performance: Looping Over Other Collection Types There are many other collection types in .NET. The following types were used for these benchmarks: Collection, ConcurrentHashSet , Dictionary, DistinctBlockingCollection , DistinctConcurrentBag , F…
278: Inside .NET Hot Reload Frank recently dove into the inner workings of .NET Hot Reload and came out with a bunch of fun facts of how ti works! We discuss.
GitHub - niespodd/browser-fingerprinting: Analysis of Bot Protection systems with available countermeasures 🚿. How to defeat anti-bot system 👻 and get around browser fingerprinting scripts 🕵️♂️ when scraping the web? Analysis of Bot Protection systems with available countermeasures 🚿. How to defeat anti-bot system 👻 and get around browser fingerprinting scripts 🕵️♂️ when scraping the web? - GitHub - niespodd/b...
GitHub - klange/toaruos: A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc. A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network...
Security advisory for rustc (CVE-2021-42574) | Rust Blog Empowering everyone to build reliable and efficient software.
A developer's guide to programatically overcome fear of failure | PagerDuty Fear of failing is deeply rooted in shame. If we can learn to let go of shame and embrace failure, we can learn and grow in unparalleled ways.
The Hidden Benefits Of Iframe Based Development Iframe based web development as a software practice hasn't sufficiently been analyzed. This article argues that iframes allow single page apps to isolate security, improve performance, and increase developer speed through modular operations.
We are not Black Boxes In science, a black box is a system that is viewed strictly in terms of its inputs and outputs. We cannot see what goes on inside black box systems, but we can feed things into them and observe wha…
A guide to getting out of a rut when you are working alone The following is what I did to recover from the rut and I am writing this guide in the hopes that it will help you too.
Why Embedded Software Development is Harder External hardware, distributed systems, resource constraints, realtime, hw-sw-codesign, and safety-criticality make it hard.
The Strange Path of Accepting How Your Brain Works · Caffeinspiration I recently read Turing’s Cathedral, a book about the early history of computers, and it largely focused on the life and brilliant times of John von Neumann, who was, to put it simply, a genius. It is both fascinating and disappointing to learn about a bra...
You Are What You Consume - Priyam Mohanty In today's online world, you are what you consume. I explore what this does to your mind and suggest some possible solutions.