Hexagonal architecture
- (2021-09-26) Hexagonal architecture – Alistair Cockburn from original author
- (2021-09-26) Ports-And-Adapters compact version
- (2021-09-26) Ports & Adapters Architecture – @hgraca
- (2021-09-26) Functional architecture is Ports and Adapters
- (2021-09-26) Гексагональная архитектура для Node.js-приложения, или Как сделать код более поддерживаемым - DOU Ports & Adapters in Russian
Awesome Azure / AAD
- (2021-09-26) ✨ Video Azure DevOps: Provision API Infrastructure using Terraform - Full Course - YouTube
- (2021-09-26) ✨ Weekly videos Azure Friday Channel 9
- (2021-09-26) ✨ Microsoft Learn Microsoft Docs so colorful!
- (2021-09-26) ✨ TheDevOpsPage.com : All your DevOps resources on one place great cheat sheet for az
- (2021-09-26) Install AzureAD PowerShell for Graph Microsoft Docs just doc...
- (2021-09-26) Troubleshoot publisher verification - Microsoft identity platform Microsoft Docs just another doc
- (2021-09-26) Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2: An ASP.NET Core Web App which lets sign-in users including in your org, many orgs, orgs + personal accounts, sovereign clouds and call Web APIs including Microsoft Graph
- (2021-09-26) ✨ Azure AD Service Principals: All you need to know! – Identity Man
ZMQ
- (2021-09-26) ZeroMQ ØMQ Crash Course - YouTube
- (2021-09-26) HangfireIO/Hangfire: An easy way to perform background job processing in your .NET and .NET Core applications. No Windows Service or separate process required
.NET / C#
- (2021-09-26) Asynchronous Programming Guidance -- all about Tasks
- (2021-09-26) .NET 6 ASP.NET Core Migration
- (2021-09-26) Minimal APIs at a glance Minimal APIs with .NET 6
var app = WebApplication.Create(args);
app.MapGet("/", () => "Hello World");
app.Run();
- (2021-09-26) .NET locking in an Async Method
- (2021-09-26) migueldeicaza/gui.cs: Console-based user interface toolkit for .NET applications.
- (2021-09-26) Try .NET Runnable .NET code on your site
NES
Videos
- (2021-09-26) ✨ NES Assembly on an Apple II: 'Hello World' with Merlin - YouTube
- (2021-09-26) Hello, NES! - "Hello, World!" on a Nintendo? A little easier? - YouTube
Gadgets
- (2021-09-26) PowerPak - retroUSB The NES flash cart is finally here and it couldn't be easier. Just copy your games onto one compact flash card, insert into the PowerPak, and play!
Emulators
- (2021-09-26) ✨ bfirsh/jsnes: A JavaScript NES emulator.
- (2021-09-26) bokuweb/rustynes: 👾 An NES emulator by Rust and WebAssembly
- (2021-09-26) nfam/nes-web: Turn classic NES games to Multiplayer Online Games.
- (2021-09-26) Pinky - an NES emulator webassembly / rust
- (2021-09-26) amhndu/SimpleNES: An NES emulator in C++
ROMs
- (2021-09-26) NES ROMs FREE - Nintendo ROMs - Emulator Games
Tutorials
- (2021-09-26) NES 6502 Programming Tutorial - Part 1: Getting Started-VBForums
- (2021-09-26) Programming NES games in C
- (2021-09-26) ✨ Easy 6502 by skilldrick
- (2021-09-26) Programming Basics - Nesdev wiki
- (2021-09-26) ✨ Programming M.C. Kids
- (2021-09-26) nesdoug – How to Program an NES game in C. NES Programming with cc65
Ref
- (2021-09-26) 6502 Instruction Set
- (2021-09-26) DOWNLOADS-ARCHIVE/assembly.md at a58ef41a0acca83ab4aba8bc3bf359d24e91c67d · ArjunBEG/DOWNLOADS-ARCHIVE
Samples
Other
- (2021-09-26) NES Testing CPU without graphical output : EmuDev
Projects
- (2021-09-26) ANNOUNCE WireGuardNT, a high-performance WireGuard implementation for the Windows kernel
- (2021-09-26) ruzrobert/ShowDesktopOneMonitor: Win + D for One Monitor Show Desktop only for One Monitor
- (2021-09-26) github/hotkey: Trigger an action on an element with a keyboard shortcut.
- (2021-09-26) oscope.js demo
- (2021-09-26) jely2002/youtube-dl-gui: A cross-platform GUI for youtube-dl made in Electron and node.js - open video downloader
- (2021-09-26) microsoft/PowerToys: Windows system utilities to maximize productivity
- Awake - Awake is a utility tool for Windows designed to keep a computer awake without having to manage its power & sleep settings
- Color Picker - A system-wide color picking utility for Windows 10 that enables you to pick colors from any currently running application and automatically copies it in a configurable format to your clipboard.
- FancyZones - FancyZones is a window manager utility for arranging and snapping windows into efficient layouts to improve the speed of your workflow and restore layouts quickly.
- File Explorer Add-ons - Preview Pane rendering of SVG icons (.svg); Preview Pane rendering of Markdown files (.md); Icon thumb preview for SVG icons
- Image Resizer - Image Resizer is a Windows shell extension for bulk image-resizing. After installing PowerToys, right-click on one or more selected image files in File Explorer, and then select Resize pictures from the menu.
- Keyboard Manager - The PowerToys Keyboard Manager enables you to redefine keys on your keyboard.
- PowerRename - PowerRename is a bulk renaming tool
- PowerToys Run - PowerToys Run is a quick launcher for power users that contains some additional features without sacrificing performance. It is open source and modular for additional plugins.
- Shortcut Guide - This guide uses PowerToys to display common keyboard shortcuts that use the Windows key. Video Conference Mute (Experimental) - Quickly mute your microphone (audio) and turn off your camera (video) with a single keystroke while on a conference call, regardless of what application has focus on your computer.
- (2021-09-26) markedjs/marked: A markdown parser and compiler. Built for speed.
- (2021-09-26) google/highway: Performance-portable, length-agnostic SIMD with runtime dispatch
- (2021-09-26) Seeded Procedural Music Generator
- (2021-09-26) maximecb/Turing-Tunes: Procedural music generation engine using Turing machines.
The Spellcheck manifesto...
So I have started working on pull request spell check bookmarklet, this is some background info I have collected so far:
- When code reviewing, should you point out grammatical errors and typos in comments? : SoftwareEngineering
- Check spelling · Actions · GitHub Marketplace
- Should You Hold Spelling Errors Against Developers? - SubMain Blog
- Should I point out spelling/grammar related mistakes in someone's code? - Software Engineering Stack Exchange
- Check that spelling, please! code review chronicles - DEV Community
JavaScript
- (2021-09-26) you-dont-need/You-Dont-Need-Momentjs: List of functions which you can use to replace moment.js + ESLint Plugin
- (2021-09-26) pmndrs/react-three-fiber: 🇨🇭 A React renderer for Three.js
Productivity
- (2021-09-26) 📅 Grey out items in the past in Outlook calendar - Super User
Just like in the solution you've mentioned, use Conditional Formatting for your Calendar. But this time on the Filter's "Advanced" tab, select Field -> All Appointment fields -> End. Specify on or before Condition and today (without quotes) as a Value. Don't forget to add this criteria with "Add to List" button.
People
Making...
Misc.
- (2021-09-26) Why Don’t Tech Companies Pay Their Engineers to Stay? by Matthew Dean Jul, 2021 Marker
- (2021-09-26) I just don’t want to be busy anymore by Elena Salaks Sep, 2021 Medium
- (2021-09-26) Interesting Technology Tips - SQLite Discoveries
- SQLite supports Full-Text Search
- SQLite can Parse JSON
- string.IsNullOrEmpty Three Ways
- (2021-09-26) 🎪Home Price to Income Ratio US & UK - 73 Year Chart Longtermtrends
- (2021-09-26) The Science Behind Loneliness - And How To Escape - by Aniket Patel - What's On Your Mind?
- (2021-09-26) Recruiter Spam List - wow!
- (2021-09-26) Eliminate Recruiters in Postfix using Headerchecks 🪓