Published a year ago
Laravel: Create Controllers In A Subfolder (Sub Controller)Published a year ago
What Is Syntax?The meaning of a sentence relies on getting the grammar right, this is true for programming languages as well. Syntax is a word that refers to the rules that govern the correct combination...
Published a year ago
How To Convert An OpenAPI Specification Into A NodeJS SDKThe OpenAPI Specification provides developers and technical writers with a way to document APIs. Unlike traditional text-based documentation, the formal nature of the spec allows detail...
Published a year ago
How To Find Broken External Links On Your WebsiteFinding broken internal links is somewhat straightforward because these are links you created, so when you make changes you are well aware to double-check to see if these links still work. When it comes to external links, thus referencing URLs from other websites, we can never tell when th...
Published a year ago
What Is An Asynchronous (Async) API?The most popular form of API is the synchronous API. This type of API typically relies on the HTTP protocol which is a unidirectional communication channel....
Published a year ago
Why Add Noopener & Noreferrer To Your Links?is an tag attribute that causes a link to open up in a new tab. There is also thus without the underscore , this causes every link you click on from the parent page to open up in the same new tab. Infact you can set to any value and all links with the same value will be previewed using...