Dev RaydaforUX Design with Rayuxdesignwithray.hashnode.dev·Nov 29, 2023Design a User Experience for Social Good & Prepare for Jobs Course Journey Week 4This is the fourth article and final article in the series. If you haven't read them, Here are the First Article, Second Article and Third Article. In this article, I will talk about the fourth week of the course. I will create a responsive website f...DiscussUX Design Google Coursera Course UX
Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Nov 27, 2023Ada: Syntax3333Ada is a very verbose language, meaning it uses a lot of explicit, declarative syntax. This includes: Long identifiers: variable and function names can be very long and descriptive. This improves readability but makes the code wordy. Explicit t...DiscussAda LanguageADA
Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Nov 27, 2023Ada: CurriculumAda Basics Here is a step-by-step list of basic concepts in Ada to learn: Overview - Language history, main features, relevance and job prospect considerations. Curriculum - this is the current article, it enumerates basic and key topics for unders...DiscussAda LanguageADA
Elucian Moiseeluchn.hashnode.dev·Nov 21, 2023Software EngineeringSoftware engineering is the systematic application of engineering approaches to the development of software. Some key aspects of software engineering include: Requirements analysis: Studying the requirements and needs of the client and stakeholders ...Discuss·29 readscourse
Palak Goyalcodewithpalak.hashnode.dev·Nov 18, 2023Journey to become a Pro Frontend developer using ScrimbaHey, all this is me, Palak Goyal. How are you? Well, I started my journey back in 2022 as a self-taught developer but still after so many hard trials, I didn't even I get a job or any client as a freelancer and that made me upset. I always feel that ...DiscussFrontend Development
Veronica Josephcareerusa.hashnode.dev·Nov 13, 2023Crafting Your Java JourneyJava, a versatile and powerful programming language, continues to be a cornerstone in the world of software development. Whether you're a beginner venturing into the realm of coding or a seasoned developer looking to expand your skill set, this guide...DiscussJavaScript
Veronica Josephcareerusa.hashnode.dev·Nov 6, 2023Mastering in Ethical HackingIn the ever-evolving landscape of cybersecurity, ethical hacking has emerged as a critical practice to safeguard digital assets and information. Ethical hackers, also known as white-hat hackers, play a pivotal role in identifying vulnerabilities with...Discuss#cybersecurity
Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Nov 4, 2023C# FunctionsHere is an explanation of functions in C#: Functions are a block of code that performs a specific task. They allow code reusability and modularity. The role of functions is to: Break down a large and complex program into small manageable units. All...Discusscourse
Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Nov 2, 2023C# LoopsA repetitive statement in computer science refers to a statement or block of code that is executed repeatedly for a fixed number of times or as long as a certain condition is met. Some examples of repetitive statements are: • For loops - Execute a bl...DiscussC# FundamentalsLoops
Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Oct 30, 2023Learning C#I created these articles to break down C# into small, manageable pieces. You'll learn one concept at a time, which will make the learning process more effective. You'll need to put in some effort, but if you read each article carefully, understand th...DiscussC# Fundamentalsprogramming