Cafer Tayyar Gökcecafertayyargoekce.hashnode.dev·Oct 12, 2023Understanding JavaScript Data Types: A Beginner's Guide / with ExercisesWhen you're learning web development and diving into JavaScript, data types are one of the fundamental concepts you'll encounter. They're like the building blocks of the language, and understanding them is essential. So, what are data types in JavaSc...Discuss·2 likesJavaScript
Tina Writtellearnprogramming.hashnode.dev·Sep 12, 2023The Best Ways to Learn Python ProgrammingPython has emerged as one of the most popular programming languages due to its simplicity, versatility, and vast range of applications. Whether you are a beginner or an experienced programmer looking to add Python to your skill set, it's essential to...DiscussPython
Renaissance Innovation LabsforRenaissance Innovation Labsblog.renaissancelabs.org·Sep 8, 2023Pulling Your Own WeightAs a tech professional, you probably spend most of your day sitting in front of a computer. While this may be great for your career, it's not so great for your health. But don't worry, there's a simple solution: EXERCISE! Recently I've been going to ...DiscussExercise
Nditah Samnditah.hashnode.dev·Jun 13, 2023Javascript Exercises: Array1) Write a JavaScript function to check whether an input is an array or not. Test Data : console.log(is_array('w3resource')); console.log(is_array([1, 2, 4, 0])); false true 2) Write a JavaScript function to clone an array. Test Data : console.log...Discuss·5 likes·215 readsjs
Karthick M Vkarthickmv.hashnode.dev·May 27, 2023Python Loop (for and while) and some practice exercisesPython Loops: A Powerful Tool for Iteration and Automation Python is a versatile programming language known for its simplicity and readability. One of the most powerful features of Python is its ability to handle repetitive tasks efficiently through ...Discuss·1 like·50 readsPython
Maximilien Riehlforproblems.exposedproblems.exposed·Feb 2, 2023Why strength training will make you a better developerHaving trained consistently for a bit over a decade, I've come to believe that some physical training experience is an incredible asset as an IT person. Some of the upsides are fairly obvious, but others are a bit more unintuitive.But let's get the c...Discuss·46 readsShower ThoughtsExercise
Anupam Majhianupammajhi.hashnode.dev·Mar 22, 2018LINUX: Shell Scripting ExercisesNote : These exercises are from “Linux Training Academy’s” Shell Scripting course. Exercise 1: Write a shell script that prints “Hello World!” to the screen. Hint 1: Remember to make the shell script executable with the chmod command.Hint 2: Remembe...DiscussLinux