Software Development and Programming Careers (Official Discussion Thread)

Cynic

Superstar
Joined
Jan 7, 2013
Messages
16,153
Reputation
2,269
Daps
34,917
Reppin
NULL
on the flip side anyone who got experience in AI and MAchine learning will be able to eat off the hype which is another reason why i recently got back in python.

Where would you start with python ? If you had no programming knowledge.
 

Mike809

Veteran
Supporter
Joined
Oct 15, 2015
Messages
16,099
Reputation
3,651
Daps
82,106
Reppin
Bronx
i mentioned a while ago how i was about to start working on my capstone project to graduate.

I decided to go with a social platform site cater to those who love movies. People can sign up/login and
rate movies, add movies to a watchlist , or make list of whatever they want (like favorite nicolas cage movies). I dont know if ill be able to implement all of those features but those are just ideas.

I used spring boot for the back-end which i finished late last month , and now im working on the front-end with angular.

I feel like the back-end was the hardest part since i had to learn spring security (or at least enough of it) , mySQL and JWT.

hopefully ill be done with the bare-requirements by the end of this month , and then i can do whatever final touches/features it requires like users being able to add each other, and post comments under movies.
 
Joined
Apr 3, 2014
Messages
71,910
Reputation
17,058
Daps
305,944
i mentioned a while ago how i was about to start working on my capstone project to graduate.

I decided to go with a social platform site cater to those who love movies. People can sign up/login and
rate movies, add movies to a watchlist , or make list of whatever they want (like favorite nicolas cage movies). I dont know if ill be able to implement all of those features but those are just ideas.

I used spring boot for the back-end which i finished late last month , and now im working on the front-end with angular.

I feel like the back-end was the hardest part since i had to learn spring security (or at least enough of it) , mySQL and JWT.

hopefully ill be done with the bare-requirements by the end of this month , and then i can do whatever final touches/features it requires like users being able to add each other, and post comments under movies.





This sounds awesome bro. Keep us updated, man.
 

Rev Leon Lonnie Love

damned mine eyes, DAMNED mine eyes!!
Joined
Nov 11, 2017
Messages
21,905
Reputation
5,468
Daps
88,964
A big corp threw me bone and wants me to come for a technical interview for a Senior Software Engineer position for their cloud computing team :damn:

Im in shambles right now trying to find excuses to chicken out cause I dont wanna go make a fool out of myself :lupe:.
But at the same time I realize if I hit this lick, It aint gon ever be the same :wow:
Just got the news:mjcry:

At least they had the decency not to ghost me :wow:

Round 2 baby! The recruiter from last time reached out and they want me to try again for this new team they are putting together:blessed:
Just finished the application.....let the prep games begin :mjgrin:
 

DJSmooth

Superstar
Joined
Oct 22, 2015
Messages
3,945
Reputation
1,219
Daps
23,585
i mentioned a while ago how i was about to start working on my capstone project to graduate.

I decided to go with a social platform site cater to those who love movies. People can sign up/login and
rate movies, add movies to a watchlist , or make list of whatever they want (like favorite nicolas cage movies). I dont know if ill be able to implement all of those features but those are just ideas.

I used spring boot for the back-end which i finished late last month , and now im working on the front-end with angular.

I feel like the back-end was the hardest part since i had to learn spring security (or at least enough of it) , mySQL and JWT.

hopefully ill be done with the bare-requirements by the end of this month , and then i can do whatever final touches/features it requires like users being able to add each other, and post comments under movies.

This is good stuff here :salute:
 
Joined
May 10, 2012
Messages
19,382
Reputation
6,290
Daps
42,732
FEbK4zQVkAAzaZy
 
Last edited:

Dr. Acula

Hail Hydra
Supporter
Joined
Jul 26, 2012
Messages
25,779
Reputation
8,591
Daps
136,821
I'm working with python and learning it really as I work with it. You python dudes were playing on easy mode. I knew it a little bit before but never really done real programming with it.

I'm a c/c++ dude so handling my own memory and hard data types is how I roll. This forces you to have to get more creative for certain data structures or hope that an external library like boost has some similar template for more complex implementations similar to python.

When I came across nested dictionaries I admit I was jealous. Making a multi dimensional map in c++ is clunky as fukk and you have to predefine the depth before adding shyt and you have to predefine the type unless you do some (void*) casting. . With python you can just do it on the fly and don't have to care about types or depths. :wow:
 

Mike809

Veteran
Supporter
Joined
Oct 15, 2015
Messages
16,099
Reputation
3,651
Daps
82,106
Reppin
Bronx
Update on my project :





I still have to style it but ill probably do that once im done with all the logic. I also want to have the movie poster to be clickable ...and once you click on it...it will take you to the specific page for that movie where the user can comment ,rate and find more information about the movie like plot and trailers.
 
Last edited:

Rev Leon Lonnie Love

damned mine eyes, DAMNED mine eyes!!
Joined
Nov 11, 2017
Messages
21,905
Reputation
5,468
Daps
88,964
Update on my project :





I still have to style it but ill probably do that once im done with all the logic. I also want to have the movie poster to be clickable ...and once you click on it...it will take you to the specific page for that movie where the user can comment and rate.

you love to see it. Keep going young breh, you on the right track :blessed: :wow:
 

Dr. Acula

Hail Hydra
Supporter
Joined
Jul 26, 2012
Messages
25,779
Reputation
8,591
Daps
136,821
Update on my project :





I still have to style it but ill probably do that once im done with all the logic. I also want to have the movie poster to be clickable ...and once you click on it...it will take you to the specific page for that movie where the user can comment ,rate and find more information about the movie like plot and trailers.

Is this using an Imdb api? How are you retrieving the information for each movie?
 

Sonny Bonds

Superstar
Supporter
Joined
Apr 24, 2014
Messages
4,622
Reputation
916
Daps
13,254
What do y’all spend your professional development budgets on? I need to spend before years end.
 

Rev Leon Lonnie Love

damned mine eyes, DAMNED mine eyes!!
Joined
Nov 11, 2017
Messages
21,905
Reputation
5,468
Daps
88,964
Found a Lenovo Thinkpad T420 being sold for $220 around my way.....but the seller aint responding to my message. :mjcry:

Hope he aint sell it yet. Thats a steal for one with an i7 processor and an NVIDIA graphics card :ohlawd:
 
Top