Vibe Coding Helped Me Build the Personal Portfolio Theme I’d Always Imagined
More than a decade ago, I used to frequently change my own website’s design. I tried out many HTML, CSS & JavaScript tricks to…
More than a decade ago, I used to frequently change my own website’s design. I tried out many HTML, CSS & JavaScript tricks to…
Can you get emotionally attached to a server? Yes obviously you can. I had a Scaleway VPS for more than four years. I paid…
A favorite past time in my childhood was looking into the Atlas. The Atlas my father bought for me had global and local maps.…
Understanding React is one of the toughest thing I’ve ever done in my development life. Everything in React looks very simple, feels very simple…
Introduction In this example, I’ve implemented a very simple vCard creator using some JavaScript libraries including AngularJS. Though here in this application, AngularJS did…
Introduction Now-a-days, input field is the most widely used feature of a website or web application. Input fields are used for getting user inputs.…
Introduction Sometimes, we see cool effects on text like someone is typing the text using a typewriter. In this example, I am going to…
Introduction Tic-Tac-Toe is a very simple paper-pencil game. In this example, I’ve shown how to build a 2D Tic-Tac-Toe using jQuery on HTML.