Javascript • Minimilist • Documentarian
I am a full-time Application Developer with expertise in Web Application Development. I am currently working for Zoho Corp since 2017 developing a design tool that competes on the likelihood of Figma and Sketch. I completed my Undergraduate Degree in Information Technology at Rajalakshmi Engineering College.
Apart from my passion towards Web Application Development, I am curious about emerging technologies and always in search for the next “Mind Blowing Application” to add it to my stack. I am a Digital Privacy Advocate and also calls myself Minimilist to some extend.
I live in the Chennai suburbs.
Dashy Web
Yet another simple Web Application to track your todo, made using HTML, Javascript in its core with authentication and Database Storage being provided by Firebase and beautification by Bootstrap. It is hosted directly from Github with the use of Netlify. You can try the application here.
Dashy arose from my need to have a supporting web page to access the content/todo created from my Flutter mobile application.
Dashy can add your todos, mark completed todos and even delete them once you are done with it. You can create an account using the traditional email and password combination or can use your Google account to log in. Also, you can add set up a username for your account. Todos created in the Dashy mobile application will be synced automatically with the web client once logged in with the same account.
The Source code can be found here.
Shorty
A simple Application for shortening the URL. Can be accessed here.
I have created this simple URL shortener without the use of any external or internal database using the jsonbin.io endpoint. This helps in storing the random hash which I create for any lengthy URL which you submit and map it to the respective URL.I have used bootstrap framework for providing a aesthetically pleasing yet simple interface. It is hosted directly from Github with the use of Netlify.
Its pretty straight forward to use. Copy and paste the lengthy URL in the input box provided. Pressing enter or the button will shorten the URL and copy it into the clipboard. Paste it anywhere you want.
The Source code can be found here.
Weather
A node based server side application with ‘nedb’ Database. Can be accessed here.
This is a simple web application, I put together when playing around with node.js for server side API handling using the Node.js web application framework - Express.js. The database is handled by Nedb Node package, while rendering of the Maps is done using OpenStreetMaps and Leaflet.js. It is hosted in Heroku.
Accessing the link, the application will ask for Location permission. Once Location permission is granted, The application will fetch the weather and temperature using the Openweathermap API. Additionaly the Airquality if available will be fetched through the OpenAQ API. Once ‘Checked IN’, the current location and the weather data at the time of check-in will be sent to the server and saved in the database. View Checkin option will render All the checked in locations within a Map.
The Source code can be found here.