Intro This is the second episode of the “Programming Advice” series. If you did not read that, it is highly recommended to check out the “pilot” episode. Programming Advice: Naming Conventions Naming conventions are important in programming for numerous reasons. There are a lot of conventions. It highly depends on the programming language that you […]
Programming advice
General Programming Advice People are good at what they do most frequently. It is called experience. Experience cannot be faked, but the beautiful part is, it can be transferred. It is mainly gained by learning from mistakes. However, if you are a person who can accept advice from others, it is worth checking out this […]
Grid Traveler
The problem of Grid Traveler is one of the best problems you can use to learn recursion. It helps you better understand the basics of recursion. If you want to learn more about recursion, you can check out my other article here. So the problem goes like this, you are a two-dimensional grid traveler. You […]
Everything You Should Know About JavaScript this Keyword
This time let us focus on one of the very confusing parts of JavaScript programming, the “this” keyword. So, to understand it fully, we need first to understand its usage and benefits. I find it helpful to think as I am the one who will execute the code as if I am the “index.js,” metaphorically […]
Destructuring in JavaScript
Why do We Need Destructuring? There are many situations where one can face the operation of destructuring in JavaScript. Destructuring implies the function of breaking down a whole entity into numerous properties. As you may already guess, this is what you do all the time when working with data. Base Cases There are mainly two […]
How to Get Backlinks?
What are backlinks? Backlinks are one of the most vital things for any site’s SEO. It is truly pathetic that most internet marketers seem dejected and sad as they do not get traffic to their websites. And without any visitors to your site, you cannot earn money. Getting a large amount of traffic is very […]
How to Learn to Code?
Every day the programming community gets larger and larger, and it is the best time to ask how to learn to code? Learning to code is like learning a new language. When you learn a few words of a foreign language, it does not make you a native. The same goes for programming languages; learning […]
How to Get a Free SSL Certificate?
An SSL certificate is a certificate that enables a secure connection. SSL certificates may cost you around 15$ to 200$ a year. In this tutorial, you will learn to get an SSL certificate for free. Where to Get Free SSL Certificate? You can get a free SSL Certificate from sslforfree.com or zerossl.com. They provide 90-days certificates for free. […]
How to Install an SSL Certificate in SiteWorx Account?
Installing an SSL certificate on a SiteWorx account is easy, and it creates an encrypted link between the server connection and your website(HTTPS). In this guide, you will see the step-by-step guide on installing an SSL certificate in the SiteWorx account. 1. Login into SiteWorx Account The first step is that if you are inside […]
4 Easy Steps to Start a Blog or a Website
Starting a blog or a website is really easy, whether it’s a shop or a simple blog. On this page, you will learn how to start a blog or any website in 4 easy steps. This guide is more about setting up the website and all you need to know before starting one. This guide […]