PHP maintains an enormous lead in server-side programming languages Despite many infamous quirks, the server-side language seems here to stay.
Reflecting on the Shake Build System Summary: As a medium-sized build system, Shake has some good bits and some bad bits. I first developed the Shake build system at Standard ...
Improving Origin Performance for Everyone with Orpheus and Tiered Cache Building a better Internet means helping build more reliable and efficient services that everyone can use.
Plain Text Journaling System I have become quite the plain-text aficionado these days. I am working on some long-form posts and pages detailing the plain-text journaling system* I have built over the years, but in the meantime…
Hack Pipe for Functional Programmers: How I learned to stop worrying and love the placeholder | James DiGioia I’ve been involved with the development of the pipe operator (|>) in JavaScript for 4 years, going all the way back to 2017 when it was just a humble pipeline that did basic function application. Over the course of the discussion, the proposal evolved ...
The Most Underused Email Feature: Schedule Send Remote working has led to a blurring of the rigid office hours of yesteryear and revived debate over sending emails outside of the traditional nine to five. This debate, however, should be redundant: all major email platforms allow you to schedule emails ...
Tools for professionals, tools for amateurs Perhaps tools and they way people use them offer us a new way of looking at the differences between professionals and amateurs.
iPhone 13 Models Are Heavier and Thicker Than iPhone 12 Models Apple's iPhone 13 models are nearly identical in design to the iPhone 12 models, but there are some slight differences in weight and thickness. ...
Travis CI flaw exposed secrets of thousands of open source projects Developers furious at Travis CI's "insanely embarrassing 'security bulletin.'"
Programming Language Wars - Software By Design Saturday, September 18 at 12:00pm PDT with Albert Hives. Tell us why you love or hate your current language.
r/crypto - What are the most overrated cryptographic schemes, protocols, conferences, etc.? 14 votes and 68 comments so far on Reddit
Release 0.2.0-pre.20210914193659.28 · DamianEdwards/MinimalValidation Available on NuGet: https://www.nuget.org/packages/MinimalValidation/0.2.0-pre.20210914193659.28 https://www.nuget.org/packages/MinimalValidation.AspNetCore/0.2.0-pre.20210914193659.28
Server-Side Language Usage: ASP.NET Trails PHP (by a Lot!) -- Visual Studio Magazine Of course, ASP.NET isn't a programming language, and some question whether PHP even fits the bill.
iPhone 13 Pro and 13 Pro Max - Technical Specifications View all technical specifications for iPhone 13 Pro and iPhone 13 Pro Max.
Visual Studio 2022 Preview 4 is now available! Download and try out the latest version of Visual Studio 2022. Build cross platform applications with .NET, ASP.NET, and C++!
How percentile approximation works (and why it's more useful than averages) Get a primer on percentile approximations, why they're useful for analyzing large time-series data sets, and how we created the percentile approximation hyperfunctions to be efficient to compute, parallelizable, and useful with continuous aggregates and o...
ASP.NET Core updates in .NET 6 Release Candidate 1 .NET 6 Release Candidate 1 (RC1) is now available and includes many great new improvements to ASP.NET Core. Here’s what’s new in this preview release: Render Blazor components from JavaScript Blazor custom elements Manipulate the query string from Blazor ...
ASP.NET Core updates in .NET 6 Release Candidate 1 .NET 6 Release Candidate 1 (RC1) is now available and includes many great new improvements to ASP.NET Core. Here’s what’s new in this preview release: Render Blazor components from JavaScript Blazor custom elements Manipulate the query string from Blazor ...
Announcing .NET 6 Release Candidate 1 We are happy to release .NET 6 Release Candidate 1. It is the first of two “go live” release candidate releases that are supported in production. For the last month or so, the team has been focused exclusively on quality improvements that resolve function...
Collisions of Light Produce Matter/Antimatter from Pure Energy Study demonstrates a long-predicted process for generating matter directly from light — plus evidence that magnetism can bend polarized photons along different paths in a vacuum
Intel Is Reducing Server Chip Pricing in Attempt to Stem the AMD Tide Intel's leveraging its verticality to put price pressure on the server market.
ASP.NET Community Standup - Blazor in .NET 6 RC1 Find out what's new in Blazor in .NET 6 RC1!Community Links: https://www.theurlist.com/blazor_community_standup_september_2021Featuring: Daniel Roth (@danrot...
WebSocket per-message compression in ASP.NET Core 6 Compression is an optional WebSocket feature, so far only available in ASP.NET Core through custom implementations. This is about to change.
CSS Variables + calc() + rgb() = Enforcing High Contrast Colors As you may know, the recent updates and additions to CSS are extremely powerful. From Flexbox to Grid, and — what we’re concerned about here — Custom
Q1K3 | js13kGames ### Controls - Movement: WASD or Arrow Keys - Attack: Left Mouse Button - Jump: Space or Right Mouse Button - Switch Weapon: Q/E or Mousewheel If you accidentally scroll the page down when you want to change weapons, either resize your browser windows wi...
Why I Have NOT Tried Github Copilot - I'm a Little Skeptical... Is GitHub Copilot really worth it? Is it ready to take over a good chunk of the code that you right? I'm a little skeptical!_________________________________...
Microspeak: Persona A persona is a way of giving a concrete manifestation to a customer segment. Personas were invented by Alan Cooper and introduced in his book The Inmates Are Running the Asylum. Here’s his explanation of how he developed the concept. Personas are typicall...
C# For Beginners - Lesson 10: Methods At the end of this lesson, you should be able to answer the following: What is a method? What is...
Looking inside ConfigurationManager in .NET 6: Exploring .NET Core 6 - Part 1 In this post I take a look at the ConfigurationManager class new in .NET 6, explore why it was added, and look at the scenarios it addresses.
From AMP to Signed Exchanges, Or How Innovation Happens at Cloudflare This is the story of how we decided to work with Google to build Signed Exchanges support at Cloudflare. But, more generally, it's also a story of how Cloudflare thinks about building disruptive new products.
Cyber Defenders' Career Guide: 9781617298202: Computer Science Books @ Amazon.com Cyber Defenders' Career Guide: 9781617298202: Computer Science Books @ Amazon.com
Setting up the SonarQube scanner when building a .NET Core container image Just show me the code As always if you don’t care about the post I have upload the source code on my Github. SonarQube is one of the most well-known code review tools in the dotnet space. It is used mainly to detect bugs, vulnerabilities and code smells ...
Why Monero Monero is one of the projects in the cryptocurrency space that provides some real blockchain innovation. Unlike other projects that make minor improvements to (or straight up copy) the Bitcoin algorithm, Monero takes a giant leap forward for user privacy....
Async processing of long-running tasks in ASP.NET Core In this post, I'll show you how to implement async processing in ASP.NET Core, using a queue and the Background Worker feature.
Adam Storr - Separate the Metadata Noise from the Implementation in Azure Functions Adam Storr - Powered by coffee!
Release WebSharper 5.0.0-preview1 · dotnet-websharper/core This is a preview release of WebSharper 5. Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::5.0.0.102-preview1 Features #1116 Support for .NET 5.0. .NET Standard 2.0+, and .NET Cor...
Monsters Weekly 222 - DateOnly and TimeOnly in .NET 6 .NET 6 introduces two new types to represent dates and times separately. In this episode, we explore the DateOnly and TimeOnly types and talk about why they are an important addition to .NET. Read Mor
Advanced Git Workflow Tips | The .NET Tools Blog For better or worse, mostly better, Git has outclassed its way over version control systems (VCS) like Subversion, Perforce, and ClearCase to become the source control management system of the modern
MinimalValidation/dotnet.yml at 3b836203c6af3ce1f9735ff1a4c81ab3270a7c7e · DamianEdwards/MinimalValidation A minimal validation library for .NET built atop the existing features in `System.ComponentModel.DataAnnotations` namespace - MinimalValidation/dotnet.yml at 3b836203c6af3ce1f9735ff1a4c81ab3270a7c7...
Download the fastest Firefox ever Faster page loading, less memory usage and packed with features, the new Firefox is here.
The workflow must be associated with an integration account - Azure Logic App This blog post is about fixing an error while using Execute Javascript code step in Azure Logic Apps. While working a Azure Logic app, I faced this issue - I am using a script which converts the RSS feed categories / tags and convert it to hashtags. But w...
Docs | Open-Meteo.com The API endpoint /v1/forecast accepts a WGS4 coordinate, a list of weather variables and responds with a JSON hourly weather forecast for 7 days. Time always starts at 0:00 today and contains 168 hours. All URL parameters are listed below:
GitHub - ryanoasis/powerline-extra-symbols: Extra glyphs for your powerline separators :arrow_forward: Extra glyphs for your powerline separators - GitHub - ryanoasis/powerline-extra-symbols: Extra glyphs for your powerline separators
[Last Week in .NET #59] – Min/Max Life Changes Saturday marked the 20th anniversary of the September 11, 2001 attacks; the effects of which changed the lives of billions of people. In a “very significant to me” moment but “inc…
Free Programming Books; HTML5, CSS3, JavaScript, PHP, Python... Free Programming Books on Android development, C, C#, CSS, HTML5, iOS development, Java, JavaScript, PowerShell, PHP, Python, SQL Sever and more
Subscribe to Burnout+ – Three Letter Acronym I tell this story, not to gain your sympathy, but more to be a cautionary tale.
Trademark Actions Against the PostgreSQL Community The PostgreSQL Core Team and the PostgreSQL Community Association of Canada (PGCAC) wish to provide clarification on the ownership and …
GitHub - dtolnay/inventory: Typed distributed plugin registration Typed distributed plugin registration. Contribute to dtolnay/inventory development by creating an account on GitHub.
Screenshots Can you write GUI applications in Racket? Different versions of this question shows up periodically on various Racket forums, and, of course, Racket does have a GUI Library. However, usually the person asking the question implies a bit more, and it is not...
Build software better, together GitHub is where people build software. More than 65 million people use GitHub to discover, fork, and contribute to over 200 million projects.
FORTRAN.io finally, a Fortran Web Framework Fortran.io is like PHP: FastCGI runs a script which outputs HTML strings
Intuit to Acquire Mailchimp Combination Accelerates Intuit’s Vision to Provide an End-to-End Customer Growth Platform for Small and Mid-Market Businesses Intuit (Nasdaq: INTU), the global technology platform that makes TurboTax , QuickBooks , Mint , and Credit Karma , today announce...