Published inLevel Up Coding·PinnedSetup Tailwind CSS with WebpackIt took me quite a bit of time to setup Tailwind CSS with Webpack, so I’ve documented my steps here to help my future self and others. Installation Make a directory and cd into it. mkdir tailwind-webpack-test && cd tailwind-webpack-test 2. Create package.json. npm init -y 3. Install webpack along with…Tailwind Css2 min readTailwind Css2 min read
Published inLevel Up Coding·Feb 13, 2021Make a Ruby GemDo you have a sweet ruby script that you want to easily share with your friends or a nice class that you think would be useful to others? Fret not, in this article, I will show you how to make a ruby gem using your existing ruby code. I will…Ruby2 min readRuby2 min read
Jan 17, 2021Tutor and Programmer: What do they have in common?There are two things that I gained from my experience as a tutor that is helping me become a better programmer: the ability to simplify complex topics to basic principles and the communication skills to clearly convey my ideas. …Development2 min readDevelopment2 min read