Browsing Tag
computerscience
53 posts
Software Architecture Patterns: Space-based Architecture
Join Me Follow me on Twitter and Linkedin for more Career, Leadership and Growth advice. Intro Space-based architecture…
Overcoming Procrastination: The Key to Success for Developers
Procrastination is a common problem among developers, and it can have serious consequences for both individuals and organizations.…
LeetCode’s Running Sum of 1d Array – Highly Efficient Java Solution (Beats 100% In Runtime And 94% in Memory Usage)
Intuition My first thought on how to solve this problem is to iterate through the array and add…
How JWTs Could Be Dangerous and Its Alternatives
Introduction JSON Web Tokens (JWTs) are the most popularly used tokens for web authentication and managing user sessions…
The beginner guide to Spring Batch Processing- Part 1
Spring Batch is a Lightweight, compressive batch framework which is used to perform ETL tasks on bulk of…
Bitcoin Signatures From Scratch (3/4): Using The Magic of Elliptic Curves to Sign and Verify Messages
The series consists of four parts; each part uses the concepts discovered in the previous parts: The Magic…
Bitcoin Signatures From Scratch (2/4): The Magic of Elliptic Curves Combined with Finite Fields
The series consists of four parts; each part uses the concepts discovered in the previous parts: The Magic…
Bitcoin Signatures From Scratch (1/4): The Magic of Elliptic Curves
Intro to Series Elliptic curves are very simple. The Elliptic Curves Digital Signature Algorithm (ECDSA) is the crucial…
Explaining pass-by-value and pass-by-reference in C for 1st year IT student
TL;DR Pass-by-value: value of parameters in a function will NOT be changed after function is called. Pass-by-reference: value…
THE MOST DEMANDING JOB OF IT COMPANIES,FOR WHICH THEY MOSTLY HIRES –“THE JOB OF SOFTWARE ENGINEERS”
app.techlearnindia.com WHAT IS SOFTWARE ENGINEERING? Software engineering is defined as the method of evaluating user needs and then…