© 2022 Hashnode
#static
It’s been always confusion among developers when it comes to what people want to see in their URL address bar as https://www.hackerkid.org/turtle/1/take-right-then-left looks better compared to https://www.hackerkid.org/turtle?questionId=1&…
The process of web development is changing rapidly. Developers are constantly working and researching methods with which they can enrich the efficiency of rendering, web pages, and web apps. One of th…
Hey guys, I was working on my personal website when I reached an issue, HOW TO SUBMIT MY MESSAGE FORM. My site was a static site, I didn't want to add a backend so as to not make my website heavier, s…
I really like using Fiber but sometimes have to find solutions for problems that could be solved in a somewhat straightforward way using other frameworks like gin or go-chi. Anyways, I do enjoy trying to find solutions even though they some…
In a previous blog, I created a static website for The Bucket Game in this blog I am deploying that static web page on docker. To deploy, first I need to create a Docker Image that contains index.html…
Welcome to my blog, hope you are doing well and staying safe. I'm here simply to discuss about my recent experience learning solidity and what I have also learnt. So far learning solidity has been a wonderful and whole new experience for me…
C# version 9 introduced the ability to make anonymous functions static. Read further for a quick explanation about why they were introduced, what problems they solve and when you should use them. The …
In this article, we will learn about Webpack and how to use Webpack loaders to import external files while making use of Webpack. Webpack may not be straightforward at first, but you will get the ha…
I was building my personal website using a static site generator called Hugo and I faced a hugo-extended version issue while deploying it. I found very less resources while I tried to resolve the issu…
OOP task I ran into a setback that I never encountered before. There is a class that needs to have a field of it updated, according to how many objects of the class are initiated. It also must update previously made objects. That is not a p…