Published 3 months ago
How To Include Square Root Notations In MarkdownLet's be clear: Markdown alone can't handle complex mathematical notations. Markdown is designed for basic text formatting and has a limited set of features. Markdown's main goal ...
Published 3 months ago
How To Add A Caption To An Image In MarkdownThis is an image caption Markdown unfortunately doesn't provide syntax for adding captions to images, however since HTML is a superset of Markdown we can use HTML to achieve this. Some markdown parsers allow you to display the alt text of...
Published 4 months ago
Setting An Attribute To Null In OpenAPIOpenAPI (formerly known as Swagger) is a tool for defining APIs. It allows you to describe your API structure and data types in a standardized format. One common requirement is to all...
Published 5 months ago
How To Override The Base URL For A Specific Endpoint In An OpenAPI SpecMost APIs share the same base URL with different paths tacked on. For instance, and both start with the ...
Published 5 months ago
How To Store And Access Array Data From Laravel's .env FileIn Laravel, configuration settings are typically managed using the file, which stores key-value pairs that define the behavior of the application. This format works well for most configuration settings. But what if you need to assign a list of values to a single key? Let's consider a sc...
Published 6 months ago
A Sample Page With Broken Links For Testing PurposesThis page exists for testing purposes. In a world of web, where links do roam, I sought to find them, in their own home. Link to Status 200 ...