SCSimon Colmaninsimoncolman.hashnode.dev·Jul 3, 2022 · 3 min readHow to learn modern JavaScriptJavaScript has come along way since its inception in the 90's. It started out as a simple way to make websites more interactive. Still though the best approach to learning JavaScript is from the ground up. This blog post is not for seasoned program...00
SCSimon Colmaninsimoncolman.hashnode.dev·May 1, 2022 · 4 min readWhy I don't use Tailwind CSSFirstly let me preface my arguments by stating TailWind CSS is a tool for spinning up applications quickly, it gives the custom options of vanilla css while also being able to write less code. It’s light weight has a huge following, to help with debu...00
SCSimon Colmaninsimoncolman.hashnode.dev·Apr 10, 2022 · 2 min readAsynchronous JavaScriptWhat is it used for ? JavaScript is an important language that functions often as an intermediary between a user and a server. The interface which the user connects to needs to maintain a processing speed faster than it can communicate with the ...00