anekenonso.comAbout to Escape Tutorial HellHello, it's been a while. Recently I have been trying to escape tutorial hell by picking random UI design, using HTML and CSS I would try to build a replica. Here is the first one from Behance a user portfolio UI Design. Link to the project: mustakim...Jun 20, 2021·1 min read
anekenonso.comIntroduction to JavaScript Dom API part 1As a developer, creating web pages or web app, most of the time you will likely be manipulating the Document structure in one way or the other. It is usually done by using the Document Object Model which is DOM for short. The DOM is a set of APIs for...Jan 14, 2021·3 min read
anekenonso.comIntroduction to JavaScript PromiseIn this article we are going to talk about javascript promise and take a look at some use case and best practices. In MDN Mozilla Documentation on javascript Promise, Promise is defined as "an object representing the eventual completion or failure o...Jan 10, 2021·5 min read