Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to gain real world programming skills when you don't work for a software company [closed]

Tags:

c#

.net

I work in the technical group at a large Architecture firm. While there are a number of people here that are very proficient at various programing and scripting languages, it's far from the environment of the development environment of a software company. Rarely are there ever more then one or two people working on a development project, most of which are just automation scripts. There's no source control, or version control setup or anything like that.

My academic background is engineering but not CS or CE. So I've taking a number of programing classes in school, and actually tinkered a lot with VB back when I was a little kid. Yet it wasn't until this past year at my current job have I really had the opportunity to do any real development outside of homework problems in school. In the past year I've transitions from making simple automation scripts to full blow plug-in applications in C#.NET.

I have family and friends that are CS or CE majors, and work for companies whose main product is software. While have no interest in actually working for a software company, but it seems like they do have a major advantage over me. At their work they have people with more experience that can look over their should and give them suggestions to improve their code or logic. Sites like Stack Overflow are great for solving bugs and getting advice, but only when you know you need the advice. I'm sure there are many times when I'm taking the completely wrong approach to something.

What are some of the best ways to improve these real life programing skills? Is there a way to find open source projects (preferably .Net based) that I can help work on, so I can gain some experience working with other (more experienced) programmers? I've also been looking into design patterns, but have a hard time recognizing when to use certain patterns.

like image 991
Eric Anastas Avatar asked Jul 02 '09 19:07

Eric Anastas


People also ask

Can someone with no experience learn coding?

It takes a lot of time, work, and dedication to understand the basics of coding. It's like learning a new language, which takes a lot of time and effort. However, once you've successfully learned a second language, you can generally learn a third and fourth without much trouble.

Can Elon Musk code?

He is a self-taught programmer and while his programming skills may not be as proficient as the top programmers, yet, he knows Java, Python, C, Pearl, Shell, ML stacks, and wrote OpenAI libraries.


1 Answers

Find a coding hobby project that interests you. If you find it interesting you will spend way more time working on the code than if you are doing it simply to learn.

As far as

Is there a way to find open source projects (preferably .Net based)

go to SourceForge and find something that looks interesting to you and get involved. Again emphasis on interesting. Don't worry too much about how practical it is.

like image 189
William Edmondson Avatar answered Nov 10 '22 02:11

William Edmondson