Essential Cryptography for JavaScript Developers | With Blue Ink Here's what my second book is about, and why I wrote it
[RFC] Lifetime annotations for C++ - Clang Frontend - LLVM Discussion Forums Martin Brænne @martinboehme Rosica Dejanovska @scentini Gábor Horváth @Xazax-hun Dmitri Gribenko @gribozavr Luca Versari @veluca93 Summary We are designing, implementing, and evaluating an attribute-based annotation scheme for C++ that describes obj...
Working with AWS S3 using ASP.NET Core - Upload, Download & Delete Files - Simplified In this article, we will be get started on working with AWS S3 using ASP.NET Core Web API to upload, download and delete files from Amazon's Super Scalable
How often do people actually copy and paste from Stack Overflow? Now we know. April Fool's may be over, but once we set up a system to react every time someone typed Command+C, we realized there was also an opportunity to learn about how people use our site. Here’s what we found.
DDD South West 2022 Call for Papers Now Open The DDD South West 2022 call for papers is now open! This year our event takes place on Saturday 25th June at The Engine Shed, Temple Meads, Bristol, BS1 6QH. (See venue)
How to Convert String to Title Case in C# - Code Maze In this article, we are going to learn how to convert string to title case in C# with different examples that will help us in a process.
Amazon Principal Engineering Community Amazon’s Principal Engineer Community sets the standard for engineering excellence at Amazon. The community comprises Principal, Senior Principal, and Distinguished Engineers who are responsible for driving Amazon’s overall technical architecture. Princi...
GitHub - benbjohnson/postlite: Postgres wire compatible SQLite proxy. Postgres wire compatible SQLite proxy. Contribute to benbjohnson/postlite development by creating an account on GitHub.
A database for 2022 Hi, it’s us again, the ones who used to store our database in a single JSON file on disk, and then moved to etcd. Time for another change! We’re going to put everything in a single file on disk again.
RFC 9225: Software Defects Considered Harmful This document discourages the practice of introducing software defects in general and in network protocol implementations specifically. Software defects are one of the largest cost drivers for the networking industry. This document is int...
Visual Studio 2022 Now Does GitHub Copilot, the 'AI Pair Programmer' -- Visual Studio Magazine The potentially game-changing tech drew many 'ooohs' and 'aaahs' from the developer community -- and a fair amount of debate about ethics and security -- when it was unveiled last summer for Visual Studio Code.
How I Sold My Newsletter: Andrew Kamphey - Paved Blog Andrew Kamphey is an entrepreneur and content creator who’s launched a variety of projects, from web apps to online courses. He founded and later sold Influence Weekly, a newsletter aimed at curating influencer marketing research and analyzing the influen...
Lessons learned with Elm | 20Y I’ve been working with Elm for more than a year now. I’m was new to the language and to staticly typed functional programming too. I come from a PHP, Emacs Lisp, Python, JavaScript background. Hereby I’m collecting my insights and the lessons I’ve learned...
Transformers for software engineers - Made of Bugs Ever since its introduction in the 2017 paper, Attention is All You Need, the Transformer model architecture has taken the deep-learning world by storm. Initially introduced for machine translation, it has become the tool of choice for a wide range of dom...
The Reminder Trick · Jens Oliver Meiert This tool is so powerful and at the same time so trivial to make a routine that I ask everyone who regularly employs it to transcend their disappointment—I’m mentioning it for the people I meet who don’t use it.
The Free Automatic Diary – DeUmbra Our thoughts are our experience in this world, and our worries, memories, and plans are the only real testimony to our existence. Moment by moment, it feels like we are thinking about what’s naturally important, but in reality we each focus only on a minu...
A year of README reviews A year ago I published an offer to review the README of free and open source projects. I didn’t expect much interest, but someone posted the link to Hacker News, and I got enough requests that it was a little overwhelming. I’ve now reviewed 196 READMEs, m...
I ❤️ Microscopes • Hillel Wayne To celebrate April Fools, some friends and I made content outside our normal brands. You can see the full list of pieces here! Also, CW: grody gross-up pictures of bugs. I’ve always loved science. At one time, I thought it’d be my career: I got BAs in mat...
Total Functions and Partial Functions Given a function and an input for which that function is defined, does the function return an answer? Functions that always return answers are called total, and functions that don’t are called partial.