Introducing GitTrends: GitHub Insights iOS Android I am so excited to release GitTrends on Product Hunt today! https://www.producthunt.com/posts/gittrends-github-insights GitTrends helps you to monitor your GitHub Repositories: ✅ Connect to GitHub ✅ Monitor GitHub Repo Views ✅ Monitor GitHu...
Better passwords in Ruby applications with the Pwned Passwords API The Pwned Passwords API can tell you if a password has been seen in a data breach before. Use it in your Ruby application to encourage better passwords.
Payment Request API This specification standardizes an API to allow merchants (i.e. web sites selling physical or digital goods) to utilize one or more payment methods with minimal integration. User agents (e.g., browsers) facilitate the payment flow ...
Relating Natural Language Aptitude to Individual Differences in Learning Programming Languages This experiment employed an individual differences approach to test the hypothesis that learning modern programming languages resembles second “natural” language learning in adulthood. Behavioral and neural (resting-state EEG) indices of language aptitude...
WireGuard Gives Linux a Faster, More Secure VPN The virtual private network software from security researcher Jason Donenfeld wins fans with its simplicity and ease of auditing.
When Bloom filters don't bloom Last month finally I had an opportunity to use Bloom filters. I became fascinated with the promise of this data structure, but I quickly realized it had some drawbacks. This blog post is the tale of my brief love affair with Bloom filters.
ASP.NET Web API + Entity Framework Core : Loading Related Data | Explicit Loading - EP06 for latest videos, please subscribe to the channel here :) - https://bit.ly/35aQpwc In this ASP.NET #WebAPI #EntityFramework Core tutorial, I am going through steps on how you can load related data using #ExplicitLoading https://github.com/CuriousDrive/...
Blazor Tutorial : Razor Components | EventCallback - EP22 for latest videos, please subscribe to the channel here :) - https://bit.ly/35aQpwc In this #Blazor tutorial, I am going to trough steps on how you can #EventCallback to get values from your child #Component to your parent component GitHub Repo - https:...
NDC Oslo 2020 | Software Developers Conference 8-12 June 2020 - Inspiring Developers since 2008. A Software Developers Conference covering .NET, Agile, C++, Cloud, Database, Design, Devops, Embedded, Front-End Framework, Fun, Functional Programming, Gadgets, IoT, JavaScript, Microsoft, Mobile, People,...
Little known features of iTerm2 iTerm2 has a lot of little-known features that can make development much easier.
Epistemic standards for “Why did it take so long to invent X?” How to answer this question—and how not to
TechBash 2020 - A Developer Conference in the Northeast At TechBash, attendees will take their skills to the next level, learning from experts who share their knowledge in a fun, collaborative, and inclusive environment. TechBash is focused on Web, Cloud, DevOps, Architecture, Best Practices, Soft Skills, and ...
Clojure: the Lisp that wants to spread From its humble beginnings, Clojure was always meant to be a “hosted” language. It is important to note that while the Clojure of today is definitely a tightly integrated JVM (Java Virtual Machine) language, there were always multiple implementations of C...
Dan Wahlin on about.me I am a software engineer, architect, and Microsoft Regional Director in Chandler, Arizona. Read my blog.
The Simpsons - Alf pogs From the episode "Bart Sells His Soul" from the television series The Simpsons. "Bart Sells His Soul" is the fourth episode of the seventh season. DISCLAIMER: I do not own any of this footage nor do I own the audio. This is for entertaiment purposes onl...
runtime: non-cooperative goroutine preemption · Issue #24543 · golang/go I propose that we solve #10958 (preemption of tight loops) using non-cooperative preemption techniques. I have a detailed design proposal, which I will post shortly. This issue will track this spec...
Microsoft News API | Partner API Documentation <div> <h2>Summary</h2> <p class='text-justify lead'> We are providing public Microsoft News API end points. Clients can use these endpoints with apikey parameter to distinguish their applications, and use optional activityId to track t...
(PUBLIC) Building a better Go linker Building a better Go linker Austin Clements 2019-09-12 golang.org/s/better-linker Motivation As the scale of software built in Go grows, both the memory consumption and performance of the Go linker have become a problem for our users. We’ve had a fire dri...
DevReach - The Premier Dev Conference DevReach is a premier developer conference with 40+ .NET and JavaScript sessions delivered by world-renowned speakers. Now near you – European and US locations.
DevReach 2020 to be Hosted in the US and Bulgaria By popular demand we are bringing DevReach, Europe’s preeminent developer conference, to a new continent!
Home - Serving the Flight Tracking Enthusiast - ADS-B Exchange Welcome to ADSBexchange.com, a co-op of ADS-B/Mode S/MLAT feeders from around the world, and the world’s largest source of unfiltered flight data. Thanks to our worldwide community of participants, if the data is broadcast over the air, you can find it h...
Recent | Stories | DotNetKicks DotNetKicks is a community based news site edited by our members specializing in .NET development techniques, technologies and tools
Welcome to Babylon.js 4.1 - Windows Developer Blog Our mission is to create one of the most powerful, beautiful, and simple Web rendering engines in the world. Our passion is to make it completely open and free for everyone. Today, we are thrilled to announce the official release of Babylon.js 4.1! Before...
Automate developer work using Git Aliases I am using Git for many, many years. I am a big fan of it. How could that be different when you had to use versioning systems like CVS, SVN… I even took influence so that the whole company I work for
Identity column vs ETL Process - Simple Talk Creating ETL process can pose so many challenges we will only fully discover them when really building the ETL. Before you complain about modelling, the
Putting the Fun in C# Local Functions Many popular languages support the use of local functions and in C# 7, support for them was announced with relatively little fanfare. As someone that would consider themselves a C# power-user, I seldom took advantage of the feature until I realized just h...
What's New in Visual Studio Online | Visual Studio Blog Try Docker support, edit environment settings, and more in the latest update to Visual Studio Online!
.NET Framework February 2020 Preview of Quality Rollup for Windows 10 1909, Windows 10 1903, Windows Server, version 1909 and Windows Server, version 1903 | .NET Blog Today, we are releasing the February 2020 Preview of Quality Rollup for Windows 10 1909, Windows 10 1903, Windows Server, version 1909 and Windows Server, version 1903. Quality and Reliability This release contains the following quality and reliability im...
Mutating Objects makes Testing Harder – George Stocker In my course on TDD, one of the sections I’ll spend a lot of time on is how to write code so that it’s easier to test. This is critically important when using TDD or wanting to adopt Test Driven Development.
Tip 250 - Using Visual Studio Online Use Visual Studio Online to build, run, and debug a Node.js app from within a browser. In this lab, you'll learn how to create a VS Online environment from an existing GitHub repository and forward a port for local debugging.
.NET Core 3.0 will reach End of Life on March 3, 2020 | .NET Blog .NET Core 3.0 will reach end of life on March 3, 2020. It is a “Current” release and is superseded by .NET Core 3.1, which was released on December 3, 2019. After that time, .NET Core patch updates will no longer include updated packages .NET Core 3.0.
When Containers Become Trashcans Containers are so awesome. Prior to containers, if you wanted to experiment with some new technology, you had to go through the ringer to configure and install all of the appropriate dependencies, set up the proper infrastructure, and clutter your machine...
GitHub Project Provides 300-Plus Samples of ASP.NET Core/Blazor Fundamentals -- Visual Studio Magazine A GitHub project providing more than 300 code samples to illustrate ASP.NET Core fundamentals has amassed more than 4,000 stars.
Travelling with 24" monitors - My blog During 2019 I was living in Paris and really wondering what I was doing there as my job doesn't require me to be physically in Paris, I was working with teams in India and San Francisco. I don't really need to be close to my friends or be in a …
Use the Git History to Identify Pain Points in Any Project :: Random Bits of Wisdom Have you heard of Adam Tornhill’s work? If not, I highly recommend that you set some time aside and check out Your Code as a Crime Scene or Software DEsign X-Rays. In both books, the author dives into a bit of an unexplored territory - looking at th...
Slides and links from DotNetDays Romania 2020 Slides and links from DotNetDays Romania 2020. GitHub Gist: instantly share code, notes, and snippets.