InThe StartupbyRachael Ghorbani·Jan 11, 2021isPalindrome()A common interview question to ask junior engineers (or so I’ve heard) is some variation of, given a word or sentence, determine whether…
InThe StartupbyRachael Ghorbani·Jan 4, 2021Basic Side Navigation Bar using Vanilla CSSAfter what simultaneously felt like two weeks, and two years, I finally graduated from Flatiron’s software engineering program, yay! As I…A response icon1A response icon1
InThe StartupbyRachael Ghorbani·Oct 17, 2020Creating a Welcome Page Using React Particles.jsI always wondered how websites created those cool, moving, constellation-looking, backgrounds. After some digging, I discovered…
InThe StartupbyRachael Ghorbani·Sep 26, 2020Basic Animation Using the HTML Canvas and JavascriptJavascript can do a lot of cool things. The introduction of the canvas element in HTML5 expanded what we can do with Javascript even…A response icon1A response icon1
InThe StartupbyRachael Ghorbani·Sep 5, 2020Creating a Sort Drop Down Using Form_WithWe’re going to make a simple sort drop down with two options using form_with, a rails form helper. Before we get started, what exactly is…
Rachael Ghorbani·Aug 16, 2020Keyboard Shortcuts for ProgrammersAfter watching my bootcamp instructor highlight 10 words in as many sentences, all in about half a second, I knew I needed to step up my…