MEMicaiah Effionginmicaiah-effiong.hashnode.dev路Mar 6, 2021 路 3 min readWhat's the status code again 馃?That's the question I get when working on a Node.js project. I also ask that alot. I got tired of always googling this stuff, a decided the needed to be package to handle this. I was inspired by Sails.js custom responses, I thought it would be nice t...01A
MEMicaiah Effionginmicaiah-effiong.hashnode.dev路Oct 16, 2020 路 2 min readSublime text packages you should use 馃槑Hey! Hi... em, if you're bored of using your plain sublime text 3, then you should try some packages. Really you don't need to be bored to try something new. To install packages in sublime text, you must first install Package Control. Install Package...00
MEMicaiah Effionginmicaiah-effiong.hashnode.dev路Oct 5, 2020 路 2 min readMaking a pull request from your command lineThe long-awaited feature is here, making a pull request from your command line. From now on, never leave your terminal. With the Github CLI, this feature makes life easier than it was yesterday. Forget everything, just open your command line and type...01D
MEMicaiah Effionginmicaiah-effiong.hashnode.dev路Sep 9, 2020 路 1 min readInput types you should try outThe HTML input element creates interactive controls for the web. It is used in order to accept user data. The most common type of inputs are text passwords email but the are other input types that can add more functionality to your HTML forms and...01D
MEMicaiah Effionginmicaiah-effiong.hashnode.dev路Sep 3, 2020 路 2 min readA cool way to hide your files in a git folderAs funny is it sounds, you can most definitely hide your files in a git folder... Although this in not an ideal way of hiding files with git (and is not recommended for hiding sensitive documents), it is also a cool way of keep others from seeing you...03AAS