Neshaani URL Shortener

I enjoy being involved in side projects. I believe the benefits far outweigh the time invested in them. So I was contemplating one that would allow me to delve into as many diverse yet interconnected areas as possible. I thought, what was better than a short and functional project like a URL Shortener. It could simply be very simple (as it is right now) or very sophisticated in its’ future.

neshaani-sq-logo

Neshaani (which means Address in Persian) is an open-source URL Shortener that’s backed up by its’ own API, hosted on github and is using the Slim Micro framework for Php. Pulling in Laravel was sort of an overkill for the scale of the project and although I knew there would be challenges ahead setting things up with Slim, I took it as an opportunity to learn more about this concise framework.

The goal was to build an API that’s extensible and fast, even if that’s reinventing the wheel, to some degree. I had the opportunity to learn a ton, to get to know more about APIs, manage another droplet on DigitalOcean, setting up Let’s Encrypt on it and brush up on other stuff like rebasing in Git and many more.

Last but not least, Neshaani is still a work in progress. I think I’d add a NodeJS based client to it and implement it using a NoSQL database (most probably MongoDB) in the coming weeks.

Share
Neshaani URL Shortener

TodoJS

todojs-logo

JavaScript is enjoyable, intuitive and the community it’s got is astoundingly huge. For long, I’ve been busy building stuff with Php, which I still do and to me, JavaScript was just a handy-dandy tool to add some spice to the project. Nothing huge. And how I’ve been missing out on all the joy there was.

Sometimes the hard part is just getting going. So I thought the best way to start would be for me to create a little something using the tools like NodeJS, Express, and so forth and see how it goes.

TodoJS

TodoJS turned out to be the palpable evidence that made me realise how little I knew about the veracity of all that hype. Feel free to have a look.

Share
TodoJS

iPasteBin

ipastebin

iPasteBin is yet another simple paste tool based on the Laravel Framework. The project really came about as a result of me needing an incentive to get involved with open source software and brush up on my front and back-end skills. While it is still at its’ primitive level, it can handle the following tasks:

  • Provide the visitor with a large input box.
  • Save the snippet to the database.
  • Redirect the user to a custom URI by which they could share their note.

There are of course a lot to be done but for now I think it is something to begin with.

You can check it out at: https://behnum.github.io/iPasteBin/

Share
iPasteBin