Tag: Programming
-
How to learn Scala for data engineering?
Posted on December 13, 2023, Level beginner Resource Length long
Scala has been one of the most trusted and reliable programming languages for several tech giants and startups to develop and deploy their big data applications. Top companies from Netflix and LinkedIn to Foursquare and AirBnB take advantage of the many benefits of Scala in reliably developing their platforms and integrating with state-of-the-art machine learning models. By ParamRaval.
Tags data-science scala big-data learning programming
-
Tech stack: Meaning, examples & explanations
Posted on December 12, 2023, Level beginner Resource Length medium
Understanding the concept of a tech stack is essential. In this blog post, we look at the meaning of the term "tech stack," explore its components and provide examples of common tech stacks. By Daragh Ó Tuama.
Tags web-development app-development learning programming javascript
-
How to use Kaggle for data science
Posted on December 9, 2023, Level beginner Resource Length medium
Kaggle is the largest platform for data scientists and machine learning experts, offering aspirants with the most hands-on experience in the complicated field of data science. Due to this, experts have high praise for the Kaggle community for its role in data scientist upskilling. The study of any subject requires classification. If you want to crack open all the data types for the juicy information inside, check out the different types of big data articles here. By Abhresh Sugandhi.
Tags data-science how-to big-data programming learning
-
What is code smell and how to reduce it?
Posted on December 8, 2023, Level beginner Resource Length medium
In today's digital world, when having good and reliable software plays a crucial role in the operational processes of every business, the developers bear the responsibility to produce high-quality code. However, that's easier said than done. They may encounter various challenges during the development process that can lead to unintentional mistakes, resulting in what is known as code smells. But what is code smell? By softteco.com.
Tags learning code-refactoring how-to programming performance
-
The current state of quantum computing
Posted on December 7, 2023, Level beginner Resource Length long
Understanding the concept of quantum physics lays the foundation for distinguishing how quantum computers differ from classical ones. Unlike the binary logic used by classical computers, where computation is confined to zeros and ones, quantum computers leverage a state known as superposition, which allows for simultaneous existence of zeroes and ones. By Rich Tran and Franz Klein.
Tags robotics programming open-source frameworks
-
AI for programmers
Posted on November 30, 2023, Level beginner Resource Length long
With the growing discussions about the integration of artificial intelligence (AI) into software development via tools like ChatGPT and Github Copilot, author has explored these AI-driven coding aids for some time. Initially, he engaged with Tabnine, a tool similar in function to Github Copilot, albeit a paid service, and his initial experiences were less than satisfactory. Subsequently, author approached AI-based products from other companies with a certain degree of skepticism. By Michał Szulczewski.
Tags ai scala how-to machine-learning app-development learning programming
-
Improving Node.js performance using Rust
Posted on November 10, 2023, Level beginner Resource Length medium
Node.js is a popular JavaScript runtime for writing backend applications. Its flexibility and nonblocking nature have made it the premier choice for API consumption. It's important to note that Node.js, which is single-threaded, isn't ideal for heavy computational tasks as blocking the main thread with lengthy calculations can lead to performance issues. Fortunately, Node.js supports worker threads, providing a way to handle such intensive tasks without blocking the main thread. By Anshul Goyal.
Tags learning functional-programming how-to programming performance
-
Importance of code reusability in software development
Posted on November 9, 2023, Level beginner Resource Length medium
Explore the power of code reusability in software development. Learn best practices for efficiency, cost-effectiveness, and superior software quality. By Anupam Pal Singh and Harshit Paul.
Tags oop learning big-data code-refactoring programming php
-
How to stream JSON data using server-sent events?
Posted on October 17, 2023, Level intermediate Resource Length medium
Server-Sent Events (SSE) is a simple and efficient technology for sending real-time updates from the server to the web browser over a single HTTP connection. By @workfall.com.
Tags python programming web-development app-development event-driven
-
How to use Scala for data science
Posted on October 6, 2023, Level intermediate Resource Length medium
These days we widely use Scala in Data Science and Machine Learning fields. Scala is a small, fast, and efficient multi-paradigm programming language built on a compiler. The JVM(Java Virtual Machine) is Scala's main advantage . Scala code is first compiled by a Scala compiler, which generates bytecode, which is then transported to the JVM for output generation.
Tags scala programming data-science akka big-data
-
Code refactoring in Java: Tips, best practices, techniques
Posted on October 5, 2023, Level beginner Resource Length short
Java Code refactoring is the practice of restructuring and improving existing code by making small incremental changes that do not impact the external behavior of the code. Code refactoring involves changing the internal structure of the code to improve readability, performance, maintainability, and efficiency without breaking the code's functionality. By Digma.
Tags programming data-science ai code-refactoring teams big-data
-
ChatGPT-4 for developers: How to debug, refactor, and fix code
Posted on October 4, 2023, Level beginner Resource Length short
Our guide explains the use of ChatGPT in programming. Know how to leverage ChatGPT for code completion, bug fixes, refactoring code and code reviews. By Aravind Aby.
Tags programming data-science ai learning teams big-data