web development

154 Articles 2 Followers


How To Make A Extension For Edge or Chrome

1 Feb 2022 9 minute read 1 comment Great Developer

Ever install a extension on your web browser. A ad blocker, a game, a tool? Its almost guaranteed that you have installed a extension for your web browser sometime in your life. Extensions are a great way to add useful features to your browser or per...

The 3Ms of Coding Practices

12 Jan 2022 4 minute read 0 comments k88.io

In the world of programming, there are many lists of dos and don'ts. Some are universally liked, and some are personal preferences from one programmer to another. I want to take a step back and instead introduce 3 concepts you should use. This articl...

How To Start A Website From Scratch Using HTML

10 Dec 2021 5 minute read 1 comment Great Developer

A simple follow is where it begins No really please follow otherwise you might be missing some great content. Follow me here and on Dev. to. Also, follow me on medium. It's 2021 and the world is still under attack from the coronavirus. Most of us h...

The Web 3.0 Revolution is Here (Although it's Been a bit of a Quiet Riot). Will You Join it or Will Your Head Roll?

30 Nov 2021 5 minute read 2 comments Great White Snark

While it may seem to some that it has arrived quickly, to others it has been a long time coming and couldn't have arrived soon enough. Either way, change has come. Maybe it hasn't reached your business, employees or Website yet (especially if you wor...

Fish Shell - User Friendly and Interactive Shell

8 Aug 2021 3 minute read 2 comments The Glitcher

  Previously, I used bash shell and zsh shell. After moving to the fish shell, a lot of things have changed and I am using it for  4 years now. The user experience is extremely comfortable and enjoyable compared to other shells. I am not planning t...

Basic features of Spring Boot!

10 Jul 2021 1 minute read 0 comments 0xgult

What are some of the basic features of Spring Boot and what makes it easy for people to work with? Spring CLI If you want to rapidly develop a Spring application, the Spring CLI lets you use the command line for that. It lets you run Groovy scripts w...

Performance Testing AEM: ToughDay2

6 Jun 2021 3 minute read 0 comments Brien McCurdy

 One of the most important tests you can run before launching your new Adobe Experience Manager (AEM) site or deploying large changes to an existing site, is running a performance test against your environment(s). A properly run performance test shou...

Free SEO tools you can use to get more traffic

1 Jun 2021 1 minute read 0 comments Jack216

Free SEO and Online tools  In my blog I talk a lot about affiliate marketing and how to do it. But I never mentioned in those post a great tool everyone can use for free to get more traffic to your affiliate marketing products, websites, and even blo...

Personal rebranding: The last step

15 May 2021 4 minute read 0 comments PierreL

This is going to be the last instalment of the personal rebranding series. After deciding on a direction for my Twitter, Instagram, Youtube and Publish0x accounts, I needed to revamp my website. I decided to go with only 2 basic pages: a link tree an...

Host your Django website on Heroku

28 Apr 2021 3 minute read 0 comments _Almin_

Deploying your website to Heroku can seem like a hassle. However if you follow this guide, you should be up and running in no time.I will assume that you have a complete Django website that you are ready to publish. You will also need Git. First we n...