Blog

I want to create beautiful things.

Good design has little to do with trends.

Latest Posts

Programming 101: Mastering the Do’s and Don’ts of Becoming Competent.

Programming, or coding, is the process of creating instructions for a computer to execute. It’s a skill that can be used to develop software, websites, and even games. Programming is an incredibly versatile skill that can be applied to a variety of contexts. Programming involves writing code in various programming languages. These languages can be used to create applications and websites, manipulate data, and automate tasks. Some popular programming languages include Java, Python, C++, JavaScript, and HTML.

Javascript concepts to know before starting React

One crucial thing to note is that the famed react is simply a javascript library therefore, you should at least know some basic javascript before you start.
Javascript – Being a very broad language would take a while to learn – and an even longer time to master. As a result of this, I have put together a list of core javascript features to get familiar with before entering into the world of react.

Serving Static Files – CDN VS Self Hosting

If a lot of sites all link to the same CDN-hosted version of a library, like jsdelivr or jQuery, then there is a chance that users would already have that exact file.

NGX-Pagination – Paginating a long list of items in Angular

Writing a list of 7000 customers in a single is both bad UX and takes a lot of time to render to the browser. Pagination is simply the process of…

1 2 3