#career-advice

1 messages · Page 167 of 1

smoky quest
#

Yeah, I have interviewed tons of people like that.
They are great at writing 5 lines of code.

Unfortunately, they aren't so great beyond the 5 lines of the core algorithm and their code is shit

blazing harbor
#

I remember this guy from University of Rochester, which is still a great school, but I wouldn't say CMU tier

#

guy is an absolute demon like back in hungary he won ioi, but ofc it's super hard to be full pay to the US, and hard to get into harvard/mit, etc

#

still found his way to JST I mean

#

def rare but when you look at how college admissions work and to be accepted with the flimsy 3-5% acceptance rate to programs like CMU SCS, you def mess out on a lot of good talent

smoky quest
#

yeah, I know folks who rejected JS to join us

blazing harbor
smoky quest
blazing harbor
smoky quest
blazing harbor
#

idk other than ramp, which I think is a stupid product, I wouldn't hold much above jst

smoky quest
#

Oh, we aren't in the quant space and do not work the same way

austere urchin
#

Ive got quick question for my fellow developers. I plan on creating a website that not only projects,but my computer science/programming ad my mathematics knowledge. A good example is a program the simulates the register of a cpu in the Computer Architecture section. Is this overkill??

harsh river
austere urchin
#

Yes

#

I plan on having an interactive interprete/compiler on the website so they can run it in C, Java, or Python

winged lichen
#

Which is better for programming, JS or Python?

upbeat cloud
#

Those are like 2 different languages for 2 separate things.. what are you trying to do?

winged lichen
buoyant seal
winged lichen
buoyant seal
# winged lichen Is it convenient to learn both?

You will increase market share u can work with. ¯_(ツ)_/¯
I would recommend learning one language in depth first though.
Both languages have... difficult learning curves. They both easy at start... and hard to master.

buoyant seal
# winged lichen Is it convenient to learn both?

Both languages have... high toll onto your... time to master and maintain them. I am personally not a fan of learning JS/TS ecosystem because i am already overburdened with Python and many others
If you would have chose learning TS in depth, potentially it would be less of a point learning Python for you

#

JS-TS and Python have... a lot of... ergh, intersection in their usefulness

balmy spade
#

What type of programming is being done? The project defines which languages should be used, not the other way around.

buoyant seal
#

Our company uses Python for 80%+ backend, and like JS/TS for frontend only
So... with learning both languages u will have a point of being able to work on both directions in a future

#

The problem is.. if u aim for full stack development, then u aim for full stack development... do u want this choice like or not

#

learning JS/TS + Python u can use them both either for backend or for full stack stuff pretty much
although both languages are also asked for other web job roles.

#

you can be even DevOps engineer in any of those two langs (some people write infrastructure code in TS with Pulumi)

#

Or with JS/TS, u can do even Desktop/Mobile stuff. very multipurpose lang that can do a little bit of everything

winged lichen
buoyant seal
# winged lichen Is it convenient to learn both?

I would prefer to say, learn the one u can like.
I liked Python enough to master it. I don't like JS/TS I don't learn it.
I chose to like Go, i learned it.
Now i chose to learn Java, just because i am interested in... its properties.

Learn languages you are interested in. Enthusiasm matters.
It can be even Rust 😅

winged lichen
#

I will be ss this and investigating which field I would like to dig in deeply first

buoyant seal
winged lichen
buoyant seal
winged lichen
#

Ahhh

#

What got you into coding/programming and what influenced you to learn a certain language?

#

Your providing high detail and big information for me so I thank you once again

buoyant seal
# winged lichen What got you into coding/programming and what influenced you to learn a certain ...

went through CS degree. We started with C++ because we were forced.
I changed to C#, because i got tired shooting into my own legs with C++ memory failures, and C# was more intuitively easy in general
Then in master's degree with python people just made stuff and it was faster to do.
And then dumb luck got me backend developer job after graduated after i published my resume in my local town / local hiring platform.
I always wished dealing with web sites, so... got hooked eventually.
They hired me doing stuff in Python because Python was mentioned in my resume as i dealt with already a bit.
TLDR: I learned Python because of random event, and due to having backend dev job in python, i mastered it to higher level.

Then i became fan of unit testing, auto validations with type safety (static typing) and discovered that... it is Extremely hard to encounter static typing devs in python
thus my road of learning went into Golang and now drives towards Java.
I desire writing code that is easy to maintain and read. I don't like shoveling... bad stuff in dynamic typed languages all my life 😅
I can make a clean accurate code i like to maintain in python, and i can clean previous bad code in it, Python is familiar evil to me at this point, but i would not wish to learn another dynamic typed runtime interpreted language. Python is enough to me. knowing one scripting language is enough for my career and for rapid scripting

winged lichen
#

I am super fortunate to have talked to you

buoyant seal
#

So.. consider may be u will not desire learning more than one dynamic typed language too 😅 (JS-TS or Python are good dynamic typed languages today)
Although may be u will have a different opinion on code quality and different wishes. That's my own path where i prefer to go.
I learned about code quality in different books i can share

Learning unit testing is always useful for average commercial grade code quality in any language and decreasing frustrations by many dozen times from continuing working with the project code.
https://www.amazon.com/Test-Driven-Development-Kent-Beck/dp/0321146530

This book teaches practice behind unit testing. On a specific example it walks you through how to have unit testing as part of your development cycle at every moment. It teaches you feeling how much gap between tests is allowed in your working code.

https://www.amazon.com/Unit-Testing-Principles-Practices-Patterns/dp/1617296279

This book teaches theory behind unit testing. For which goals to aim for, how to escape pitifals. It will explain you importance of unit testing and what kind of testing exists. This book is important to weaponize your skills to an average commercial level development.

winged lichen
#

It is a good path though, the one you took. I think i'll stick to python for now and if i still want to master another code or learn it above the basics (dynamic typed) I'll try doing it with no burden of thought behind it .

#

Can TS do unit testing?

buoyant seal
winged lichen
#

Python does aswell yes?

buoyant seal
winged lichen
#

is pycharm an accepted form too?

buoyant seal
# winged lichen Can TS do unit testing?

unit testing is trivial concept that is easy to do in backend, depending on how... much good or bad was code architecture choices were made.
if writing application unit testable from the start and not making extremely bad choices to screw up code architecture, it is possible acheiving 90%+ unit testing coverage without problem
in frontend... unit testing is way more complicated, and static typing is.. usually more important kind of.

buoyant seal
# winged lichen is pycharm an accepted form too?

it is not important which IDE u use in Python/JS-TS. everything is runnable from CLI for unit tests.
IDE is nice to turn on for features like Visual Debug during unit test execution though, makes really easy debugging them and writing code right from unit tests

winged lichen
#

Are there any specific computer brands better to do this type of work better than others? Or are they all the same?

#

I am currently on macOs and have not experienced any problems, the only problem was trying to access python but then I saw I have to use another app to execute it .

buoyant seal
# winged lichen Are there any specific computer brands better to do this type of work better tha...

u a asking at the moment Backend developer, DevOps engineer that uses Docker and infra tools a lot, while developing for Linux servers only.
As person dealing within infrastructure i like adhering to practices that there should be less differences between development and staging/production env https://12factor.net/
For my usage cases, Linux will be always better to work with. And preferably with Amd64 Cpu architecture, because Docker ecosystem is still CPU architecture depended and runs on Amd64 CPU in general.

So... i am very biased against having Mac. I see no point in having it or overpaying 3 times price for it. OS that is harder to work with for web dev, and CPU architecture that is incompatible with 90%+ of modern applications
(I am at the moment trying migrating server infrastructure to Arm64 for cost efficiency, it is somewhat bumpy road 😅 )
With working with web tech on Mac (and Windows) You will be always.. having.. third world level of support to do things for the purpose of development for Linuxes.
Mac and Windows fans tend to ignore all those problems and continue working from them anyway.
You can practice mangably more comfortable web today even from Windows with WSL2, which is basically just having Linux VM pretty much more intergrated with OS...
... but i don't want those problems, i just work straight from Linux
Without using Linux, u will eventually find yourself using VM/ssh tech for every minor action dealing with development for Linux servers. I don't have those issues and can do everything at my own dev machine directly

#

So.. Mac/Windows fans will be always persuading you that u can develop from it fine for web everything
I disagree, there will be always more problems developing for Linux servers not from Linux machine

#

As person with Mac, docker will work for you only from Docker Desktop with Linux VM under the hood. So u will be using Docker only over remote connection
And as person with Arm64, while people did not migrate to arm64 entirely, u will not have everything compiling and working as it is working for the rest of the world still living in amd64 architecture.(your Macs today are arm64 cpu architectured)

winged lichen
#

Thats all true , Mac fans convinced me it was supposed to be a better piece of technology to work with while doing online tasks, jobs, commisions, overall everything tech related or web related.

#

Linux is the one i should be aiming for then yes?

buoyant seal
buoyant seal
# winged lichen Linux is the one i should be aiming for then yes?

if you aim working in field related to web/servers, backend/devops/data engineering or even frontend/full stack stuff
u will find easier time doing it from Linux, because... 99%+ modern servers run on Linux
People use Windows for servers only if they are ancient mammoths. Very uncomfortable experience.
MacOs is not having servers as far as i know at all.

outer granite
#

Is it good to add a portfolio in a resume?

buoyant seal
# winged lichen Linux is the one i should be aiming for then yes?

if u are going to develop Windows Desktop apps, easier to do from Windows (ergh, Gaming easier to do from Windows too)
If u are going to develop Desktop or Mobile apps for MacOs/IOS, there is a point doing it from MacOs
In the rest of cases Linux is better default, especially best if you develop any web/server related stuff

winged lichen
balmy spade
# outer granite Is it good to add a portfolio in a resume?

You should have a portfolio, when it makes sense. You should also have a resume. They shouldn't be the same thing. The resume is a single page document focused on highlighting the skills you have which benefit the company you're applying to.

hearty island
#

guys, i did some networking and i think i can set up a brief conversation with someone!

#

i'm gonna do some researching on the company so i don't make a fool out of myself

vapid jay
#

trying to install pytorch but im getting this

white relic
pine sleet
vapid jay
hearty island
#

YOOO

#

i just got a job referral from someone on fishbowl!

hearty island
#

it’s for BDO LLP, this accounting firm

#

holy shit i got a referral link for tiktok too

#

this app is worth its weight in gold

true harness
#

if the app is virtual, does that make it worthless

hearty island
#

not sure how to answer that, i'll ask the gods of fishbowl

keen phoenix
#

is it possible to start freelancing after learning python?

hearty island
keen phoenix
hearty island
keen phoenix
#

python is the first language i am learning

hearty island
keen phoenix
inner wrenBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

keen phoenix
#

thank you

terse acorn
icy zealot
#

Hi

craggy nacelle
#

Hi,
I have done DSA 101. I am itching to apply it to real world tasks. How to go about finding a gig to get started ? I want to grow as a software dev engineer.

smoky quest
craggy nacelle
# smoky quest Hi! Make projects and have fun! And don't forget that a CS degree is the path of...

I think I didn't explain my position fully. I have built backend systems and frontends (by learning on the job and tutorials). The focus so far was delivery , albeit hacky.
Off late I realised that I need to go back and learn the basic principles of CS. Did DSA and fell in love with it.
Now I want to work on the ground floor - work on a small piece of a system that someone else owns.
But I am not sure how to go about it. Freelancing sites and the whole bidding thing is so cringe. I would love to just intern / part time work for someone. Entry level too is great! But not sure how to go about it ...

smoky quest
craggy nacelle
smoky quest
craggy nacelle
smoky quest
terse acorn
#

How much time does it take to create a web application ?

smoky quest
terse acorn
#

Wait WHAT ?

smoky quest
#

BETWEEN 1 DAY to 10 YEARS

terse acorn
#

10 years what the hell , I wanted to make an application that analyses a students performance based on his grades and recommends study material , how much time will that take ?

smoky quest
#

So think about the requirements, what needs to be working, what needs to be true and decompose them. It will be easier to work out an estimate from it.

terse acorn
#

Wow , you explained to me so well , THANK you 🙏

#

The thing is I am just starting, I practiced python for a few months until I had some level of understanding , I was able to make some applications.I am now going towards django and then I will go towards understanding HTML and CSS , if you can provide any insights, it would be of great help

smoky quest
terse acorn
#

If I am required to answer generally based on my limited knowledge , I would say Data visualisation and some kind of code that is available to all users irrespective of their device , I am looking for a web app so I think I would need APIs to fetch information from the internet about study resources , I also think there should be a server to provide a more accurate understanding of what difficulties a student is facing, it can even be mental issues like anxiety and depression based on this comprehensive survey , I think Chat GPt or some other tool is required to be able to understand and recommend the material

smoky quest
terse acorn
#

Yes my web app should be able to provided a personalised experience and I think identifying a student is a key process to accomplish that.I don’t know what exactly you mean by storing specific data though so can you explain

smoky quest
#

So make a list of all of this, and try to understand what type of code you would need to write for each of these
From there, either you need to subdivide them more or you can give a rough estimate

terse acorn
#

Why didn’t I think of that :()

smoky quest
#

it can be overwhelming the first time

terse acorn
#

It is , I am no where near to the skills required but I hope I will be with consistency and determination

smoky quest
terse acorn
#

Yess , okay I will 🙂

tawdry sable
#

ok thanks i picked blackrock then tradeweb second

mortal kite
#

A position I am interested in has questions about my academic performance on the application. What is a good way to say "I never really cared about grades, since where I went to school, good grades just meant you were good at memorizing a lot of stuff in the short term and filling in circles. I was more interested in actually learning and understanding the material, and placed a significantly higher value on understanding the world around me."

white relic
#

If a person I were interviewing said something like that, I would wonder what other menial tasks you would deem unimportant enough to skip. Like recording your time or filling out tickets or attending meetings...

#

acting superior for not caring about grades isn't a good look

#

it would be better to emphasize, yeah I didn't really put in the effort back then, but I've grown as a person since school

mortal kite
#

I was trying to paraphrase Feynman, but I guess that doesn't fly in an interview.

#

I'm trying to get across that I care more about knowing than being known.

umbral frigate
#

I'm sure that there is a way to do that and still look like you try. In interviews, first impressions really do matter.

mortal kite
#

"I don't really remember how I did as it has been fifteen years, but I know that my grades weren't the best. I never really tried, as I didn't want to stick out and be a target for bullies." although that was more how I was in middle school than high school.

white relic
#

Quoting Feynman probably works better if you have a Nobel prize

mortal kite
#

Which is hilarious given how much contempt he had for the concept of the nobel prize.

umbral frigate
mortal kite
#

So what is a good neurotypical and/or business-friendly way of saying "I cared more about the concept than the numbers on a piece of paper"?

#

Since I bet I have to keep that damn neurological mask on for the duration of the interview process.

white relic
#

Contempt for the process isn't really something you can afford to have when you're being judged by it.

#

Feynman can dunk on the Nobel all he wants. He was an important physicist without it and his work would stand alone

#

Me personally, a Nobel would be the apex of my career

mortal kite
#

Meh.

umbral frigate
#

You really need something that you can balance on.

#

Without a good achievement, say high SAT, job experience or some prize, then you can't really say that caring for the concept did anything.

mortal kite
#

Why do you need an external reward?

mortal kite
umbral frigate
# mortal kite Why do you need an external reward?

It just kinda reinforces the fact that the grading system was indeed pointless and that you were more optimal just doing it your own way. Having something to show really helps in interviews. (not from experience btw, it could be different for you)

mortal kite
#

I guess it all comes back to my favorite rant about how the American public education system is still optimized towards producing physical laborers rather than knowledge workers, although I do not know if that has changed since 2010.

#

I care more about the joy of learning than being recognized for being learned. I guess I can say that that is one of my weaknesses in the professional world.

#

I will save a rough draft and meditate on this feedback, clearly I need to think this through more carefully.

cosmic yarrow
#

is there anyone who can give me an interview for 30-40 minutes about theatre for my course work, i need big data and the deadlines are on fire?…. I also need 2 men for this project 👨🏻

umbral frigate
fringe sphinx
near ocean
#

Kind of a red flag imho, why are they asking about high school

white relic
#

Actually yeah that's a good point

near ocean
#

Got me thinking about HS now, it's been 10 years, damn
The inevitable march of time and whatnot

white relic
#

👴

near ocean
umbral frigate
mortal kite
#

I did some digging, and they don't match on the 401(k) which is a dealbreaker for me. Already removed them from the list.

near ocean
#

Based

gritty rivet
mortal kite
#

I like to think in the long-term.

#

I've been getting 15% for the past five years.

near ocean
#

I think its a decent filter
Definitely would not consider an opportunity if it didnt match pay into my pension

#

(maybe if it paid outrageous salary)

fringe sphinx
fringe sphinx
near ocean
#

Your employment with them

#

In my two jobs nobody even asked about my degree even, and i went to the trouble of getting two of them

white relic
#

I've also only been asked about college grades and only about the one C on my transcript

#

I'm content with the grade I got in that class but it was annoying the way they asked

#

I was a fresh grad then.

mortal kite
#

"I did get a C in my Environmental Pollution class, but that was also the highest grade in the entire class that semester"

gritty rivet
fringe sphinx
# near ocean Your employment with them

Oh, a few years until they imploded in the dot com bust, was an awesome ride. Hired as a staff engineer, ended up as the architect and a team lead, was basically the engineer who crossed over to learn the domain.

mortal kite
fringe sphinx
gritty rivet
mortal kite
fringe sphinx
mortal kite
#

"What are your weaknesses?"
"I'm very impulsive"

fringe sphinx
true harness
#

I'm a perfectionist 😌

mortal kite
#

"I'm a perfectionist, I'm impulsive, and I have severe driving anxiety."

buoyant seal
# true harness I'm a perfectionist 😌

😛 i had it written once to my performance report as a negative trait.
Except it was worded as: as i can become overly concerned about not the most important details.

fringe sphinx
#

"Bikeshedding Professional"

near ocean
#

Not bad if you can explain how youre getting over it

#

I notice other juniors spend time on a lot of things that dont really matter, i try to be conscious about it and cut down to the minimum set of required features when i gotta implement things

#

I've tried to make things more flexible, generic for the future but who cares, not gonna be here for that future lmao

buoyant seal
# near ocean I notice other juniors spend time on a lot of things that dont really matter, i ...

i just can imagine easily how some seniors can be so stuck in the past, and not so seniors in their software engineering best practices
that they could tell it too though. Something like => Docker does not matter, or Unit testing is meaningless, lets cover with testing at the end of product development (if ever)
well, i remember also fun things i did which did not matter too though 😅 (Spent once time trying to fix all pylint things, pretty useless stuff it was)

vapid jay
#

That's called bikeshedding. It's when people spend more time talking about minor stuff instead of focusing on the important things. People do this because it's easier to form an opinion on minor details and they want to feel like they're part of the conversation.22 Feb 2023

from LinkedIn

near ocean
#

Its a usual junior dev trait imho

true harness
#

it's a dev trait 😩

vapid jay
#

its okay in moderation

fringe sphinx
near ocean
#

I havent seen our seniors bikeshed that much tbh
Us juniors and UX dept mostly lmao

#

Our seniors are the first to suggest we cut smaller features out entirely, kind of trigger happy with it

#

Maybe theyre too tired of work? 🤷‍♀️

fringe sphinx
#

I think seniors are more sensitive to it... but when it reaches the executive level, it's bikeshedding all the time.

vapid jay
#

relax

near ocean
#

I dont interact with execs, but i can feel it through our seniors

digital fjord
#

It's borne of the desire to contribute, despite being unqualified to do so.

near ocean
#

Juniors and execs both want to feel useful, funny how that works

true harness
#

i think most bikeshedding is done over undefendable/unassailable positions. it's impossible to "convince" someone your color is better

hearty island
#

so from what i’m seeing fishbowl is like a more dynamic linkedin

jovial crater
#

does anybody know of any website which i can use to conduct local code debug competetions?

jovial crater
hearty island
jovial crater
#

i thought more people knew about this

#

there was another person in a diff server who didnt know about code debug competetions too

near ocean
#

Arent these things called jobs

jovial crater
jovial crater
hearty island
#

i'm with mar on this one

near ocean
#

I havent heard of debug competitions either tbh

jovial crater
#

i see

hearty island
#

hey guys dumb question, but does anyone have any resources to learn about SAP?

#

preferrably free

#

i'll do some googling

#

YES, I GOT ANOTHER REFERRAL FROM FISHBOWL

worldly gyro
#

YOO GUYS another update
I got the job!
Unfortunately the main language is gonna be Java, still infinitely better than nothing lol
If You have any questions regarding getting first internship or trainee position AMA

fringe sphinx
fringe sphinx
worldly gyro
#

Yeee ive been learning java 1 year ago for 3 months, i stopped just before java garbage collector and lambdas topics, i think its gonna be easy to get back to it
Besides, its not instantly junior pos, its 3 month academy internship so HR basically told me that i dont need any knowledge they gonna teach me and then throw to to jiunior lol
but i will definetly get some till then

buoyant seal
fringe sphinx
hearty island
buoyant seal
fringe sphinx
#

The JVM is quite magnificent.

true harness
#

except where it isn't 😦

fleet reef
hearty island
#

i googled it and it seems like resource management is like HR

#

i'm only asking bc they're having me fill out an employee referral form

fringe sphinx
hearty island
white relic
#

I would interpret "resource management professional" as likely titlese for recruiter

hearty island
#

gotcha. thanks trentj. i'd assume the same.

white relic
#

it can't hurt to put their name down in either case. (assuming you want to be referred by this person)

hearty island
#

i'm thinking they have a ton of swing at their company, and they're giving referrals. doesn't hurt to try.

narrow kraken
#

can i send my resume and i get feedback? if anyone is willing could you send a dm and ill send the resume

gritty rivet
pine sleet
narrow kraken
#

wydm redacted? like spoilers?

pine sleet
#

just black out personal information

narrow kraken
#

how is that

hearty island
#

not a fan of two columns, or the multiple colors

gritty rivet
# narrow kraken

Columns and sidebars are generally not recommended because auto scanning doesn't do well with it. The content of that sidebar is mostly fluff anyway. Your Objectives and Skills and Attributes sections tell me almost nothing.

The main section is pretty solid though

regal axle
#

I have ... a lot of thoughts. But I am not going to spend super super long giving you all of the details on every change I would make. But I will put some of the bigger things.
Oh and yea, not a fan of 2 columns.

gritty rivet
# narrow kraken

"Self-studying" isn't a project though, I would reframe or cut

hearty island
#

yay guys! interview scheduled for tomorrow. tuesday @ 11 AM EST

regal axle
# narrow kraken

Here are some of the bigger things. There are lots of little wording that could be better. But not end of world.
It is ok to make things sound bigger than they are. You don't have to make it seem small. You don't have to lie to make things appear bigger. Like the start up. Don't just say "oh my friends did a little project". No, "I co-founded a startup." The person reading can infer that it isn't some massive thing bassed on the small amount of detail on it. But point being, is that you don't have to make it seem like a "small little nothing"

#

Oh, and I personally don't care for "objective" sections. But some people like it. Regardless, I would put that at the top, and not under everything (the way I motioned in my drawing)

narrow kraken
#

I mainly just followed a template i found, but ill make those changes now

hearty island
#

i like jake's resume. highly effective. industry-standard.

narrow kraken
#

also is it really that bad to have colour? the black and white seems both boring and like a blur of info i thought?

narrow kraken
pine sleet
#

if you use a standard template like jake's resume, which they've probably seen a thousand times, they automatically know exactly what to expect

narrow kraken
#

alright ill drop the column and change some of the small things

#

should i drop the objective then?

#

also does anyone know how to modify the word resume templates?

true harness
#

some color is honestly fine imo

near ocean
#

Mixed opinions on objective statement
People here say no
Recruiters in the UK told me yes

#

I have one, really short single sentence thats mostly about my visa status

tawdry sable
#

I need advice. I got rejected for a fuxking insight day is there any way i can still get it?

#

How can i get rejrcted for a inisght day?????? For only first years i got great experience from consulting firms i have 88 percent gpa and fuxking inisght day rejection

white relic
#

what is an insight day?

tawdry sable
#

Literally a day where you go to their offices

#

You get maybe a guarenteed internship interview for next year

#

How is it like this? i mean its a citadel insight day but still wtf

hearty island
tawdry sable
#

Bro its a fuxking insight day

#

no internship no pay no nothing with my goated resume for a first year??????? like wtf

#

I legit have interviews from equity firms for full summer internships that have insane competition aswell

white relic
#

they likely don't have room for all the smart kids who want to come on a given day

tawdry sable
#

Brooooooooooooooo how did they pick them? i bet its corruption or connections

white relic
#

don't take it personally

hearty island
tawdry sable
#

ok

#

For a first year its good idk how its not, legit made a crazzy good app and won a consulting compeition with 8k prize

#

Like for first years who apply in october for a insight day? really wtf

hearty island
#

lmao nepotism ftw. some guy emailed me and said "i spoke to your dad, apply here."

tawdry sable
#

IK its so unfair ffs i get it for internships and stuff but wtf insight week? i was soo looking forward to it from october

hearty island
#

nah before this i found all the roles myself. now i'm trying things that are a bit out of the box.

white relic
#

in the US, first year internships are significantly rarer than later ones

tawdry sable
#

unpaid no nothing just a day u spend in the office for first years only in the UK

hearty island
#

i got a first year internship at textron. but it was in georgia and my mom didn't let me go.

tawdry sable
#

Where do you guys work?

buoyant seal
hearty island
tawdry sable
hearty island
#

and i couldn't drive properly. and it was after my bombed semester at Uni Buffalo.

tawdry sable
#

University of birmingham/boston???? oh lmao

#

So what can i do? is there a way i can still get in?

near ocean
#

Thats not what rejection means

hearty island
#

rejection means no

near ocean
#

I guess you could sneak into their offices but thats a crime so i cant exactly endorse this

tawdry sable
#

Can i ask if like someone cancels or something i can get in?

#

Or do i beg them in linkedin?

true harness
#

that's not a good look

near ocean
#

I dont think people cancel insight days

#

Its a single day and its meant for students who have nothing else going on
Why would anyone cancel

tawdry sable
#

its during easter?

#

their email doesnt even accept mail it only sends it

near ocean
#

Do you think the people grinding for citadel and jane street care for holidays?

pine sleet
#

the grind is real 🔥

tawdry sable
near ocean
#

If people cancel it'll probably be on the day of, not beforehand lol
Theres no point thinking about this anymore

tawdry sable
#

What do i do i dont have a spring week?

#

ok ur right do u work anywhere that has inisght days

near ocean
#

No

tawdry sable
#

really its prob a startup?

near ocean
#

No its a ftse350

tawdry sable
#

its prob does then?

near ocean
#

Insight days are for finance people, i dont think anyone else does this

tawdry sable
#

Palantir does, also what did u think of my resume? i wanna know what people who work would think of it i hear some people who review resumes and interview are normal engineers non recruiters

near ocean
#

I dont generally review resumes, looks good to me, no strong opinion one way or another

tawdry sable
tawdry sable
harsh river
tawdry sable
#

AWS one got me an interview, maybe the IT one but has linux

harsh river
#

well not useless, but there could be other things there

tawdry sable
#

Like what? i dont have anything apart from talk more about my data and analtics award?

harsh river
#

rather than courses, it should maybe be part of education or certifications

tawdry sable
#

That is good ill call it certification

near ocean
tawdry sable
#

@summer roost Hello, Im love bloomberg and have been using the bloomberg terminal at my university for a long time. I am currently a first year student and would love the opportunity of a insight day/week shadowing in bloomberg during the spring week. Even if thats not possible could you tell me what you think of my resume?

Thanks,

true harness
# tawdry sable

you were a junior developer for 1 month? was that an internship?
Mintkard: what data structures and algorithms? anything special or interesting?

hearty island
#

what does mintkard do

near ocean
#

web app things

tawdry sable
#

Did u notice the oliver wyman data and analytics award? i wanna show it off more in my thing

true harness
tawdry sable
#

Well my account said junior developer

harsh river
near ocean
#

You can put spring weeks on your CV, probably shouldnt advertise it as experience

tawdry sable
#

I did do alot of tech

hearty island
#

there’s this thing called forage that people put as experience and it pisses off recruiters a ton

true harness
# tawdry sable

you mention postgres and mongodb in skills, but they aren't mentioned anywhere else

tawdry sable
true harness
#

show, don't tell

tawdry sable
#

do u feel like u would more or less hire me after watching the mintkard demo video??

true harness
#

that's not a typical project presentation. i didn't watch it

near ocean
#

Deploy the project and link to it

tawdry sable
#

Bro AWS is crazy

#

i used railway and they would send notifications plus rockstar recruiter said video is better u can show more in less time

near ocean
#

Video is amateur hour

tawdry sable
#

really? okay ill host on aws but fees

#

like im broke all my money is in nvidia stock and coinbase stock

hearty island
#

bro's risk tolerance is insane

turbid bobcat
#

I still regret the 1 dollar I put into coca cola, it's now like 60cent

unborn pasture
#

Ai coming for your jobs…

tender sun
#

I never tried AWS

buoyant seal
tender sun
#

That's alot tbh , is there any better options for broke Devs

buoyant seal
buoyant seal
buoyant seal
smoky quest
buoyant seal
#

Optionally projects written in WASM frontend can be in other languages too and deployed once again for free into GitHub pages

dull bramble
#

Hello Everyone
I'm seeking work as a full stack designer and developer.
If you have any work and planning new, kindly let me know.
Here is my portfolio.

https://shinobi8894.onrender.com/

Thank you

long yoke
#

Can you help me code a program to move me left right using the wasd keys? I want it to go 1 second each direction (left, right) and bind it so when i press v it starts and when i press v again it stops, thank you!

pastel thunder
#

dont see no hecking entry level job at decent company, wth is going on

#

and no hecking interview

near ocean
#

Post CV

zealous path
pastel thunder
#

did it multiple times, here only
its india

smoky quest
#
  • make it one page
  • Don't just claim SOTA, show it with numbers
pastel thunder
#

I have already removed description of some internships

smoky quest
pastel thunder
#

literally whole resume says "ML", but no interview

smoky quest
#

the market is tough right now

#

and looking for a job less than a year in your current job might also be weird

near ocean
#

I would cut the achievements under education and the certs to start, maybe not the autocad cert but how relevant is it for ML anyway

smoky quest
#

your overlaps in internships aren't blockers, but would probably warrant questions

vapid jay
#

How do you deal with a coworker who doesn't give critical feedback until you're both infrint of your boss?

pastel thunder
vapid jay
near ocean
#

Have you specifically asked for feedback from this person?

vapid jay
#

To be clear, they were the one who assigned me the task

near ocean
#

Do they approve of the work and then comment on it in front of your manager?

#

Or do they completely ignore you until its time to meet with your manager

vapid jay
#

The former

fringe sphinx
#

Maybe jokingly: Why you throwing me under the bus, my friend?

near ocean
#

Wait, they approve of it and then turn around and say they have issues with it?

deft herald
#

"Why didn't you mention that when i asked for your feedback earlier?"

fringe sphinx
#

I think the difference is... we're less insecure about our position. It's easy for us to call out BS. I can see why a junior would struggle here.

deft herald
#

right

vapid jay
#

I'm also a contractor to this place

near ocean
#

It can start with simple questions
Why did you approve before?
Why did you not leave feedback?

fringe sphinx
#

Something like: "Joe, totally appreciate you throwing me under the bus <fake laugh here>, but yah, that's a great point. I'll take a look at that, let's chat offline so we don't waste <big boss>'s time with this."

pastel thunder
#

this saves two lines, good?

fringe sphinx
#

That, uh, no.

smoky quest
#

In parallel, do mention that to your manager so they can dig into that. It could also be that for some reason, they do not feel comfortable giving you feedback

lapis wind
fringe sphinx
#

for reference.

pastel thunder
#

like cluttered you mean?

vapid jay
#

And when trying to circle the manager in in a different situation I've been told to address this person directly

smoky quest
#

There is also a difference between the two answers from your manager:

  • Have you asked them about it?
  • Figure it out yourself
vapid jay
#

In my heart right now I feel like doing that but also with me being a contractor and new to the job, I'm feeling out what exactly is acceptable behavior for me specifically

pastel thunder
#

made two columns, will this hurt ability of scanning software to scan?

hearty island
#

"You will work a hybrid schedule (2-3 days in office) from June 17 – August 9, 2024
You will be assigned to a mentor who will guide you during your internship.
You will work full-time and be paid for eight 40-hour weeks
You will engage in company culture and team building exercises.
By the end of the program, you will have a remarkably clear idea of what working in corporate engineering/technology and examples of long-term career opportunities within the industry.
The salary is $22.00 per hour.
The position will be based in Pleasanton, California, Plano, Texas or Phoenix, AZ."

#

dude, how does anyone survive in cali on $22 an hour?

true harness
#

long commutes

hearty island
#

yea

balmy spade
#

clear idea of what working in corporate engineering/technology and examples of
The gammer is hurting my head here.

#

Seems like a decent internship offer though. Can't speak to the commute for any of those.

fringe sphinx
#

Oh, psv beat me to it. I have family who, thanks to mostly remote work, lives near Sacramento… but still has to drive for the occasional onsite

lost cypress
#

Random, but I have a question, I'm currently a junior in university right now in the USA, and the search for my first SWE internship has been tough.

It's march so open applications are coming to an end for summer 2024.

Assuming I cannot land an internship for this summer, what do I even do? I've been very stressed on what kind of steps I should take if I cannot secure an internship

#

I graduate in Spring of 2025

Does anybody have any thoughts on what to do if this is the case? In terms of still making a push to break into the field

pine sleet
#

if you don't get an SWE internship you just don't shrug you gotta figure out something else to do
you can make the best of a bad situation by trying to apply to some easier entry jobs like IT that may still give you relavent experience to put on your resume

true harness
#

research at your university, winter internships, are both options. also may try widening your net to just IT internships

fringe sphinx
lost cypress
#

How could graduating earlier be of benefit to my case? Wouldn't that make it harder to get some kind of experience before I graduate because of graduation date requirements for some internships

fringe sphinx
#

Larger companies will have established hiring cycles aligned to June grads, but that doesn't mean they want to wait.

lost cypress
#

Hmmm I never thought about it like that, makes for a good idea I must say

fringe sphinx
#

Also, always be networking. Never have lunch alone, and all that. Networking is more important than anything else right now for you.

lost cypress
#

I'm going to be honest I don't think graduating early is an option for me currently as I made dumb mistakes my freshman year in terms of classes that were not required for me to take, causing me to have very minimal leg room and having filled up semesters for my senior year.

I will definitely consider the other options though!

fringe sphinx
lost cypress
#

like a solo trip you say? I've actually been telling friends of mine I would love to do that

im curious though how do you think it could be of benefit to take time to find myself then further be successful career wise?

fringe sphinx
smoky quest
fringe sphinx
#
  1. Who gives a bleep whether it'll benefit your career? You'll be fine.
lost cypress
#

although i'm from the usa i have actually been to africa,europe,mexico a few times.

however they were small family trips not solo ones

fringe sphinx
#

I mean that genuinely: You'll get a job, and nobody will wonder what you did your senior summer/etc. The market is chaotic now anyway, so just be selfish and enjoy yourself for once. You deserve it.

lost cypress
#

they were really eye opening though but you make a good point I think a solo trip could be beneficial

fringe sphinx
#

Maybe, just maybe, plan it around a tech conference. That's a nice excuse.

#

Too bad pycon europe is April.

smoky quest
fringe sphinx
#

Oh man, barcelona. That place. +1 from me.

smoky quest
#

Am sure we can find a few conferences around

lost cypress
fringe sphinx
#

Oh I'm a dope.. I was looking at Pycon DE

lost cypress
lost cypress
fringe sphinx
smoky quest
lost cypress
#

interesting, so these are essentially conferences/events for the python community to showcase projects one has made or something? or to listen to talks/workshops?

#

i might be misunderstanding it so my bad, i havent heard about this conference before

fringe sphinx
#

It's mostly to listen to prepared talks and sessions, and talk to like minded people (usually during breaks/etc)

#

I haven't gone to any PyCon yet, but might this year

#

But, I watch the videos... I'll watch most of them, I think I went through every pycon europe video, altho skipped a few after the intro

lost cypress
#

ohhh i see, so would you say it is also beneficial for networking or not too much?

fringe sphinx
lost cypress
#

oh that would be great thank you.

also so you recommended the PyCon EU first over PyCon US even though im in USA because it would be a good way/reason to get out the country and kind of find myself right?

lost cypress
# fringe sphinx Yah, something like that.

so would you say a good set of priorities for this summer if I cannot get that SWE internship is

  • make interesting projects
  • perhaps an IT internship
  • look into conferences
  • maybe take some time to find myself

sorry for the excess of questions, I just really really want to make the most out of my time for my given situation and be as productive as possible

fringe sphinx
#

Yup, or find an interesting Volunteering opportunity

lost cypress
#

got it thank you!

narrow kraken
#

are skills and attributes like this worth having on a resume or is it fluff?

pine sleet
#

it doesn't mean anything
anyone can put that there

zealous path
#

At most it can help passing bot checks

smoky quest
zealous path
#

True

narrow kraken
#

i dont really care fore the skills, i mainly want to put that i can speak 3 languages since the internship is in hk

#

i guess that doesnt rly matter tho does it

hearty island
narrow kraken
#

any feedback would be appreciated

hearty island
#

also i'm not sure if "self studying" is considered a project?

regal axle
#

The multi color is fine.

#

Although, you could do without the "green"

hearty island
narrow kraken
#

i think im fine with the colour since it seems mixed opinion, and im not sure i got any response to what i should do about the self study, since i think it would be relevant to share ive studied extra maths

hearty island
#

how about a cool project that showcases your knowledge about the extra math?

fringe sphinx
regal axle
hearty island
pine sleet
# narrow kraken any feedback would be appreciated

if i was reading this i don't think i'd know immediately what you were trying to express, the content feels a bit all over the place. perhaps you can try to rewrite/omit things so that your resume tries to convey something in particular?

#

what sort of jobs are you trying to apply to with this?

regal axle
pine sleet
#

its a dark green

narrow kraken
hearty island
#

i'm color blind 😭

fringe sphinx
#

Is this like that dress that nobody knows what color it is?

pine sleet
#

you could confuse it with gray as well tbh

fringe sphinx
#

The dress was a 2015 online viral phenomenon centred on a photograph of a dress. Viewers disagreed on whether the dress was blue and black, or white and gold. The phenomenon revealed differences in human colour perception and became the subject of scientific investigations into neuroscience and vision science.
The phenomenon originated in a phot...

pine sleet
#

if i look at it hard enough it turns gray

regal axle
#

I mean, it is really just one person.
Idk why the word "dark" was escaping my mind

regal axle
narrow kraken
regal axle
#

(also, this is looking way better than this morning)

pine sleet
narrow kraken
regal axle
narrow kraken
#

its especially because i havent done much statistics and only plan on taking one course, but i dont want to be ruled out because of that, and want to show i can learn whatever i need to and ill put in the work to learn by myself

hearty island
#

now it makes sense

narrow kraken
#

yea i think id modify it for some random software dev role, but i really want to show bredth and show a focus on maths and creativity

#

like, i havent highlighted any engineering specific courses ive taken since they are all mechanical or electrical which i dont think is relevant

#

actually i might add a little thing in the education about some engineering courses since it might help with the engineering roles

white relic
#

ACHIEVMENTS
spell check ignoring all caps words strikes again

hearty island
#

oof

narrow kraken
#

oh my lord how did i not notice that, actually so embarrassing

hearty island
#

double checks his resume

narrow kraken
#

yea i think i cant find any others

hearty island
#

i'm an idiot

#

my resume should say Bachelor of Business Administration in Business Analytics, but it has said bachelor of business administration for the longest time

vapid jay
#

Like I have a glimpse but in those they have their pictures etc

narrow kraken
smoky quest
# narrow kraken

overall it looks fine. The main issue is the projects are weak comparing to the competition if you want to go to janestreet

#

show, don't tell

vapid jay
narrow kraken
smoky quest
keen phoenix
#

is anyone here an a.i. engineer? if yes, i need to talk

vapid jay
#

If i want to be a python developer.. what are the SKILLS should i acquire and projects to be done to get a job has a FRESHER...
can anyone
H
E
L
P
me with this..

mortal kite
#

“You are required to inform your manager when you are applying for a new role internally”

What is a good template for a neurotypical way to say “This is the message informing you that I am applying for a new role internally”?

zealous path
#

Probably could use a touch up here and there but that’s the general gist I’d go with

fringe sphinx
white relic
#

I'd lean more towards BillyBobby's version but I reckon it depends on your work culture and to some extent on your relationship to the manager

zealous path
#

Yeah, go with BillyBobby’s one.
Sounds a lot better

regal axle
#

SO to the managers who hate long emails. “Don’t great people in emails or sign off. Just get to the point” (this is generally not accepted but I love it when it is)

zealous path
true harness
regal axle
#

Let me clarify. I don’t mean ”hi bob”, I mean things like “how are you doing today // I hope you are having a good day”

white relic
#

in a matrix organization, which a lot of big companies have, "your" manager might really not care where you are assigned, and be happy you're taking initiative to find a better placement, and likely still be your manager afterward. Might be very different in a different organizational structure

regal axle
#

I also find it really funny when people call me Joshie. One time a guy wrote a contract and put my name as Joshie. He forgot I had a real name (he knew my full name)

near ocean
#

Why email if youre not going to use email etiquette

regal axle
hearty island
#

my boss gave me shit for saying "dear xyz" in my emails. i say "hi xyz" now.

fringe sphinx
hearty island
regal axle
#

Oh and the other big one, was setting up meetings. Because we used outlook.

fringe sphinx
#

Also, lack of a newline after the greeting does bother me: ```py
Bob,
message

hearty island
#

it's for the company that laid me off

true harness
hearty island
#

i think they're actually pitting all the interns against each other for the last 2 spots in the summer program. fight to death /s

#

i highly doubt i'm the only ex-intern they reached out to

regal axle
hearty island
#

i can't even find the job posting they want me to interview for

regal axle
#

It might be an internal thing. Or internal first and then "open it up to the public"

hearty island
#

so apparently my dad's friend has contacts in deloitte. and they told him deloitte is not taking kindly to people who are fresh in the industry 😦

#

anyone heard about SIG? susquehana investment group?

near ocean
#

In name only, a friend was approached by a recruiter for them

hearty island
#

might be worth an application from me

true harness
#

sig is a quant firm

near ocean
#

Looking companies up is never boring

hearty island
#

guys, i'm looking at my manager's resume and there are tables in it.

#

what the fuck

#

nah i'm not giving them any advice tho

#

why listen to me ig

placid haven
#

Can we talk more priv?

hearty island
mortal kite
#

Is this a good way to word "I will always be willing to listen if you say my idea is stupid, but only if you can explain why."?

"I’m also open to feedback, willing to listen if there’s room for improvement in my ideas. I strongly believe that the joy of gaining knowledge and putting it to practice is its own reward, and that it's better to have known and learned than to have merely been recognized. This approach guides my contributions and openness to new solutions."

deft herald
mortal kite
#

Been doing a lot of brainstorming.

fringe sphinx
#

I'd suggest something a bit more open ended... "if there's" and "only if" are somewhat limiting.

near ocean
#

Why do you need to explain this?

fringe sphinx
#

Bill Nye said it well: "Everyone you meet knows something you don't".

mortal kite
#

Trying to figure out the most-likely interview questions and how I'd respond to them.

#

I am also trying to established that I am well-read but not in a show-offy way. Which is why I paraphrased confucius in my longer version.

fringe sphinx
#

Rather than transactionally: "I like ideas that improve my ideas"

mortal kite
#

"I am always seeking to be a better person tomorrow than I was today. Therefore, I always welcome new ideas, feedback, and constructive criticism."

fringe sphinx
#

That's great, shows humility.

near ocean
#

That sounds weird spoken out loud, practiced

fringe sphinx
#

You could couple that with empathy, something about valuing the person you're talking to.

mortal kite
#

I've been trying to work in the fact that I am the kind of person who learns for the sake of learning.

fringe sphinx
fringe sphinx
near ocean
#

If you dont provide a story they will follow up, better to lead with it

mortal kite
#

I'm also trying to figure out a diplomatic way of saying "I say what I mean and I mean what I say. I prefer it when everyone else follows that guideline, as I value clear and open communication, especially when working with a team."

#

Normally I'd use GPT as a sounding board, but that strikes me as being somewhat unethical.

fringe sphinx
near ocean
#

Why not? If it can help you come up with alternative phrasing go for it

#

Pretty much the only use gpt has for me

mortal kite
#

"Any use of generative AI in the application will result in an immediate rejection"

hearty island
#

@fringe sphinx my interview went really well! they were blown away by my dashboards and responses. they said i’m an excellent candidate for both roles

mortal kite
#

I imagine it's there to screen out the people who just use chatgpt as a replacement for their brains.

hearty island
#

also the hiring manager did a presentation for me he was like yea i don’t normally do this but based on what you’ve shown me i think i should

near ocean
#

Are you answering questions in text before the interview? I thought you were talking about face to face questions

mortal kite
near ocean
#

Nah, clari

mortal kite
hearty island
#

ah, my bad.

fringe sphinx
#

For your last one, what i'd personally say is: "I like to speak directly, and really enjoy working with teams where every feels comfortable speaking their mind, disagree without being disagreeable, and agree on a plan."

near ocean
mortal kite
#

I mean that's how I sound anyway.

#

Text is far better, no body language to trip me up.

hearty island
near ocean
fringe sphinx
mortal kite
#

Too bad humans don't have a consistent API.

fringe sphinx
#

I do think it's important to show empathy tho, if you have the opportunity: it's not just about your journey, but that everyone else has their journey too.

mortal kite
#

I'm on the spectrum, and one of my symptoms is that I cannot read body language beyond "this is a smile, this is a frown. A smile means happy except for when it doesn't."

mortal kite
#

Of course, mentioning specific examples is the hard part because then I freeze up. "Which one do I use?"

fringe sphinx
mortal kite
#

Time to really flesh out that section of my obsidian then.

fringe sphinx
#

Not 1-2 for each question, but 1-2 overall. Some good example you can use for some of the various behavioral questions.

mortal kite
#

Which reminds me: the master copy of my full resume is in markdown in obsidian. What format do people generally prefer for a resume? docx? pdf?

fringe sphinx
#

PDF

hearty island
#

definitely a pdf

mortal kite
#

What, I can't put it on GitHub Pages using a sphinx theme? </sarcasm>

#

I did consider making a JSON version, but I figured that would be too cheeky.

hearty island
#

most hr people aren’t technical

mortal kite
#

I've noticed.

hearty island
#

oh you put /s i didn’t even notice 😭 sorry that flew over my head

mortal kite
#

Those who work with markdown can usually tell when looking at my resumes that I use markdown.

The first round of editing I do in LibreOffice is changing the formatting.

#

On a similar vein, is it true that the gold standard is a single page resume?

hearty island
dull belfry
#

hey guys when should i actually start applying for jobs i am doing my degree2nd year i have few cs50 certification but i dont have any good projects till now.. am making stuff now should i wait 2 years for my degree to end or start from now? (i am doing a online degree btw)

mortal kite
#

I put my college education plus my past three roles on, and then got creative with formatting to add my additional skills and activities while sticking to one page.

mortal kite
near ocean
#

Layout of the CV depends on which country you are applying in

dull belfry
dull belfry
mortal kite
hearty island
#

some countries ask for pictures of you actually on your resume

near ocean
#

Then yea i think one page is the standard, no images, no personal stuff like address, age, sex, disabilities, etc

mortal kite
#

Okay I'll take my address and phone number off. Keeping the github username on though.

hearty island
#

no no keep the phone number on, i keep mine on

near ocean
#

Github and personal site are fine

#

Email and phone too, i wish they didnt call tho

mortal kite
#

I mean, phone number will send them to voicemail if I don't recognize the number, because of all the people who have been trying to reach me about my extended warrantee.

hearty island
near ocean
#

And when they do email its always generic bullshit

hearty island
mortal kite
#

I am hoping for a position in Massachusetts accessible through the MBTA, because I am looking at moving to an area where I could feasibly get rid of my car.

near ocean
#

This is about as good as spam imho

hearty island
mortal kite
#

I usually put a unicode character in my name on LinkedIn to separate out the bots from the people.

mortal kite
#

Of course, the worst part of this process is actually having to use LinkedIn.

near ocean
#

Actually i think outlook did that automatically

hearty island
near ocean
#

I mean move it to spam from my inbox

hearty island
#

ah, ok

mortal kite
#

I used to have my twitter username on my resume, but I deleted my account years ago. Best mental health decision in years.

hearty island
#

i fr said during my interview "it's easy to talk the talk and say i created appealing visual dashboards, but let me walk the walk and show you what i've actually been able to make."

near ocean
#

Lmao based

tender zenith
#

Who is the top on a gameplay server ?

lost cypress
#

not even bothering to make another it is just so toxic especially compared to instagram and other medias which also have their own flaws lol

near ocean
#

I don't think Twitter accounts belong on resumes anyway

lost cypress
#

agreed

mortal kite
#

it depends (or rather used to depend) on the industry. at the time I was looking for a role in weather communication.

lost cypress
#

ah that makes sense then

hearty island
# near ocean Lmao based

i lowk feel bad hiding the fact that i'm interviewing for the same company i got laid off from my recently laid off coworkers. but fuck it i'm not saying shit.

#

as if they'd tell me

true harness
#

if they didn't know you were an internal candidate already, you should tell them. you're essentially already onboarded, understand the company culture, etc etc

true harness
#

oh. from your recently laid off coworkers. I missed that

#

¯_(ツ)_/¯ if they care they'll stalk your LinkedIn

keen phoenix
#

any ai engineer here?

kindred oyster
hearty island
#

what's the q

kindred oyster
#

that was the question

hearty island
#

oh. i thought there was more they wanted to ask.

keen phoenix
#

just need to discuss about what do i have to do to become one of them... i am 13 and i am pretty sure that i want to be an a.i. engineer

near ocean
#

Get a degree or two

kindred oyster
near ocean
#

Its kind of early to be planning for a career, no?

fringe sphinx
kindred oyster
#

also , make maths your friend , you will need it everywhere
yeah this

fringe sphinx
kindred oyster
keen phoenix
near ocean
#

A career is not the only way someone becomes successful

fringe sphinx
keen phoenix
mortal kite
#

no one is

kindred oyster
keen phoenix
fringe sphinx
mortal kite
#

There's really no such thing as "mastering" python.

kindred oyster
fringe sphinx
# keen phoenix i meant in the programming field

You’ll probably learn 3-5 languages by the time you graduate from college, don’t listen to people who tell you what you ‘must’ learn: there’s no roadmap or single path, just keep learning.

mortal kite
#

As long as you strive to be better at it at the end of the day than you were yesterday, then you'll be fine.

#

And that applies to everything. Kaizen is a very good approach to life in general.

fringe sphinx
mortal kite
#

But no matter what you want to do, if you spend just fifteen minutes a day learning it, that adds up. A whole year of daily learning produces amazing results.

kindred oyster
#

source - atomic habits

keen phoenix
#

thank you so much to you all for assisting me. I will make sure to keep learning, become good at maths and science and be updated in the ai development field.

mortal kite
#

Actually I got that from my advisor in 2014.

keen phoenix
#

also, what is that "google career certificate stuff" can it help me in future?

kindred oyster
mortal kite
#

Try a lot of things, and get good at what you enjoy, that way if you do it for work it won't feel like work.

#

Unfortunately there are no jobs for "spending all day reading books and watching clouds" so there are limits to that advice.

keen phoenix
#

i made a calculator and a true false test

keen phoenix
kindred oyster
fringe sphinx
#

!rule 9 6

inner wrenBOT
#

6. Do not post unapproved advertising.

9. Do not offer or ask for paid work of any kind.

fringe sphinx
#

We don't allow that here.

balmy apex
#

oh

#

sad, yk anywhere where I can get that@fringe sphinx

fringe sphinx
#

I dunno, fiverr? upwork?

balmy apex
#

I mean discord servers

hearty island
#

FUCK

void oracle
#

I know both of these options suck

#

but if all I care about is the $ I can save at the end of the month, what would be the best choice between Toronto, Montreal and Paris? Assuming I can find a job, there's no need for a visa

deft herald
#

max out the function (job offer amount - cost of living in area)

void oracle
#

What about career progression ?

fringe sphinx
deft herald
void oracle
#

yeah but then again I thought

deft herald
#

You're learning that choosing a job is a complex decision

void oracle
#

Ive heard that if I want to eventually work in the US, Canada would be better

#

because I could eventually have the canadian citizenship

hearty island
fringe sphinx
#

(Mixed messages!)

hearty island
fringe sphinx
#

lol, sounds like you crushed it.

true harness
#

missing a call is fine, unless you said it'd be ok to call at that time, i guess

hearty island
hearty island
#

i guess the hiring manager was like nah fam this guy is good

worldly gyro
# hearty island I GOT THE JOB

Yooo congratz, i guess we are having a lucky week haha, i got internship too
And i see you are from my country, maybe its not as difficult to get programming position here as they say

hearty island
deft herald
#

Wait did you get laid off as an intern?

hearty island
worldly gyro
# hearty island US?

Not really, I thought You are from Poland because Your nickname damian said so, its pretty common name in Poland haha
Anyways we are lucky

deft herald
#

Damn that's brutal. What kind of company would cut employees with a 4 month contract lol

hearty island
deft herald
#

Ok I guess that makes more sense

hearty island
hearty island
fringe sphinx
deft herald
#

Yeah it really sucks when entire teams get cut

worldly gyro
#

Tbh im a little worried, i have a nice remote it support job right now and im worried that after this 3 month paid Java academy they just gonna fire me for no reason or something, but HR assured me that recruitment is definetly focused on long term relationship so i hope im gonna be fine lol

hearty island
#

(it wasn't software, it was courses for execs at the company to use)

tepid gyro
#

Dude, it hurts that some people use chatgpt in my class to code, and its' slowly killing my love for this !

#

all the time i put in to practice before college, all feels like its going to waste.

fast fossil
#

how's it going to waste?

tepid gyro
#

waste. i don't know if im communicating it properly, but seeing that some are heavily using chatgpt for the sake of passing makes me feel like the time and effort i have put in is no longer going to pay off if it means, that at some point my aspiration to become a programmer and nothing more may in fact become obsolete. I hope i explained myself decently. sorry for the rant. i hope I chose the right channel.

#

my anxiety is off the roof now that i got this off my chest.

smoky quest
tepid gyro
#

i appreciate it.

#

like i know it won't fully replace us. i suppose seeing that others don't have a love for it as much most do - feels bad.

fast fossil
#

ehh, it might fully replace us tbf, we can't really know for sure... probably won't happen that soon though (though we can't really be sure about that either 😁 )

buoyant seal
# tepid gyro Dude, it hurts that some people use chatgpt in my class to code, and its' slowly...

Less than half of people survived to graduation and became real software developers after that in average in my university.

From my point of view... Well... They abandon their programming studies. Okay, then they will not be having such carrier after that.

😅 I similarly cheated a lot of math Disciplines by just using previous years students answers. What can I say, except I closed for myself knowing math properly on my own and selected a different career path.
Every student can cheat in different ways 😜 to not learn different stuff.
They can quickly learn, pass grade and forget.

Studies are only your own responsibility if u will learn anything from them. I grew being responsible in studies only after graduation 😅

tepid gyro
#

^^ a bit of a mix, although I see your stance

buoyant seal
# tepid gyro ^^ a bit of a mix, although I see your stance

Student is ideally assumed being an adult from some point and realizing on its own what he wishes to learn.
He needs to know value of what he learns preferably in order to be diligent in learning it.

They made their choice. Make yours 🙂

buoyant seal
buoyant seal
vapid jay
#

How can I get job without a degree

#

What can I do any online certifications help?

simple fulcrum
#

im tweaking about devin ai n start comp sci in the fall - m i cooked?

vapid jay
near ocean
white relic
vapid jay
white relic
#

Are you in the US?

white relic
vapid jay
#

Like yeah I can go to uni but I wanna know is there any alternatives that would help me to get a job?

#

Going to uni is my last option I have one more year time

white relic
#

Everybody wants a cheat code to making money with no effort

distant urchin
vapid jay
white relic
#

if it existed, it would have been exploited to heck already

#

There are lots of jobs that do not require degrees

distant urchin
#

but cant few good projects cover u on a degree ?

white relic
#

Around here, waiting tables or retail sales are very popular choices

vapid jay
#

Or any online certifications to increase chance of getting job?

white relic
#

It depends on the job

distant urchin
vapid jay
#

What should I do after learning python?

#

How long does it take to learn python?

distant urchin
vapid jay
distant urchin
vapid jay
#

What math is used in ai ml?

distant urchin
#

idk

vapid jay
distant urchin
white relic
white relic
#

Again (both of you): it depends on the job.

distant urchin
#

i have these cs50 certifcates on web dev py and sql do they stand a chance?

distant urchin
vapid jay
distant urchin
#

cs

white relic
distant urchin
#

currently in first year second year soon.....

distant urchin
white relic
#

In the US at least some colleges do have internship placement programs but I had to find my own opportunities

distant urchin
distant urchin
white relic
#

You almost certainly have a career services department or something like that which you can ask for information about internships

white relic
#

interns need more guidance and one on one interaction than juniors and juniors need more than senior employees. Remote work isn't as conducive to learning in that way

distant urchin
#

ok i see

vapid jay
#

Hello

keen fractal
#

Idk of this is where to ask but how does chemistry apply to Computer science cause I'm taking chem this semester.

keen fractal
#

College

white relic
#

A university education is meant to give you a basis for learning in any direction your career takes you. To show you what exists. General education requirements (usually including physical sciences and humanities) are part of that basis.

#

You might find yourself doing data analysis for a research lab or automation in a food packaging facility or any number of other jobs in which basic chemistry knowledge could help you be a more effective developer and avoid looking like a fool in front of your coworkers.

#

Or maybe not. It could be that your eventual career choices lead into natural language processing or pure math or theoretical physics. You never know. That's the idea behind studying a variety of topics beyond only one

#

Personally I disliked chemistry but now I work for an electronics manufacturer and I encounter it all the time

#

(also, I have a swimming pool, but that doesn't have anything in particular to do with computer science)

last moat
#

guys, i found django difficult to learn. i made CRUD based website in raw php and found it is easy. should i master PHP laravel? i heard php is dying. is it true? is it worth spending time on PHP in 2024

buoyant seal
austere swan
buoyant seal
austere swan
white relic
fringe sphinx
#

But yes, career advice? Build swimming pools.

last moat
fringe sphinx
last moat
#

it is python server. obviously people will suggest django

#

i want nuetral opinion

last moat
fringe sphinx
buoyant seal
# last moat is nodejs/express worth in 2024? is it better than django

Yes, definitely worth it. Together with Typescript, nodejs is often used for full stack development.
Assuming u will use Typescript and write unit tests
https://www.amazon.com/Test-Driven-Development-Kent-Beck/dp/0321146530
https://www.amazon.com/Unit-Testing-Principles-Practices-Patterns/dp/1617296279
U will receive some quality enjoyable stuff to work with.

Shrugs. it is a chocie similar to Python on Mypy, but of course different

JS/TS is deadly multipurpose, u can write infrastructure code in it, desktop and mobile apps
backend and frontend
The most used frontend language at least :/ and de facto standard.

digital fjord
#

PHP is reasonably popular where I am, but if you disliked Django, you likely won't like PHP frameworks either.
Raw-ish PHP is pretty much only used for WordPress Plugins/Blogs, which are afaik sometimes lucrative, but not too fun to make.

buoyant seal
# last moat is nodejs/express worth in 2024? is it better than django

is it better than django
I haven't dived deep enough into nodejs/express ecosystem enough to achieve level of judging in it.
knowing already python at a good level, i am hesitant to learn yet another interpreted dynamic typed language. Python already filled niche for me of scripting language.
So i move to an opposite direction of learning static typed languages (Golang, Java) + infrastructure stuff (AWS, Terraform, Kubernetes, Docker and etc) instead of learning another scripting lang.
I do plan to learn TS... one day, eventually... in some future... years, when my learning queue will catch up to being free from other stuff. may be.

digital fjord
#

Anecdotally, a couple friends were making a backend in TS and they seemed to suffer a fair bit more than me in Django, but they were also using fairly cutting edge TS stuff, which Django isn't.

buoyant seal
# digital fjord Anecdotally, a couple friends were making a backend in TS and they seemed to suf...

u can suffer in both if

  • you are just not having sufficient unit testing
    • lets assume 20% or less, that will be dreadful for sure
  • not using error/monitoring observability soft (like sentry)
  • deploying manually without IaC
  • screwed up your code architecture with entangled message queue eventing stuff going around and not having it unit tested too.
  • overusing Any, *args, **kwargs and other no typing stuff (TS is gradual typing too and do same stuff pretty much)
digital fjord
near ocean
#

Based uni project tier deployment pipeline
Drag and drop to sharepoint folder

buoyant seal
near ocean
#

At uni the process was drag and drop into filezilla to move stuff into their servers
Universities really do the absolute least with preparing you for the job

#

Honestly, waiting till theres more pickup on apprenticeships or trade like schooling for software devs

digital fjord
#

Isn't that basically what a Bootcamp is?

near ocean
#

In the uk theyre government schemes, they take years but you graduate with a degree and experience

#

Pretty cool imho, theyre very competitive though

#

You just show up to work, like a tradie, at 18ish, with a salary too

buoyant seal
fringe sphinx
white relic
#

That (apprenticeship for software development) makes a lot of sense

digital fjord
#

Agreed, there is definitely room for improvement over both bootcamos and degrees

near ocean
#

I imagine there are complications when software involves risk, human life, drugs, but there could be additional certifications to supplement

#

Kind of related to that old topic of making software engs a professional certification and protected title like other engineers

white relic
#

well, it's not like the university system prepares people for that kind of thing either

near ocean
#

No but at least you get that paper and IEEE membership

#

(for EEE and CS anyway)

white relic
#

I've felt for a long time like there should be legal repercussions for people who build information systems and don't secure them properly

#

it's apparently easy to be incompetent and say sorry when things go wrong (but this is a whole rant)

near ocean
true harness
near ocean
#

I could but why is the uni using it
Or tomcat or subversion or py3.4 back then lol

true harness
#

our programming labs say to use filezilla also. it's a relatively easy tool to use ¯_(ツ)_/¯

near ocean
#

It was convenient and not really necessary so no point updating but yea
Was an excuse to stay in bed instead of walking to the labs

true harness
#

i see this sentiment a lot tbh. a lot of fellow students complain about "not being job ready" and so on, but they could have just done it themselves 🙄. that's what all the gened classes for learning how to research were for!

hearty island
#

uh. why is my friend asking me for my resume as an example? lmao

true harness
#

maybe they want to see an example resume, so they picked you, as their friend

hearty island
#

he just said he's never written a resume before. he's a senior

near ocean
#

You cant really prepare for work without being immersed in work

#

You can fiddle with breadboards all you like but thats not how electricians do their job

true harness
#

i can't comment on that since i've never had a full time swe job 😩

hearty island
#

i've only had internships 😦

near ocean
#

You work now, dont you?

true harness
#

an internship

visual star
#

Thought Devin ai by cognition.
Should I change my path of becoming a good frontend developer

near ocean
#

Im not saying work is more advanced btw, just different

hearty island
#

i feel like you're trusted with more things, compared to an internship. not speaking from experience tho.

near ocean
#

I couldnt say tbh, never done an internship

#

Psv can let us know in about a year i guess lol

true harness
# near ocean Im not saying work is more advanced btw, just different

yeah, a lot of things learned in school are not immediately applicable. there are also things that aren't really taught in courses that junior devs should probably know, e.g., VCS. my gripe is with people complaining that it's the school's fault they didn't know these things

hearty island
#

a lot of this field is about doing things yourself. personal projects and whatnot

#

it's not like accounting or something like that, where you'd be hard pressed to find personal projects on it

upbeat aspen
#

Hi

hearty island
#

accounting degrees literally learn everything they need to in school, and reinforce it outside. at least that's how it's been for the accounting kids from my school.

upbeat aspen
#

Same situation in my school

near ocean
# true harness yeah, a lot of things learned in school are not immediately applicable. there ar...

I dont think your opinion matters here lol no offense
The average student has no idea about these things and probably treats uni work as the gospel, they want to pass their classes and find a living, they think the uni would prepare them, they're paying so much for it after all

If your first instinct is to go out and learn more things thats great but it just means youre not like the average student

#

You see it with people asking for help here too, their first instinct isnt to do research (or be curious)

upbeat aspen
#

That's the main reason most of the cs major students here are unemployed

#

Or unjobable in one word

hearty island
#

pub, you're pretty awesome man.

true harness
upbeat aspen
upbeat aspen
hearty island
#

if i didn't show my personal projects during my interview yesterday, i highly doubt they'd give me the internship

#

it's not like they asked either. i kinda just went ahead and took control and showed them

upbeat aspen
#

I started learning cs from an early age, but idk my seniors are bad mouthing me 🥲

near ocean
#

Most of my class definitely was not interested in learning outside of the classroom, but that doesnt mean a £9250 (then prices) a year course should just let them go unprepared

upbeat aspen
hearty island
#

to showcase my abilities

#

i don't have power bi on my mac, power bi doesn't work on it. fuck off microsoft.

#

i can boot into windows too tho.

upbeat aspen
white relic
#

it's almost always better to have PowerPoint slides than live demonstrations

hearty island
hearty island
white relic
#

it's a hard earned lesson

near ocean
white relic
#

I used to pdf all my slide decks just in case

near ocean
#

Software can smell fear especially around presentations

hearty island
#

i like power bi a lot

white relic
#

bjarne stroustrup gave a presentation on why linked lists are bad.
it was a great talk, but his slides didn't work, which spawned one of my favorite lines ever delivered in a live presentation
"Imagine this to be a graph"

hearty island
true harness
gritty rivet
hearty island
upbeat aspen
rare cliff
hearty island
rare cliff
#

Greece, under an internship program funded by the state

#

It's about 200/mo full time for 3 months but the biggest upside of doing an internship is getting hired right afterwards

hearty island
rare cliff
#

still 3/hour is breadcrumbs

hearty island
rare cliff
#

Yea I actually had the issue of picking between who to work for instead of scrounging for replies, 7 CVs sent 3 interviews

hearty island
rare cliff
#

what

hearty island
rare cliff
#

that's vile 💀

white relic
#

sounds about right

hearty island
#

a 1% success rate

rare cliff
#

i mean these internships are basically free for the companies since they're not paying a dime idk if that has to do anything for our case, pretty big names though on my end (not faang)

hearty island
#

i'm not FAANG, but i'm in the upper part of the fortune 500.

rare cliff
#

may I ask what sector you're in? I'm in ML/Data Science

hearty island
rare cliff
#

Yea my sort of cheat code for getting interviews was going for a thesis that's way above regular undergrad punching weight (medical data segmentation)

hearty island
rare cliff
#

20k resumes sounds brutal though, how do internships even work where you're from? are they a set duration or an indefinite position?

fringe sphinx
hearty island
rare cliff
hearty island
fringe sphinx
hearty island
rare cliff
#

Can I see your github? Curious to see some BI projects (there were a few BI internships on the platform but didn't apply)

hearty island
hearty island
# cinder fossil holy

yea.... but honestly i blame that on me. i learned a lot through these interviews.

rare cliff
#

yea i got asked a lot about my undergrad thesis on interviews, it's also good practice to see if you can break down complex ML stuff (things like resampling voxel spacing data splits and generally project gist) into layman's terms for HR to understand. Being able to take the math/code mess that is ML sometimes and being able to explain it in simple terms is a pretty needed soft skill

cinder fossil
hearty island
# cinder fossil holy

for example my interview at Ericsson they asked me to show them projects without me actually knowing that i had to showcase them. that's why on this interview i had a mindset of backing up what i say

#

absolutely invaluable lesson

cinder fossil
#

oh man, I don't think I even could showcase projects since all the good ones are under NDA

hearty island
hearty island
fervent elk
#

hi guys, have you had any issues with importing tensorflow.keras? i figured that i should maybe pick some projects to showcase for my uni interview, since i'm coming in from a business course

rare cliff
fervent elk
#

yaa mostly the keras part haha trying to get started since i'm trying to apply for a Applied Ai degree

rare cliff
#

not sure I can help you there sadly, the other channels might help more

stuck jetty
#

how one can earn using python? other than a job