Two weeks back (28, 29.10.2024), my roommate (Mo) and I participated in a hackathon organized by Factory:Berlin and Tech:Berlin. It was an interesting story of how Mo first dropped out of the hackathon and then came up with an idea and then we both got so much hype during the hackathon and made it to the finals. Our idea was to develop an app not only for developers but for everyone where the user can describe what kind of problem he is facing with the computer e.g. close the vim editor or add animations to my slides etc and then GPT given access to ⌨️ and mouseđź–±️ will solve user's problem. This blog post is about our hackathon journey and also describes how we approached the above problem and share what we learned!
Mocking AngularJS: How to create our own watch function
AngularJS is awesome! Yeah, it is, even after so many competitors it still did not lose its value and manages to be on top of others. So we all love it and wonder how it can be so cool, same goes for me. The one thing I really inspired with is Angular's
watch
function which automatically gets called when object bind with $scope
got changed. So it's inevitable for me to learn how watch function works and by learning this I come up with the idea that how I can create my own simple watch function with simple JavaScript.Add WhatsApp Share Button On Your Website
As we all know most of users now uses their smartphone to access our website and usually our website can easily have Facebook, Google+ and Twitter button but now WhatsApp messenger is also a very popular social media platform and if we know most of our users are using mobile to access our site then why should not we put a WhatsApp share button on our web?