Leandro Limablog.lls-software.com·Dec 15, 2024Making Error Paths Visible: Learning from Rust's Type SystemIntroduction Back when I first started with Python, my first web framework wasn’t Django or Flask — it was Tornado Web. I’m not sure of all the exact reasons why I started with it, but I’m thankful to this day that I did.. Tornado had this unique way...30 readsPython
Confidence Nwalozieconfidencenwalozie.hashnode.dev·Nov 19, 2024How to Create a Typing Game with JavaScript: Beginner's Guide Part 3If you're not quite sure how we got here, refer to the starter section of the series and follow through to the previous part where we created Modules for the game, discussed the Window storage property, explained Ternary operators, and briefly introd...59 readsJavaScript
Confidence Nwalozieconfidencenwalozie.hashnode.dev·Nov 6, 2024How to Create a Typing Game with JavaScript: Beginner's Guide Part 2This is a continuation of the Build Your First Typing Game with JavaScript series. In the first part of the tutorial, we laid out the game's functional requirements and structured the webpage to display a portion of its interactive content. You'll fi...105 readsJavaScript
Confidence Nwalozieconfidencenwalozie.hashnode.dev·Nov 6, 2024How to Create a Typing Game with JavaScript: Beginner's Guide Part 1This is a step-by-step beginner's guide to building a minimalist typing game with JavaScript. You'll learn how to set up an intuitive interface and manipulate the Document Object Model (DOM) with key concepts like modules, event listeners, event hand...96 readsbeginner
Sadra Yahyapourblog.imsadra.me·Nov 3, 2024FeaturedGeneric Typing in PythonSince Python introduced the ability to add generic types to functions, the language has become much more type-friendly and encourages you to follow this convention for more maintainable code. Obviously, this will lead to a better development experien...31 likes·938 readsPython Generics
Victor Ibironkevictoribironke.hashnode.dev·Sep 29, 2024I Typed Everyday for 50 DaysThe school session ended towards the end of July this year, and I set a goal to practice typing over the holiday. I'm not exactly sure why (probably because I thought it was cool to be able to type without looking at the keyboard), but around the mid...monkeytype
Redge Shepherdclicksandswitches.com·Sep 22, 2024Typing Tests, CompetitionsThe following sites will help to improve your typing skills by focusing on accuracy and speed. Of the sites shown below, Monkeytype is among my favorites to hone in on opportunities to improve. As for “fun” challenges, NitroType is by far among the b...words per minute
Siddharth Karnsiddharthkarn.hashnode.dev·Jul 16, 2024Touch-Typing And Its Importance In Programming!Typing fast is an underrated skill in software engineering, yet it's a game-changer, significantly improving one's productivity.💻🚀 I still remember I used to type very slowly, but now, I can type faster than most software developers.👨💻 Here's wh...typing
Gokil Pgokilp.co·Jun 17, 2024Mastering Keyboard Shortcuts for Enhanced ProductivityIn the digital age, being efficient and fast at typing isn't just about quick fingers; it's also about mastering keyboard shortcuts. Keyboard shortcuts can greatly boost your productivity by cutting down the time spent on repetitive tasks. Here’s a c...typing
Segun Ajibolaajibolasegun.hashnode.dev·Mar 31, 2024How to Match Exact String or Word in VSCodeLooking for a string can be painful while coding. Developers have to scan through a code document to edit several instance of a string. It gets more confusing when we begin to find words we don't want just because it contains the keyword we are looki...30 readsVSCode Tips