Sep 88 Valuable Insights Gained from My Codewars JourneySolving coding challenges on CodeWars is an enlightening journey. It is full of valuable lessons that extend far beyond just coding. Here are some of the key takeaways from my experiences on this platform: Learning Language Syntax: In the beginning, I wanted to learn the syntax of the language I…Coding And Programming3 min readCoding And Programming3 min read
Jul 14, 2020How to Remove Completed from your List of Coding Challenges.As a student of Microverse online software development school, I learn multiple programming languages and Computer Science fundamentals, through working on real projects with other students to reach mastery. Every day I connect to my dashboard to get info for my weekly progress and the daily program. On the dashboard…Microverse3 min readMicroverse3 min read
May 7, 2020What I learned while building 3 projects with Ruby on Rails.At the time of this writing I am a student at Microverse. Part of the technical curriculum is Ruby and Ruby on Rails. Before I started the curriculum I was already proficient in Javascript and love it. So what is Ruby and what is special about it? Ruby is a…Ruby4 min readRuby4 min read
May 7, 2020How to configure Emmet in VS Code for erb filesI am a Rails developer for half a year now. I use VSCode as my IDE. As you know Rails uses the MVC design pattern. The view is rendered by files ending in .html.erb. Erb means embedded Ruby. The problem is when you try to write HTML, emmet does not…Vscode2 min readVscode2 min read
Feb 19, 2020How to write CSS like a professional. Best techniques to get from idea to polished result.After spending a long time learning CSS, finally you have mastered it. Now you feel ready to tackle any project. You start building your first project and everything works as you expect it to. The page looks exactly as you want it to but your CSS file is more than…Css35 min readCss35 min read