Om Duggineni (2)

Reimplementing Promises in order to Understand Them

Introduction If you've worked with any JavaScript in the past several years, you've probably heard of the concept of asynchronous programming through Promises. Promises are quite important in JavaScript because they provide a much easier way to program asynchronously than previous methods. Callbacks are the…

Continue reading...

Adventures with Customizing Scrollbars

During the process of developing my website at https://omduggineni.com, I wished to combine two elements generally not combined in a website: the scrollbar and the menu. This project taught me about UI design concepts and gave me the opportunity to apply them in a way…

Continue reading...