Five tips to master a programming language.

Frontend Engineer who loves building tools.
Search for a command to run...

Frontend Engineer who loves building tools.
No comments yet. Be the first to comment.
Performance is a touchy subject in software engineering. It’s one thing to write code and ship it; it’s another thing entirely to make it faster and more enjoyable for your users — and the next developers after you. In this article, we will look at h...
Animations seem to be a necessity these days in frontend development, improving the user experience in apps by a significant margin. Thankfully vue.js shipped two built-in components that abstract away the complexities of animating our apps; transiti...
Arrays have a lot of helpful higher-order functions that make working with them easier. Our focus in this article will be the sort() method, this method has both easy and complex use cases which we'll be looking at in this article. First look at the ...
Gridsome is a static site generator used for building powerful frontend applications, it was built on the Vue.js framework. One of the beauties of Gridsome apart from its ability to generate server-side rendered applications is its compatibility with...
Build hooks are unique URLs used to trigger a build on the Netlify. They can be used to refresh the content on your website after you’ve published or unpublished content in your Storyblok space. Getting the hook URL from Netlify To create one, open y...

Programming is never easy, the hardest part of programming is learning the language, we face so many difficulties while learning that we begin to wonder if "programming" was truly meant for us, most of us even quit and go for the next best thing, which could be music or starting a business (just kidding). We all doubt ourselves at some point in time which is normal, I could bet a million dollars (if I had that 🌚) that 7/10 developers think about giving up every time but never do it, why? because it makes no sense, why would anyone give up when they've come this far? and so they keep pushing until they get to the top. So, here are some tips to help you get better at programming.