© 2022 Hashnode
#programming-languages
Static typing Static typing is explicitly pointing out types of variables at compile time. Languages that are statically typed make you declare the types of variables before you can use them. Consider…
Introduction Solidity, A statically typed programming language designed for developing smart contracts that run on the Ethereum Blockchain. This is situation whereby codes which are called smart contr…
This is my first blog so I thought I should start this blog by writing Hello, World! just like we do with the programming. Hello, World! The first known Hello, World! program was written by Brian K…
This post will answer the questions like - What is static memory allocation? What is Dynamic memory allocation? What is compile-time? What is run-time? What are strongly-typed languages and weakly-typed languages? This post will also talk…
Having worked in a couple of multinational software companies as well as startups, I feel I have seen or at least heard about almost every type of software comment there is, I will try to list them, a…
Whether you are just a newbie or an expert. You need to keep tab of programming languages. Choice of programming language is a very important decision for any developer. There is always a lot of debat…
Do you want to learn Dart? Do you need application to learn on Android? Download Pro application from links . #dart #javascript #python #C_sharp #java چه زبان برنامه نویسی میخوای یاد بگیری؟ آموزش رایگان دارت با دانلود اپلیکیشن زیر Programm…
This blog is the second part of the Let's Simplify Golang Series. In the first part (Let's Simplify Golang: Part 1), we learned about all the basic concepts in Golang. In this blog, we would be learn…
Introduction GoLang is a fairly new language that first appeared back in 2009 created by Google developers. It is a statically typed and compiled programming language. It is similar to C in syntax but…
Hello techies welcome to my blog post for this week, I will be writing about Networking and Socket in Java, for this post I will be doing more coding in explaining the concept of Networking and Socket…