Deep Dive into Web Dev

Web Dev

5 ways to speed up your website

Working on the content of your website is an extremely important task, but not the only one you should concentrate on. It is equally important to work on the loading speed of your pages. Failing to do so will result in unsatisfied visitors. We live in an era of high-speed internet, and no one wants to wait for the page to load more than expected. With that in mind, learn these 5 ways to speed up your website and keep your visitors happy!
5 min read
5 ways to speed up your website
Web Dev

Does base64 inline image hurt SEO?

What are Base64 Images? Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. So Base64 image is a string that represents the image as an ASCII string. So, Is it a good idea to use the Base64 image in your blog/website? In short NO. It may not have a direct impact SEO but go through the post and find out side-effect of using base64 inline images. Except for some cases where base64 string will be more suitable, such as icons, and single-page applications, which are not accessible by the search engine for ranking (in various specific scenario).
3 min read
Does base64 inline image hurt SEO?
Web Dev

Generating recurring dates array using rrule in JavaScript

Rrule package is the Javascript package to generate array of dates for recurring event, special when you are implementing UI like google calendar, recursive event creator when event might repeat for a year on daily basic. rrule.js supports recurrence rules as defined in the iCalendar RFC, with a few important differences. It is a partial port of the rrule module from the excellent python-dateutil library. On top of that, it supports parsing and serialization of recurrence rules from and to natural language.
2 min read
Generating recurring dates array using rrule in JavaScript
Web Dev

7 Must-Have Tools for Website Owners

Managing a small business with a website is far more complicated and time-consuming than many people believe. However, as technology advances, more and more tools that can aid in the operation of a website become available. These tools will assist you in running your website more efficiently, allowing you to concentrate on the most critical aspects of your business. To help you choose the best tools to help your business, we are here to offer you the seven must-have tools for website owners.
5 min read
7 Must-Have Tools for Website Owners
Web Dev

8 Things That Are Making Your Website Slow

Waiting for a website to load a page for more than three seconds has managed to find its way on the list of the most frustrating things in life. Who has the time? No one. You would have to offer something unique for a website visitor to be willing to stick there long enough. The chances are, you are not the only one in the business with the *unique *offer, so unless your website loads faster than the speed of light, your valuable lead will leave, click on your competitor’s website, and never give you a second thought. Not only does a slow website repel visitors like an efficient insect repellent, but it also has the power to topple your ranking. Therefore, you must identify all the things that are making your website slow and start working on improving your website speed. 
6 min read
8 Things That Are Making Your Website Slow
Web Dev

Better readme format for your open source project

Better Readme Format For Your Open Source Project If you want a simple and introductory guide for the GitHub project or any of your projects <br/><br/> <h6>If you want an extensible guide for the open source project then you might want to add testing details, and open-source contribution details this structure might be useful.</h6> <script src="https://gist.github.com/mhnpd/9ca0335f1b660c102b87b164e7dd6a34.js"></script> </div> Git Image Source
1 min read
Better readme format for your open source project