ARAbu Raihaninaburaihan.hashnode.dev·Aug 1, 2022 · 1 min readStay productive with chrome new tab extensionNewtron About Newtron Newtron is a chrome extension that let you stay productive while using chrome browser. Motivation When I was thinking about to build something for this hackathon I found some fun projects. But I was thinking about to build some...00
ARAbu Raihaninaburaihan.hashnode.dev·Jul 1, 2022 · 1 min readShow your skill to the worldMaverick A skill sharing platform for the people. Useful links live app on linode: http://96.126.108.126:3000/ GitHub: https://github.com/abura1han/Maverick Motivation When I started thinking about to build something for hackathon, I taught I will b...00
ARAbu Raihaninaburaihan.hashnode.dev·Mar 1, 2022 · 1 min readStay on trackWhat is stay on track Stay on track is an app that provides people to stay motivated to their vision. Why stay on track A lot of people become demotivated during their work. Stay on track provides people to avoid deportation and stay motivated to the...00
ARAbu Raihaninaburaihan.hashnode.dev·Feb 18, 2022 · 1 min readVim cheat sheetLearn vim 👨💻 Open file # Vim vi main.go # Neo vim nvim main.go Save and quiet file :wq Quite file :w Insert text/code i / o Append text/code a Select line Shift + v Copy y Copy line yy Delete line dd Select current paragraph vap # or vi...00