13 Useful VS Code Extensions For Devs - Useful visual studio code extensions for developers
Because there are so many plugins which can be used for Visual Studio Code, it’s easy to get lost and forget about some useful extensions.
This is the reason I would like to share with you ma favorite extensions for VSC for front-end development.
Loops in Python Comparison & Performance - Compare python loops and verify their performance in ms.
This article compares the performance of several approaches when summing two sequences element-wise:
-Using the while loop
-Using the for loop
-Using the for loop with list comprehensions
-Using the third-party library numpy
How to Create Image Recognition - Tutorial - How to Create Image Recognition With Python
This article presents a relatively simple approach of training a neural network to recognize digits. This approach uses an ordinary feedforward neural network. The accuracy of the model can be further improved using other techniques.
Tutorial - How to Create a Chatbot - Today I'll show you how to create chatbot step by step
This article shows how to create a simple chatbot in Python using the library ChatterBot. Our bot will be used for small talk, as well as to answer some math questions.
Here, we’ll scratch the surface of what’s possible in building custom chatbots and NLP.
7 best Python IDEs for machine learning - The Best Python Code editors for Machine learning
Most well-known IDEs have support for Python, one of the most popular programming languages.
This article describes several widely-used Python IDEs, suitable for data science, machine learning, web development, and so on.
React vs Angular vs Vue - Comparison that shows pros and cons of React & Angular & Vue
I would like to compare those three frameworks in different planes, like the number of jobs on the market, performance, learning curve, popularity, etc. I hope this will help you to make your choice or convince you that each of them is worth some attention.
React.js Performance Tutorial - 15 steps that will improve performance of your React app
Building applications sometimes can be a bit challenging, especially when we need to build a fast and good-quality application.
To help you with that, I’ve created a few hints and tips which you could use to make your app very fast.