© 2022 Hashnode
So this article is for people who already know basics of C // program to find biggest number in an array using pointer #include <stdio.h> void bigg(int *x); int main() { int i; int a[10]; printf("enter the number: "); for (…
All of what you're about to read started back in 2017, when a new high school graduate knew he loved anything software related but clueless as to what directions to take, what niche to follow and focu…
I had a schedule change at work today and it's going to be awesome but I have to get used to it. Once my kids fell asleep and I also knocked out for a bit. I woke up and tried to push my codewar to GitHub so I can get May 17 box but I was t…
Months have past since I committed myself to becoming a software engineer. Reflecting on my journey thus far here are somethings that I feel are important: Your Learning Style Take time to understand your learning style! When embarking o…
Redpanda makes it easy to create a streaming data environment, while also keeping you API-compatible with Apache Kafka®. If you’re one of the many developers who already have Homebrew and Docker Deskt…
Data Transfer Objects (DTOs) are the basis of data validation in NestJS applications. DTOs enable various layers of flexible data validation in NestJS. In this publication, you will take a deep dive …
The software world is a world created by humans, without borders. and every developer creates something in this world. But there is a war that started unknowingly and is going to get even worse. This war is indirectly caused by the language…
Hey everyone, welcome to another article here we look at the most common question which is asked by all javascript beginners developers how much javascript should I know to jump into react? and the sh…
Like every desi, if you are unfamiliar with the Event Delegation. You tried to match it with your knowledge of the word meaning of the given word and 80% of the time it works. So it works here too. 😅…
Written by: Jacob Good, Ideas from Growth Mindset by Carol Dweck What is a growth mindset vs. a fixed mindset? You're learning new things. Maybe it's how to code. Maybe it's a new framework. Maybe it'…