Ruth IkegahforThe Beginner's Gardenruthie.hashnode.net·Jun 30, 2020My code is crap!Have you ever wondered what the hell you are doing? or randomly see one beautiful CSS art on twitter and you are woaw, how the hell did they do that, I'm still struggling with a suitable color for my header and someone is coding magic or you saw one ...Discuss·18 likes·254 reads100DaysOfCode
TheaforGeeky Girl's Noteshighflyer.hashnode.net·Feb 6, 2020FeaturedThe beginner's guide to contributing to projects with GitHub DesktopOne of the best ways to improve your programming skills is collaboration in open source projects. For the first time, it can be quite intimidating and I was pretty scared myself. I thought I was not good enough to submit code to the bigger projects b...Discuss·11 likes·341 readsOpen Source
ramu kforramu kramustar.hashnode.net·Aug 1, 2022Git Branches:- List, Create, Switch to, Merge, Push, & DeleteGit lets you branch out from the original code base. This lets you more easily work with other developers, and gives you a lot of flexibility in your workflow. Here's an example of how Git branches are useful. Let's say you need to work on a new feat...Discuss·9 likes·65 reads#codenewbies
Fora SoftforFora Soft's Blogforasoft.hashnode.net·Mar 3, 2023Using SDK vs Custom Development. Guide For Software and App FoundersWhen building own multimedia and communication software there always stands a question. Shall I use a ready-made solution like an SDK or API or shall I develop my own custom component? What approach would be more beneficial in the long run? What do I...Discusssdk
ramu kforramu kramustar.hashnode.net·Dec 1, 20227 secret git commands which nobody told you:1. Choose Selected Files from Stash Most of the time, we stash a group of files and apply the whole stash together what if you only need selected files from the stash. Use the below command to achieve this: "git checkout -- " Eg: 2. Commit Selected...Discuss100DaysOfCode
ramu kforramu kramustar.hashnode.net·Nov 30, 20226 Most Useful NPM commands that you may do not know yet1. npm view <package> (View information) npm view to view information about the package axios@1.2.0 | MIT | deps: 3 | versions: 66 Promise based HTTP client for the browser and node.js https://axios-http.com keywords: xhr, http, ajax, promise, node...Discuss·2 likes·29 reads100DaysOfCode
Anthony NanfitoforAnthony's Techie Thoughtsananfito.hashnode.net·Nov 20, 2022R2D6: Sololearn, Scrimba, and Frontend MentorIntro Hello and welcome to another blog post for Anthony’s Techie Thoughts! If you’re new here, my name is Anthony and I’m studying programming to make a career change from mathematics teacher to frontend web developer. In my blog posts I reflect on ...Discuss·67 reads#100DaysOfCode Challenge100DaysOfCode
Anthony NanfitoforAnthony's Techie Thoughtsananfito.hashnode.net·Sep 18, 2022What Does Accessibility Mean for Developers?Introduction Hello readers! Have you ever used a website or application and didn't work the way it was supposed to? Do you remember the feeling of frustration you had when it happened? Well, as web developers this is the kind of experience we don't w...Discuss·82 readscodenewbie
ramu kforramu kramustar.hashnode.net·Aug 1, 2022Git Branches:- List, Create, Switch to, Merge, Push, & DeleteGit lets you branch out from the original code base. This lets you more easily work with other developers, and gives you a lot of flexibility in your workflow. Here's an example of how Git branches are useful. Let's say you need to work on a new feat...Discuss·9 likes·65 reads#codenewbies
Debra-Kaye ElliottforDebra-Kaye Elliottdebra-kaye.hashnode.net·Nov 25, 2020Just In Time LearningThere are several programming languages and frameworks being eagerly thrown around in the web developer world, making it easy to get lost in 'all the things'. There may even be communities that offer open source projects to beginners to help the lear...Discuss·2 likes·244 readscodenewbie
amr swalhaforLate night codelatenightcode.hashnode.net·Nov 18, 20205 Tips For New Software DevelopersSo, you decided to join the Force of Software Developers where you will able to create apps websites, and more! Welcome to the club, but before you start I have five things I want to let you know about it so you can have fun and grow. 1. A new JavaSc...Discuss·190 readscodenewbie
Courtney CoenforCourtney Cloudcourtneycloud.hashnode.net·Oct 6, 2020100 Days of Code-Day 4I was thinking about this challenge this weekend and I have figured out that I need a schedule to help me keep track of everything.I feel like I have too many different goals I am trying to reach right now and breaking them down into daily tasks will...Discuss·1 like·42 reads100 Days of Code Challenge100DaysOfCode
Ruth IkegahforThe Beginner's Gardenruthie.hashnode.net·Jun 30, 2020My code is crap!Have you ever wondered what the hell you are doing? or randomly see one beautiful CSS art on twitter and you are woaw, how the hell did they do that, I'm still struggling with a suitable color for my header and someone is coding magic or you saw one ...Discuss·18 likes·254 reads100DaysOfCode