#javascript
Read more stories on Hashnode
Articles with this tag
Easy but Complex Building software in languages like C or JavaScript presents challenges due to their fundamental design. Key Issues: Simple Syntax,...
Introduction For those experienced in application development, MVC frameworks like Rails, Django, and Laravel are well-known. I'll refer to these as...
This is the sequel to: API Design 1 I laid out the principles behind designing an API and wanted to show those principles in play in a non-trivial...
Selectors essentially let us specify which part of HTML we are trying to target for example: <div class="parent"> <div...
This is post is a deep dive into one of the points of my last blog post. Links for the previous...