Sometimes managing a website and blog can be too much work and effort. It can easily drain all of your energy and finances. Running a blog is a never-ending task and needs much time and patience. That is why it’s important to have an armory of tools and services that can save you time, energy, … Continue reading 14 awesome tools for your WordPress site
Category Archives: Web Development
NodeJS web development – Good and bad
Being the most popular programming language, JavaScript is also one of the most universal software development technologies. Traditionally used as a web frontend development tool, it has also become a major cross-platform mobile development tool as a basic technology for a large number of platforms, such as Apache Cordova/PhoneGap, React Native, NativeScript, Appcelerator Titanium. But the areas … Continue reading NodeJS web development – Good and bad
WordPress backup strategy
First and foremost, make sure you have a solid WordPress backup strategy. Think of backups as an insurance policy on the work you’ve put into creating your site.
Why to use responsive web design?
Life was simpler when web designers only had to worry about formatting sites for desktop computers. Most monitors and displays were easy to design for, and one size fit most. Then came the rise of the mobile web. Since the dawn of the mobile web, one of the big debates was whether to design an … Continue reading Why to use responsive web design?
React16 blessings in disguise for React developers
Just like how people are excited about updating their mobile apps and OS, developers should also be excited to update their frameworks. The new version of the different frameworks come with new features and tricks out of the box. Below are some of the good features you should consider when migrating your existing app to … Continue reading React16 blessings in disguise for React developers
Using Firebase for mobile application development
Firebase mobile application development is one of the easiest way to ensure and develop a high-quality app quickly, grow an engaged user base, and earn more money. Firebase is Google’s unified platform that brings together powerful features for your app, including a mobile backend, analytics, and growth and monetization tools. Nowadays, mobile doesn’t exist without … Continue reading Using Firebase for mobile application development
React JS for Beginners
React.js has been popular among web app developers recently and a lot of websites has adopted the library because of the perks it provides. This post is not about pros and cons of the React.js library, although you can find a myriad of articles and posts on the web comparing React.js with other front-end frameworks. In layman’s … Continue reading React JS for Beginners
Google a web developers best friend
Modern programming is now often equated to being really good at Google. If you’re trying to achieve something in code, 99% of the time it’s likely that someone else has already done it and posted it up on Stack Overflow or Github. No longer is there a need for a stack of textbooks at a … Continue reading Google a web developers best friend
Web application architectural shifts
The application development landscape has been changing continuously over the past few years, both on the client side (frontend) as well as on the server side (backend). On the client side, we have plenty of awesome new and updated JavaScript [and other scripting] frameworks; and on the server side, we have new architectural approaches such … Continue reading Web application architectural shifts
Is Alt attribute necessary for all images?
We look at one of the basics of web development and design, styling your HTML with an alt attribute, and why this is so important. If an image on your page isn’t really there for any purpose, you might struggle to come up with meaningful alt text for it, so it’s quite common to leave … Continue reading Is Alt attribute necessary for all images?