A Student's Journey: Rekindling My Interest in CodingWhat is burnout? How has it affected developers? According to the Software Developer Burnout Survey conducted by Coding Mindfully in 2020, 50% of surveyed developers lacked the motivation to go to work, 53% have doubted themselves and gotten angry re...Jan 18, 2022·4 min read·2
What is programming?Computer Programming is a way to tell a computer what to do. An example is like you are the owner and the dog is the computer. Some programming languages are C, C#, C++, CoffeeScript, HTML, Java, Javascript, Python, SQL, R, Ruby, Shell, TCL, and much...Apr 29, 2019·120
Searching for a blogging platform and stumbling upon Hashnode.devMy website was my blog, but I wanted a more customizable blog then Jekyll. I tried making a 100% pure HTML and CSS blog using GitHub Pages as my host. Jekyll had a variety of templates that were slightly harder to customize than regular HTML and CSS....Apr 28, 2019·254
Customizing my CodePen profileI recently signed up for CodePen, an online editor with many web technologies! "Demo or it didn't happen." - CodePen For a while, I didn't go on the CodePen website until I read this cool blog post by Ben Szabo. He gives users a good example in the...Mar 17, 2019·50
Creating a starter gulpfileI needed a gulpfile that I could use in a majority of my Electron apps and projects. Instead of trying to figure out which tasks I needed in my gulpfile. I needed the following: HTML minification CSS minification Take the *.css and *.html files and...Mar 17, 2019·1
Hackerrank DS Arrays in JSOne challenge I completed is the Hackerrank's Data Structure Arrays Challenge! The challenge is basically asking you to reverse an array of numbers. There are a few specifications to the challenge in order to properly solve the problem. My answer cod...Mar 17, 2019·647