[mailpoet_form id="13"]

Enter your Email Address to get subscribed to our Blog.

Category

Web Development Blogs

Category
Sort by

So before we start with the steps involved to configure a firewall in Linux, first let’s make sure we understand what a firewall is and how it works. Understanding what a firewall is and how it works: A firewall is a program that surrounds the interface between a private network and the rest of the big and (usually) bad internet. You can think of the firewall as a gateway. It follows pre-configured rules that allow…

In today’s day and age words like ‘mobile application’ and ‘cloud’ are creating quite a stir. Each day there is some new application in the market with the aim of delivering the best performance to their users. Mobile backend services help achieve this by building a better infrastructure. What is BaaS? These days most mobile applications need a backend that’s connected to the internet. BaaS (Backend-as-a-Service) is the service that helps enable that, helping you…

SSH or secure shell service in Ubuntu allows a safe remote access while logging in. It also allows other network communications within an organization. To understand how to enable SSH in Ubuntu and Linux and use it like a pro, let us first understand what is SSH, how important it is and how we can enable it in Ubuntu and Linux. What is SSH? SSH is Secure Shell Service, a secure way or channel to…

Whether you need to establish a new web presence or redesign your current website, you need to have a content management system (CMS) for maintaining and updating your digital content. It’s critical to select the right CMS that best suits your needs, since after your initial design there is a good chance that it will be your most frequently used web maintenance tool.  But how do you make your choice? There are many different types…

With the surge in technology and smartphones in the market, the way modern day businesses are shaping up has seen a good amount of change. And whether you are a budding online business or someone who is looking to start one, having a mobile app is something you must have considered. According to a research, by the year 2020 there are likely to be around 38.5 billion devices all connected to each other over the…

When we think about a good website, one of the most important things is the speed and retrieval time of the website. Latency can hamper the performance of the website as well as user experience. As a web developer to avoid this you need to have a good database, namely a database that will not only be robust and scalable but also cost saving. Owing to the technological progress there are a number of databases…

As a web pro, developing is a core part and there is no shortage of programming languages, with Python being the trending one. Python is an interactive programming language and getting started with programming a GUI (Graphical User Interface) framework is not much of a difficult task. Python has a diverse range of options for GUI frameworks. From Cross-Platform frameworks to Platform-Specific frameworks, Python wiki lists them all. In this blog, I’ll be covering the…

This blog explains what the EPEL repository is and how to install it on CentOS. What is the EPEL repository? The EPEL (or Extra Packages for Enterprise Linux) Repository is a free and open-source repository which provides high-quality and easy-to-install add-on packages for commonly-used software. Before we begin, here are a few terms to brush up on: Wget-or ‘web get’-a command-line utility to download content over a network Red Hat Enterprise Linux/Fedora/CentOS : are Linux…

What is SSH? SSH or Secure Shell is a powerful protocol to keep a computer network secure through strong encryption and authentication. Why use SSH? You might have multiple computers either at home or office and wish to perform the following functions : Copy/move files from one computer to another/server Remotely operate another computer’s account Move files from / to your web hosting server where your websites are hosted SSH keeps these network connections more…

If you know the name “WordPress”, then chances are,you’ve also heard of a little company called Automattic. They are the software company behind many of the major integrations and plugins available on WordPress (in addition to the WordPress.com platform). It makes sense that the people who created the WordPress.com hosted platform would have a keen eye for the kind of tools their users (as well as those on self-hosted WordPress.org) would need to make their…