Web Analytics Made Easy -
StatCounter
Main Blog

BLOG

13.05.2021
Building a JavaScript Radar Chart

Radar charts, which are also referred to as spider charts or radar plots, are a data visualization used to compare observations with multiple quantitative variables. Each variable is encoded to a spoke which are equidistant apart.

29.04.2021
An Ultimate Guide to DevOps

This article explains what the strategy DevOps is, how it works, and what difficulties it can fix in relation to IT business needs.

15.04.2021
Useful Git Commands You Can Use Every Day

This is the aggregation of my daily used Git commands. I will continue adding them as I find other useful ones.

01.04.2021
Why I Prefer Flutter Over React Native for App Development

One dev takes a look at the Flutter and React Native frameworks for cross-platform development and why he prefers to work in Flutter when creating applications.

18.03.2021
Creating a NodeJS Push Notification System with Service Workers

When I started Fjolt I was quickly faced with the conundrum of how to notify users when a new article is published. Most importantly, I wanted to do all of this without depending on a third party service. I thought this would be a great opportunity to use web notifications.

04.03.2021
How to Create an Automated Sitemap With Node.js

Site maps are a very important aspect of SEO optimization. Google and other search engines can use a sitemap to figure out where all your pages are and how they link together. In this tutorial we will be creating an automated site map with Node.JS and Express.

18.02.2021
7 Best JotForm Alternatives to Use in 2021

JotForm application is an incredible form creation tool for mobile users. However, it does have a few setbacks. Take a look at some of the top alternatives.

04.02.2021
10 Reasons Why Laravel Is the Best PHP Framework

Here are 10 reasons why Laravel is the best PHP framework that integrates agility in web development and high levels of flexibility.

29.01.2021
Best Work Operating Systems of 2021

We have rounded up some of the best Working operating systems in 2021 for you to plan, manage, and execute your project-related activities.

21.01.2021
Configure Laravel properly for CI/CD

Just a quick note before: if you are afraid to step into some unknown world, just remember what iIsay — you can never know how easy it can be for you to adapt to it and how much joy you can get from it.

07.01.2021
On-demand Reactivity in Vue 3

Apart from admirable performance improvements, the recently released Vue 3 also brought several new features. Arguably the most important introduction is the Composition API.

24.12.2020
Top 10 Best Tips for API Testing

As Microservices and APIs become more prevalent in modern software development, testing and validating these APIs is increasingly important to ensure the quality of your software.