47 followers
Hi there! Welcome to my blog.
Subscribe to my newsletter and never miss my upcoming articles
INTRODUCTION Web 3 has been a word gaining a lot of popularity recently, and it's been trending, and opportunities have stemmed from this field. Some know the word Web3 exists but do not know its meaning. Some people also mistake it for Web2 or find ...
INTRODUCTION Authenticating or verifying users is essential while building secure apps to prevent unauthorized access, and also, to keep an individual’s information safe. In Django, authentication can be done with the in-built libraries and classes, ...
INTRODUCTION One of the features Julia has to offer is Interoperability. Language interoperability could be defined as the ability for two or more languages to interact or communicate for effective data transmission in a system. P.S: I wrote on Inter...
INTRODUCTION Client/server architecture and many distributed computing systems use multiple languages and technologies for differing parts of their system. The difference in these languages or technologies could pose a serious barrier to creating a w...
INTRODUCTION Modern high-traffic websites must handle hundreds of thousands, if not millions of the concurrent user or client requests when returning accurate text, images, video, or device data in a timely and consistent manner. As a result of this ...
In this article, I'd be explaining the following concepts in the Julia programming language: Variables, Expressions, and Statements. P.S: If you have no idea of what Julia is, you can read up here. Let's dive in... What are Variables? Variables can b...