11 Things You Didnโt Know Were Possible With a PDF417 Barcode
PDF417 is an extremely popular barcode. Itโs a type of stacked linear barcode, and there are a wide range of applications for it, like ID cards and driver licenses. But did you know that you can do even more with it? Thatโs right, there are many special features you can use in a PDF417 barcode […]
The Factorial in Java
I’ve just been writing a blog about the factorial function, and I want to share with you a few observations I made. First off, it is good to be reminded that there is a looping solution to the problem. It’s not obvious that there would be an elegant looping solution to the problem. I didn’t […]
Top 10 Must Have Tools For Testing and Debugging
In the web development industry, there are numerous tools available for web developers to test and debug. These tools come in handy for every web developer. You can find several articles about different types of tools for testing and debugging in the web. Today we are going to share top 10 must have tools for […]
Do You Want to Become a Web Developer? Hereโs What You Need to Know
Do You Want to Become a Web Developer? Hereโs What You Need to Know Is it hard to become a web developer? If youโre one of the many people wondering how to become a web developer, this article is for you. In fact, I’m going to show you how I went from 0 to 6 […]
17 Best VS Code Tips and Tricks
A list of useful tips and tricks for using the code editor as well as how to perform a good setup with it. This article is a collection of tips, tricks, hacks, tweaks, and goodness that I have picked up over the years while working with VS Code. Itโs aimed at developers who are already […]
How can blockchain improve our modern lives? An article about the uses of blockchain.
The blockchain is a globally distributed ledger, capable of recording and permanently storing any kind of data. This distributed ledger is protected with cryptography, which makes it resistant to attack and alteration. The term โblockchainโ has become quite popular in the last few years, but not everyone understands the technology that underpins it. In this […]
honeycode| A way to keep your software fresh with the latest technology. We all know is hard to keep up with all the latest frameworks and libraries and how quickly everything changes.
What is honeycode ? A way to keep your software fresh with the latest technology. We all know is hard to keep up with all the latest frameworks and libraries and how quickly everything changes. How it works ? honeycode is a C So, what is HoneyCode? It’s a way to keep your software fresh […]
7 Tips for Writing Clean Code
Writing clean code is what you must do in order to call yourself a professional. There is no reasonable excuse for doing anything less than your best. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability. The total cost of owning […]
All About Agile Methodology
Agile is a methodology that has been around for quite some time now and was initially meant for software development. It is a set of values, principles, and practices that can be applied to almost any project. Many companies have been looking into it recently, but they still donโt know much about it or how […]
How I Built an Website In Under 20 Minutes
I have been a fan of CodePen.io for a while. When I saw their recent announcement that they were introducing the ability to use CodeSandbox with React, Vue, and Angular I had to check it out. It is an amazing tool for front end developers to easily create and share code. I decided to put […]
