Published a year ago
OpenAPI Specification | All-In-One TutorialIn this tutorial, we will look at how to document HTTP-based APIs using the OpenAPI Specification ....
Published a year ago
How To Compile Rust Code For Multiple PlatformsIn this tutorial, we will look at how to compile your Rust source code to binaries that run on the Windows, Linux, and macOS operating systems. Note: This setup requires having a GitH...
Published a year ago
Should You Add A Search Engine To Your Blog?Whenever I see a blog that is meant to share general ideas or have an unpredictable list of content with a search bar, I ask myself "What is the end user expected to search for?". Take a tech blog that houses random thoughts of its writer and occasional tutorials, what is the reader meant ...
Published a year ago
GIT: List Files With Merge ConflictsUse the command below to list the path to all files with merge conflicts ...
Published a year ago
What Is A LibraryPublished a year ago
Get The Metadata Header From A Markdown File Using PHPIn this short write-up I have put together PHP code that reads a markdown file, extracts its YAML-based meta header, allows you to modify it then updates the original markdown file with the changes. ...