Category
AskMeCode
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 […]
Here’s What You Can Do to Get Rid of Static Cling
Have you ever wondered why it is that when you pull something out of the dryer, it is covered in static? You may have even noticed that the more you shake the clothes out, the more static cling there seems to be. And then there are times when you are getting dressed and your skirt […]
A refresher on the rules behind JSLint
JSLint is a static code analysis tool used in software development for checking if JavaScript source code complies with coding rules. It was developed by Douglas Crockford. According to Crockford, one of the main benefits of using JSLint is that it improves code quality by making it more consistent and less prone to syntax errors. […]
Some Useful Tips And Shortcuts To Help You Code Faster
Code faster with these tips and tricks. We’re always trying to find ways to make programmers more productive. One of the most effective ways to do this is to master your tools, and one of the most common tools we work with every day is our text editor or IDE. In this post, I’ll show […]
What is CUDA and How Does it Work?
CUDA is a parallel computing platform and programming model invented by NVIDIA. It enables dramatic increases in computing performance by harnessing the power of the graphics processing unit (GPU). CUDA is a computing architecture designed to facilitate the development of parallel programs. In particular, CUDA provides parallel programmers with a small set of extensions to […]