Tag: How to
-
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
-
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
-
Best Kubernetes certifications for 2023 [ranked]
Posted on October 24, 2023, Level beginner Resource Length medium
Looking for the best Kubernetes certification? In this guide, I explained the best Kubernetes certification along with other free choices, so you can choose the best one for you. Kubernetes is growing in popularity day by day. A survey conducted by Cloud Native Computing Foundation (CNCF) reported that 96% of the respondents are either using or evaluating Kubernetes. By Bibin Wilson.
Tags kubernetes containers learning how-to cio devops
-
Scanning Terraform code with Checkov: Comprehensive guide
Posted on October 18, 2023, Level intermediate Resource Length medium
Learn how to enhance your Terraform code's security by using Checkov for scanning. Our step-by-step guide walks you through the process, ensuring your infrastructure is secure and compliant. By Arun Lal.
Tags kubernetes containers learning how-to devops infosec
-
Eight tips for junior software developers
Posted on September 7, 2023, Level beginner Resource Length medium
The software development industry is continually growing and evolving. As new technologies emerge, the need for skilled developers grows. This can make it challenging for junior developers looking to break into the industry. By Temitope Oyedele and Tomas Ferna.
Tags software app-development web-development how-to learning
-
Kickstart your Kotlin journey: Essential tips and tricks for beginner app developers
Posted on September 6, 2023, Level beginner Resource Length long
Kotlin, a modern programming language developed by JetBrains, has gained immense popularity among app developers in recent years. With its concise syntax, interoperability with Java, and powerful features, Kotlin has become the language of choice for Android app development. In this article, we will explore why Kotlin is a great choice for beginner app developers, how to get started with Kotlin, and essential tips and tricks to enhance your Kotlin app development skills. By lset.uk.
Tags kotlin app-development jvm how-to learning
-
Terraform vs. Ansible: Key differences and comparison of tools
Posted on September 5, 2023, Level beginner Resource Length medium
Ansible vs Terraform battle continues to escalate as the DevOps environment focuses more on automation and orchestration. These two tools help in automating configurations and deploying infrastructure. Terraform offers to deploy Infrastructure as a Code, helps in readability and lift and shift deployments. Ansible is a configuration management tool for automating system configuration and management. By Sandeep Kumar.
Tags ansible app-development devops how-to
-
How to publish an Android app on Google Play Store: Step-by-step guide
Posted on September 3, 2023, Level beginner Resource Length long
When the application development process is completed, it's high time to introduce your special product to the world. First publishing may be thrilling and tricky. Today, we will guide you through the release process on the Google Play Store, which is undoubtedly the leader in the number of published apps and users. By Julia Rasich.
Tags web-development app-development android frameworks how-to
-
Five useful JSON tools to improve your productivity
Posted on July 29, 2023, Level beginner Resource Length medium
JavaScript Object Notation (JSON) is a lightweight data-interchange format that is widely used in web applications and APIs to transmit data between servers and clients. JSON is a popular choice for data storage and exchange due to it being human-readable, platform-independent, and capable of supporting complex data structures. In this article, we'll explore five useful JSON tools that can help you improve your productivity.. By Hassan Djirdeh.
Tags json app-development how-to software
-
Two-factor authentication in Scala with Http4s
Posted on July 28, 2023, Level intermediate Resource Length short
This article is a continuation of the authentication methods t- here we will cover two more advanced authentication methods which include One Time Password (OTP) and Two Factor Authentication (2FA). By Daniel Ciocîrlan.
Tags java app-development how-to infosec jvm