© 2023 Hashnode
#code
I want to preface the following anecdote by saying pirating games is unethical and should not be done. Imagine this, you want to play a game on your pc but it is not available in your country…so you d…
Code and No Code are two popular methods for creating software and other digital products. Both have their advantages and disadvantages, and choosing the right one depends on your specific needs and g…
For many of us, coding might be a new concept and often when we dive into this domain, people around us are always talking about new concepts and technologies which eventually creates peer pressure and we will like we can't handle this, but…
If you are just getting started with PHP, you would find this useful. While Working directly with php and laravel and accessing the admin page, you might experience the 403 forbidden permission access…
Written by Dave Sweeton, Chief Technologist at Stout Systems One aspect of my job as Stout’s Chief Technologist — and one that I really enjoy — is reviewing code bases. I get to do this somewhat regul…
I have developed a project using Html.This is my first mini project.The overall experience is awesome.I faced a lot of problems but I solved it. Hereis my first mini project code :- <!DOCTYPE html> …
Misplaced responsibility is a code smell that refers to a class or module that has responsibilities that do not properly align with its intended purpose. This can lead to a number of problems, such as…
Python yes in double quotes! The most happening thing in life currently. Students who are pursuing their engineering are often told to choose one language as their professional language, Yes, even I a…
Encapsulation : Encapsulation is a technique in object-oriented programming where the internal state and behavior of an object are hidden from the outside world. It is one of the four fundamental prin…
TL;DR The Code As usual, the example code is available in my GitHub repository: https://github.com/dirien/quick-bites/tree/main/rust-json Introduction In this blog post, I will show you how to seria…