Omotola Shogunleformycodinghabitsmycodinghabits.hashnode.net·Sep 3, 2020How to use OOP in JavaScriptIf you are familiar with OOP concepts look for the header with practical examples below. If not please continue reading. 😊 My first introduction to programming was with the programming langauge Java, and one of the concepts of programming with Java ...Tapas Adhikary and 4 others are discussing this5 people are discussing thisDiscuss·91 likes·1.3K readsLearning JavaScript?General ProgrammingReally insightful, thanks for sharing! 5
chryzcodeforchryzcode's Blogchryzcode.hashnode.net·Jan 26, 2021Python Built-in String Methods/ Functions 1 :)These are basic string functions() in python🐍. So, let the journey🏁 begin🚀.... find() The find() method finds the first occurrence of the specified value. The find() method returns -1 if the value is not found. input : string = 'python dev' f =...Discuss·90 likes·143 readsPython
Madni AghadiforMadni Aghadimadni.hashnode.net·Dec 20, 2022Important JavaScript concepts that every developer should know.🌟Hoisting 👉: Many developers obtain surprising outputs when unfamiliar with the idea of hoisting in Javascript. ⭐What is hoisting? 👉🏻Before the execution of the code, the interpreter appears to move the declaration of functions, variables, or cla...Ankit Singh and 2 others are discussing this3 people are discussing thisDiscuss·89 likes·10.1K readsWeb Development
LHAMIDI MarouaneforLHAMIDI Marouane's blogmarouanelhamidi.hashnode.net·Apr 21, 2023The Relationship Between Programmers and ComputersToday Java is a widely used programming language for creating various software applications. There are numerous frameworks built on top of the Java language, such as Spring Boot. This is why it is essential to have a solid foundation in Java to simpl...Discuss·30 readsMastering Java: A Complete Guide to Java ProgrammingJava
Neit NguyenforNguyễn Văn Tiển's blognguyenvantien2009.hashnode.net·Apr 20, 2023Unit Test In JavaIn Java development, unit testing is an essential process for ensuring the correctness, reliability, and robustness of code. Unit tests help developers catch errors early, prevent regression, and maintain code quality. Common frameworks used for unit...DiscussJava
Maheshwar Ligadefortechwastitechwasti.hashnode.net·Apr 18, 2023Date time parsing and manipulation in go languageIntroduction: Date-Time parsing and manipulation are essential components of most software applications. In Go, the standard library provides a rich set of functionalities to parse and manipulate date-time data. The time package in Go provides the ne...Discuss·50 readsgo-languageGo Language
Taiwo Ola-BalogunforFreeForDevfree-for-dev.hashnode.net·Apr 10, 2023The Beginner's Guide to APIs: Simplifying the Complex World of API TechnologyIntroduction Application Programming Interfaces, or APIs for short, have become a crucial component in modern software development. An API is essentially a set of protocols, routines, and tools for building software applications. It provides a standa...DiscussAPIs
Nitin JhaforNitin Jha's blognitinjha.hashnode.net·Apr 4, 2023Security Features Of Fedora LinuxLinux Linux is a free and open-source operating system that is based on the Unix operating system. It was developed by Linus Torvalds in 1991 and has since become a popular alternative to proprietary operating systems like Windows and macOS. Linux is...Discuss·1 like·34 readsLinux
Maheshwar Ligadefortechwastitechwasti.hashnode.net·Apr 2, 2023Reading Command Line Arguments in Go: An End-to-End ExampleGo is a programming language that is gaining popularity for its simplicity and efficiency. One of the things that make Go so easy to use is its built-in support for command-line arguments. In this article, we will walk through an end-to-end example o...Discuss·42 readsgo-languageGo Language
ramu kforramu kramustar.hashnode.net·Mar 29, 2023How to dynamically change the page title with Vue and Vue RouterChanging the page title in your Vue SPA application is not as straightforward as you would think. In this article, I will show you a few ways how you can easily change the page title when navigating your application. First off, you will need to have ...DiscussVue.js
Luke VakasisikakalaforLuke Vakasisikakala's Bloglrvaka.hashnode.net·Mar 25, 2023No more tutorials, start creating NOW!A friendly reminder, start creating projects. After you've learned the major concepts within a programming language, create projects. Big, small, complex, simple - create SOMETHING. Watching more courses and tutorials is only mental masturbation. The...DiscussProductivity
June Dangforjunedangjunedang.hashnode.net·Mar 8, 2023Proven Tips and Tricks to Level Up Your Programming CareerTechnology is a rapidly growing field, and having up-to-date knowledge is essential for success. As a result, it’s common for beginner programmers in the tech industry to feel overwhelmed and get stuck at some point in their careers. In this article,...DiscussCareer
Abimbola Mosobalajeforkingabimbola.hashnode.net·Feb 27, 2023Top Programming Languages of the First Quarter of 2023Introduction In the computing world, "programming" refers to writing and designing software programs in computer-based lingua. "Computer," in this context, means smart devices such as phones, watches, laptops, etc. Programming is the process of writi...Discuss·26 readsProgramming Blogs