Introduction Most times, I have rarely found the time to do anything that is not directly work-related. I am not complaining. It only makes me realize that sticking to my routines, values, and things I believe in should be resolute. And I have been as resolute as I can. Fortunately, I have found a few … Read More “How to stick to your learning schedule” »
Author: Anthony Eli Agbenu
Introduction Hello there, my avid learner friend, Today we will start a 4 part series on APIs. What are they all about? And is it that easy to comprehend? Yes, it is pretty straightforward. So as not to throw too much information at you at once, I have chosen to break it up into a … Read More “Explaining APIs in simple everyday words -Part I” »
Introduction I have been coding professionally since 2010, and since 2009 as a hobby. Coding has unveiled benefits that extend far beyond its significance as a job. With these benefits, I am ever convinced that everyone should learn to code. Here are a few reasons why I believe that everyone ( including you ) should … Read More “You should learn to code now and not later” »
I have worked with a few languages. I have loved some and hated some. Each language has its strengths and weaknesses. This is just my opinion of which hero would map to which language, and why. I have limited myself to heroes within the DC Comics universe as well as to the languages I have … Read More “What if programming languages were DC comic heroes” »
Introduction Currently, we are used to using PNG and JPG file formats for all things design. However, for more than a decade now, there is another option that is just as good, if not better. Let me introduce you to WebP (pronounced webppy) What is WebP? WebP is an image format developed and first released … Read More “Ditch JPEGs and PNGs for WebP” »
Introduction This topic traverses any programming language. For all projects, no matter how small or large, there is always the need to have a read me file with sufficient details. What is a ReadMe file ? In brief, a read me file tells other developers all they need to know about your project. How to … Read More “Ten essential points to include in your next read me file” »
The problem It can be deplorably frustrating when you try opening your perfectly fine word documents only to be greeted with the error message below. If this has happened to you, then this post was written with you in mind. Does this mean you cannot ever read your files? Well, fortunately you still can. I … Read More “How to recover corrupt Word Documents” »
A common tool Excel is everywhere Microsoft office’s Excel is a common software used in the workplace. It is used in alot of industries to keep records of information in a very neat and organized manner. If you ran the Windows Operating System, then Excel is a tool you will almost certainly have access to. … Read More “How to protect and unprotect your Excel workbook” »
Introduction Have there been moments for you when When moments like the above come, then you need a short code piece of code to help you out of a tight spot. Here is a short code snippet you could use to help you debug in those moments. This is especially helpfully when you need to … Read More “Show PHP errors in 4 lines” »