Programming Journey

Re: Programming Journey

I know a lot of people die to get into gaming industry whereas I never did. I don't even play games at all,lol. There is pressure but not extra hours, never seen.

Re: Programming Journey

Oh just realized , we are too much into technology even talking about it on Eid day. :hehe:

Re: Programming Journey

That's great. So how do you like game development? What other technologies are using for it (apart from Java)?

Re: Programming Journey

I am getting used to like but not a huge fan. At the moment, using Java as I recently joined. More to come :p and you?

Re: Programming Journey

My game development efforts have mostly been using C# and XNA. I'll like to try out Direct X but just haven't had the time to get into it.

Re: Programming Journey

Experts, Share the tips for better coding?

Re: Programming Journey

I found myself some

Ten tips for coding
Learn to touch type
Name variables and subroutines descriptively
Type rather than read
Write software that interests you
Read stack traces from the top line down
Aim to write the smallest working program possible
Google like crazy
Build programs one step at a time
Ensure braces always pair up
Format code correctly

Re: Programming Journey

I can just about programme the microwave to work...:(

Re: Programming Journey

Spring, Servlet which one should be learnt first after learning Core Java?

Re: Programming Journey


servlets

Re: Programming Journey

Are both used for web apps?

Re: Programming Journey

yes but spring is a framework which provides much more than just the socket connectivity for the Web Servers. consider this servlets are bi-cycle while spring is ducati monster. Ofcourse, you can start riding the ducati monster but you would never understand the basic concepts of webapps. you would never know why spring is needed when everything can be done in servlets, you would never understand what those XML configurations are and how the corresponds to underlying servlets/filters etc.

Spring at the backend does use servlets ... servlets on the other hand is just an implementation recommended by JEE for webapps/servers.