© 2023 Hashnode
#programming-languages
Programming languages are the building blocks of technology, and they continue to evolve and adapt to the needs of the industry. In 2023, certain programming languages will be in high demand, and lear…
Hello, and welcome to my first Hashnode article! I am excited to begin a new article series on the Python programming language. This series is for you if you're just starting with programming or if you want to learn more. We will examine th…
Exception Handling in Java In Java, there is a powerful mechanism for handling run-time errors. This mechanism is known as Exception handling. Exception handling is used to maintain the normal flow of…
Introduction In this article, we will see how we connect to a dockerized instance of PostgreSQL, Redis and MongoDB from an Asp.Net Core project. We will be using the docker-compose file to pass on the…
…introducing myself! My name is Lyka Sal-long, sometimes Lyka Mabanta Sal-long, sometimes Lyka Sallong, DJ 7YK4, Kiks, lots of many names. But for Hashnode purposes, my name is Lyka Sal-long. I’ve bee…
JavaScript (JS) is the most popular lightweight, interpreted compiled programming language. It can be used for both Client-side as well as Server-side developments. JavaScript also known as a scripting language for web pages. JavaScript is …
Let's understand what is the usage of "this" keyword in JAVA. Whenever there is a naming Conflict between an instance variable and a local variable, this problem technically we call it as shadowing pr…
I saw many times that People say that HTML is a Programming Language but it is not true because HTML is not a Programming Language But it is a Markup Language. Now You thinking what is the difference …
Introduction Let's say you got a temporary job as a secretary while learning to be a software developer. Your daily job includes getting the information of all individuals who visit your boss. The inf…
Vue data interpolation and directives are core features that make the framework distinctive. The interpolation and directive properties make Vue easier and simpler to write. If you are familiar with t…