I swear I`m dealing with the most incompetent devs known to man on this one project I`m helping with.
Do tellI swear I`m dealing with the most incompetent devs known to man on this one project I`m helping with.
Do tell
here's fine... i am actually a chief technology strategist now for a pretty big region... i got promoted into this role last october.Not even talking about developing lol but I know you're getting to the money, and that's what everyone is here for. You said before you're an IT architect. What does it take? I can ask this in the IT thread if you're down to share.
They're sleepin on you.Recent graduate, 4ish years of Java and C#, the former in and academic setting, the latter in side projects and unofficial internships. Dabbled with C/C++, JavaScript, Python, and DLang. Android and .NET experience, slowly learning Angular 2. I've done UI, back end, game dev, mobile. I've led small teams, written documentation, done small scale applications from start-to-finish, REST API work, and even a little bit of SQL. I'm not a genius programmer by any means, but I like to think I'm more well-versed than a lot of other new grads.
It's hard to shine in these bullshyt ass coding tests. All I want is a shot and I can't even land thatThey're sleepin on you.
Ask yourself, family, or friends if they have a problem that they need solved. Maybe they need an Android app to do something, maybe they want a simplified version of another program. Take that, get as much information about what they want as you can, then make it. That's the easiest way to find a project.So im currently a sophmore in college , and im trying to build a project portfolio but i cant come up with any ideas on what to do .
anybody knows a good website for ideas? i mostly know java and some python.
I recommend you do a web project like which you can do in java with java spring framework or you can do it django using python. I'm pretty sure udemy has free courses or you can use youtube to watch step by step in developing a project.So im currently a sophmore in college , and im trying to build a project portfolio but i cant come up with any ideas on what to do .
anybody knows a good website for ideas? i mostly know java and some python.
I got a full stack job yesterday brehs: Node on the backend and another Javascript framework on the front.
I highly suggest going to meet ups. Plenty of Senior Developers attend them and can help get a recommendation.
Really appreciate the advice you all here have given, especially @kevm3
I'll have to echo what he's said: build projects and try to deep dive in one of them then deep dive in another. The Senior Developer who was interviewing me was giving me some real specific questions.
It's been a while since I worked on a meaningful side project. I shelved my C program in favor of a command line Java program. The idea is for it to run like you'd run javac or similar commands: app [-flag] [options]. In addition I'm doing it outside of an IDE. I'm making use of Maven as a build tool and jumping between VS Code and Atom for editors. I'll probably settle on VS Code because it's a more familiar feeling for me, but I like to dabble with other tools from time to time.
So far I've had to learn about:
Maven from the command line
Java and javac and their flags
Makefiles (I initially tried to use a makefile for a one-stop-shop solution to building and running, but quickly found out it's not suitable for a Java project with nested directories)
TDD. I'm trying to do it legitimately this time rather than getting bored writing tests and just writing code instead.
Java.util.UUID class. If only I had known about it a few years ago
Java.util.Properties class. I'm about to extend it and add a few enums and constants so later use is streamlined. Something else I wish I would have known about. I actually might do some further functionality to make it work with JSON rather than XML, but we'll see.
When it's all said and done I might see about getting it released to a Linux repository so it can be downloaded like a legit package.
It's about all I can do to make up for being passed over on some bullshyt . Portfolio build and add skills.