blog.benpmd.comWhat does Svelte look like? Basic Svelte Code ExamplesI created this post for future reference, with my own examples as I was following along some basic Svelte tutorials that can be found here ( https://svelte.dev/tutorial/ ) Svelt script for first letter uppercase/capital <!-- App.svelte --> <script> l...Dec 7, 2021·2 min read
blog.benpmd.comTime and space complexityAssume we have 2 different sets of code written differently but solve the same problem and run like this: { Code 1 } # after execution: runtime: 3 seconds memory allocated: 20 GB { Code 2 } # after execution: runtime: 40 seconds memory allocated: 1 G...Dec 4, 2021·2 min read
blog.benpmd.comHello Javascript with Google Dev Tools. How to run and learn Javascript Code using Google Dev Tools.Download and install the Google Chrome browser if you don't already have it installed Open the dev tools with F12 or by following the picture below For better control open the dev tools in a separate window Then you can fullscreen it and naviga...Dec 4, 2021·1 min read
blog.benpmd.comWhat a website for a business really is and why it is critical to choose a designer who knows about conversion ratesA company's success or failure may be determined by the ability of a website to effectively communicate its message, encourage customers to do certain activities, and promote its products or services through various marketing channels. If a company ...Nov 27, 2021·2 min read
blog.benpmd.comTips on how to learn Python by yourselfLearn python by finding a tutorial series in a form that fits your learning style and stick to it. It can be a video course, a book, or something in between. Apply what you are being taught and mix it up while you do so with examples of your own. To ...Nov 27, 2021·4 min read