I'm the type of person who always likes to change things up. The design of this project allows me to quickly, easily, and inexpensively swap out one image for another to create cool RGBIC themes to fit whatever I'm into at the moment. This is a re-upload of a previous project but I changed the intro
I know nothing about programming AMA4.
Those HTML Attributes You Never Use13 min read HTML, Guides, Coding, Techniques Share on Twitter, LinkedIn Build in-demand job skills you can put to work as a UX Design professional.
Horrible edge cases to consider when dealing with musicI'm a huge fan of navidrome, and thus spent some time reading its source code, and discussing with Deluan about its data model, making this list of weird edge-cases as we went. Take a look at Musicbrainz' database schema to have a glimpse on how to tame this madness.
Software Defects Considered HarmfulRFC 9225 Don't Do Bugs April 2022 Snijders, et al. Informational [Page] Stream: Independent Submission RFC: 9225 Category: Informational Published: 1 April 2022 ISSN: 2070-1721 Authors: J. Snijders Fastly C. Morrow Google R.
WiFiManager with ESP32 - Stop Hard-coding WiFi Credentials!Stop hard-coding your WiFi connection information in your ESP32 Sketches - use WiFi Manager instead! Article with code samples: https://dronebotworkshop.com/wifimanager More articles and tutorials: https://dronebotworkshop.com Join the conversation on the forum: https://forum.dronebotworkshop.com S
Executing code before Main in .NETThe Main method is the entry point of a C# application. When the application started, the Main method is the first method that is invoked. In fact, the Main method may not be the first method of the assembly to be executed when the application starts.
Transport Layer Security (5/6)This post is part of a series. Foreword: This article was inspired by two similar endeavours: TLS Illustrated and A walk-through of an SSL handshake. Please go check out those authors' work too.
Using Immutable Data Structures - Spencer Schneidenbach - NDC Oslo 2021Immutable objects - aka objects whose properties and fields can't change after instantiation - are one of the fundamental pillars of functional programming. Yet, it also has other great uses in classically object-oriented languages such as C#. Immutability can help make your code cleaner, easier to
Plain Text - Dylan Beattie - NDC Oslo 2021Software is complicated. Machine learning, microservice architectures, message queues... every few months there's another revolutionary idea to consider, another framework to learn. And underneath so many of these amazing ideas and abstractions is text. When you work in software, you spend your life
This Read-It-Later-list is just that, bookmarks of stuff I intend to read or have read. I do not necessarily agree with opinions or statements in the bookmarked articles.
This list is compiled from my Pocket list.