micaiah-effiong.hashnode.devWhat'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...Mar 6, 2021路3 min read
micaiah-effiong.hashnode.devSublime 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...Oct 16, 2020路2 min read
micaiah-effiong.hashnode.devMaking 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...Oct 5, 2020路2 min read
micaiah-effiong.hashnode.devInput 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...Sep 9, 2020路1 min read
micaiah-effiong.hashnode.devA 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...Sep 3, 2020路2 min read