programming (174)

What are the top 10 frontend development languages in 2022?

What are the top 10 frontend development languages in 2022? Which programming languages will be most popular with frontend developers next year? What technologies and frameworks are they adopting, and which ones are they leaving behind? It’s im...

John Smith · 1 year ago · 42

A Developers Guide to Upcoming Laravel 11 and It’s Features

What’s new in Laravel 11? As Laravel continues to evolve and grow, we can expect Taylor Otwell and the Laravel team to continue delivering a cutting-edge PHP framework that meets the needs of modern web development. By the time we ha...

Aditya Jani · 13 April 2023 · 79

Best Practices for Reusable Code in Java

Writing reusable code is an important aspect of software development, as it saves time, effort, and reduces the likelihood of bugs and errors. Java, being one of the most widely used programming languages, has several best practices that can help you write reusable code. These best practices include encapsulation, abstraction, modularity, design pa...

Sahil Saini · 05 March 2023 · 48

7 Reasons To Love The Rust Language

In the world of programming languages, Rust is relatively a newcomer, having been first introduced in 2010. However, over the past decade, it has gained a reputation as a powerful and efficient language, capable of producing fast and reliable softwar...

Oleksii Zubkov · 06 March 2023 · 116

Dart 3 in Practice: What the Major Language Update Will Bring Us

Dart 3 is the most significant language update since Null Safety, and it will change a lot about how we write code and what libraries we use. You can listen to a podcast to understand what exactly is changing in the language. Records, Anonymous Data...

Jacob Enderson · 1 year ago · 114

Introduction to JAX (AI Adventures)

NumPy is fast, but how can we make it even faster?  In this article, we're going to look at a new library from Google Research called JAX and see how it can speed up machine learning. JAX can automatically differentiate native Python and NumPy...

Alex · 3 years ago · 155

Machine Learning Foundations: Part 2 - First steps in computer vision

In the previous article Part 1 - What is ML?, you got an introduction to machine learning, and you saw how it works from a programmer's perspective by having you create answers and data, and letting a computer infer the rules that determine them. Thi...

Alex · 3 years ago · 72

Machine Learning Foundations: Part 3 - Convolutions and pooling

In the previous part 2 - First steps in computer vision,  you built a neural network that could recognize items of clothing.  Now that you've looked at fashion example for computer vision, you've probably noticed a big limitation for computer vision...

Alex · 3 years ago · 81

Machine Learning Foundations: Part 5 - Classifying real-world images

In this article we're going to look at how to use convolutional neural networks to classify complex features. In previsous part 4 -  Coding with Convolutional Neural Networks, you took what you had learned about CNNS. And you saw how to improve the f...

Alex · 3 years ago · 49

Machine Learning Foundations: Part 7 - Image augmentation and overfitting

Previous part 6 - Convolutional cats and dogs Over the last few articles, you've looked at convolutional neural networks and how they can be used for computer vision. You built classifiers for fashion, horses and humans and cats and dogs. But one the...

Alex · 08 June 2020 · 39

Machine Learning Foundations: Part 9 - Using the Sequencing APIs

In part 8: Introduction to Natural Language Processing, we looked at how you can tokenize words with simple APIs. This allowed you to turn words into numbers or tokens so that they can be more easily represented in a computer's memory. It's the first...

Alex · 23 June 2020 · 61

The Battle of C vs. C++: Unleashing the Power of Programming Languages

Introduction In the realm of programming languages, two powerhouses stand out: C and C++. Both languages have played a significant role in shaping the digital landscape and have been instrumental in the development of countless software applications and systems. While C and C++ share many similarities, they also possess distinct features that set...

Alex · 10 July 2023 · 81

Free PHP, HTML, CSS, JavaScript/TypeScript editor - CodeLobster IDE

In this article, we suggest you to get acquainted with the free editor of web languages - CodeLobster IDE. It is presented on the software market for a long time already, and it wins a lot of fans. CodeLobster IDE allows you to edit PHP, HTML, CSS,...

Alex · 09 September 2022 · 100

Backend Web Development

Backend web development is one of the most essential and critical parts of web development. It is a very important part to power your website and giving it a purpose. Thus, if you want to develop a meaningful and useful web application, learning the...

Katherine · 26 January 2022 · 110 · 2

What are the Top 10 Python Frameworks for Web Development in 2022?

The future of web development, as we know it, is definitely influenced by Python. With the aid of the right tools, Python allows developers to create fast, secure and maintainable solutions in an efficient manner. It has become one of the most popula...

AnnaSharland · 28 January 2022 · 118

A Roadmap To Thrive As A Big Data Engineer

Are you interested in the following areas: Information Technology Math Analytics Problem-solving Numbers, graphs, charts, etc. If yes! Then big data engineering could be a great choice for you. This article will walk you through some of th...

Aileen Scott · 1 year ago · 972