How to learn any Programming Language?
If you ask yourselves “how can I learn a programming language?“, Ask yourself “how did I learn English or Tamil or any other language?“. Yes, it is as simple as...
If you ask yourselves “how can I learn a programming language?“, Ask yourself “how did I learn English or Tamil or any other language?“. Yes, it is as simple as...
Welcome to GUVI Blogs and this is Rajaraman. Choosing a mini project is often a difficult task for college students. So we, at Team GUVI, thought of coming up with...
Hi friends, This is Rajaraman. And I am back with an important update. I am here today to talk about the life changing Hackathon experience of 4 youngsters from rural...
Value type -> A variable which holds data in its location. Reference Type -> A variable which holds a pointer to another location which holds the data. Examples in C#:...
If you are a beginner in programming, plan your certification in about 6 months time. One of the most important usage of a certification is that “You will get to...
Follow this 3 step process in each of your code piece!! 1. Make the code work (Working code please) 2. Make the code right and better (Refactor) 3. Make the...
Hello Programmers, Day in and Day out, Rajesh was writing code. He was hard working, so he wrote code all the time. But whenever his manager asks him to change...
Hello programmers, If you have too many parameters in a method, you are definitely missing a structure or a class. Think about how to reduce the number of parameters. –...
Programmer: Who are you? Good Code: I am your best friend !! Programmer: Who are you? Bad Code: I am your worst nightmare !! Moral: Write Good Code...
Hi Friends, Welcome to GUVI Blogs again!! It’s story time and rewind to my college days!! That was my first reasonable project in programming. I had written a parser for...