Swagger Editor
YAMLlint - The YAML Validator
Validate, Verify and Reformat your YAML documents, optimized for Ruby on Rails
How to configure YAML schema to make editing files easier | Red Hat Developer
YAML is a friendly data serialization standard that works with all programming languages. While configuration files are often defined in YAML, it can even be
JSON Schema Store
JSON Schemas for common JSON file formats
Regex Vis
Regex visualizer & editor, make the regular expression easier.
regex101: build, test, and debug regex
Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C#/.NET, Rust.
AykutSarac/jsoncrack.com
✨ Seamlessly visualize your JSON data instantly into graphs.
Data and System Visualization Tools That Will Boost Your Productivity
As files, datasets and configurations grow, it gets increasingly difficult to navigate them. There are however many tools out there, that can help you ...
Logging HOWTO
Author, Vinay Sajip ,. Basic Logging Tutorial: Logging is a means of tracking events that happen when some software runs. The software’s developer adds logging call...
Logging Cookbook
Author, Vinay Sajip ,. This page contains a number of recipes related to logging, which have been found useful in the past. For links to tutorial and reference info...
logging.config — Logging configuration
Source code: Lib/logging/config.py Important: This page contains only reference information. For tutorials, please see Basic Tutorial, Advanced Tutorial, Logging Cookbook. This section describes th...
Ultimate Guide to Python Debugging
Even if you write clear and readable code, even if you cover your code with tests, even if you are very experienced developer, weird bugs will inevitab...
It's Time to Say Goodbye to These Obsolete Python Libraries
With every Python release, there are new modules being added and new and better ways of doing things get introduced. We all get used to using the good ...
Recipes and Tricks for Effective Structural Pattern Matching in Python
If you're a Python developer, then you're probably aware that match/case statement got introduc...
You Should Be Using Python's Walrus Operator - Here's Why
The assignment operator - or walrus operator as we all know it - is a feature that's been in Python for a while now (since 3.8), yet it's still ...
Python List Comprehensions Are More Powerful Than You Might Think
Python's list comprehensions (and generators) are an awesome feature that can greatly simplify your code. Most of the time however, we only use them to...
What is Python's "self" Argument, Anyway?
Every Python developer is familiar with the self argument, which is present in every* method declaration of every class. We...
Python CLI Tricks That Don't Require Any Code Whatsoever
Out-of-the-box, Python standard library ships with many great libraries some of which provide commandline interface (CLI), allowing us to do many cool ...
Python Magic Methods You Haven't Heard About
Python's magic methods - also known as dunder (double underscore) methods - can be used to implement a lot of cool things. Most of the time we u...
Python's Missing Batteries: Essential Libraries You're Missing Out On
Python is known to come with "batteries included", thanks to its very extensive standard library, which includes many modules and functions that...
HTTP Toolkit
Beautiful, cross-platform & open-source tools for debugging, testing and building with HTTP(S), on Windows, Linux & Mac.
Rapidly Scaffold API Client Packages
Automatically generate R package skeletons from application programming interfaces (APIs) that follow the OpenAPI Specification (OAS). The skeletons implement best practices to streamline package development.
Saturn Elephant - Tooltips for a dropdown list in Shiny
Organising Reference Material and PKMs
I've recently jumped on the Obsidean bandwagon and absolutely love it. Though in time, researching the best way to get the most out of the application, I came across a few other Personal Knowledge...
LYT Kit - LYT Kit
up:: [[Home]] tags:: #map # LYT Kit MOC This is the "Map of Content" for the LYT Kit. Here you can: - Learn about the LYT Framework. - Learn about how MOCs literally re-write the game. - Create livi…
11.01 Introduction║J•D
Johnny.Decimal is a system to organise projects (or your life, or anything else)
dbadailystuff/list_all_OLEDB_Provider.ps1 at master · josepmv/dbadailystuff
Source code used in dbadailystuff.com blog. Contribute to josepmv/dbadailystuff development by creating an account on GitHub.
Josep - List all Ole DB Providers in Powershell
List all Ole DB Providers in Powershell
GetLatestOledbProvider(): Use VBA to get the Latest SQL Server OLE DB Provider
This simple VBA function will check the user's registry and return the latest OLE DB provider from a list of supported providers that you can customize.
GetLatestOdbcDriver(): Use VBA to get the Latest SQL Server ODBC Driver
This simple VBA function will check the user's registry and return the latest ODBC driver from a list of supported drivers that you can customize.