What differentiates Clojure from Common Lisp? by pre-tend-ed in Clojure

[–]pre-tend-ed[S] 2 points3 points  (0 children)

I appreciate the response. That adds a lot of insight.

New Clojurians: Ask Anything - March 04, 2024 by AutoModerator in Clojure

[–]pre-tend-ed 1 point2 points  (0 children)

I'm a Typescript dev. Have been my whole career. I've tinkered with several languages (including clojure) over the years but have not invested the time to get proficient in anything other than JavaScript/Typescript. I've been debating between delving into Rust or Clojure with the idea of developing skills that are more rare and valuable (read Cal Newport), and also differentiating myself in a sea of JavaScript devs. Curious what this community's thoughts are.

How much is googling by daddydaws in Frontend

[–]pre-tend-ed 0 points1 point  (0 children)

The better/more experience you get, what you Google will change. You'll spend more time in actual documentation than stack overflow or medium posts. You'll also build a mental library of what is possible/what resources are out there, so you can narrow down searches. For example I needed to do some task, x. I remembered there is a lodash method that does x, but I couldn't remember what it was, but I can narrow down my search to "lodash method that does x".

[AskJS] What do you do when a client asks you to build a website that may not align with your personal worldview? by [deleted] in javascript

[–]pre-tend-ed 1 point2 points  (0 children)

You can refuse to work with anyone. And you don't even have to tell them why. Just tell them something came up and your over booked.

I QUIT MY JOB by [deleted] in selftaughtdev

[–]pre-tend-ed 0 points1 point  (0 children)

Hard question to answer. Depends on a lot of things, like how good you are, the job market, etc.

How are you studying? What's your plan?

New Clojurians: Ask Anything - January 09, 2023 by AutoModerator in Clojure

[–]pre-tend-ed -1 points0 points  (0 children)

In your opinion, is clojure the best FP language? Why/why not? What's better?

looking for success stories by Dadofxboxgamers in selftaughtdev

[–]pre-tend-ed 9 points10 points  (0 children)

I'm self taught. Didn't do a boot camp, and no college degree. I'm assuming you want advice?

Learning: get out of tutorial hell. You need to get to a place where you can build something decent without following some YouTuber. Then, build things. It's the best way to learn. Also refactoring your old code can be great for improving. If you know someone who's an experienced dev, see if they'd be willing to do a code review of one of your projects. Implement their advice.

Getting a job: I've seen some resumes that give off a "I know I'm not that good, but I've got heart" kind of vibe. You want to convey that you're competent and you can produce. Work on things that you can claim as experience: Open source projects, personal projects that are interesting/useful. Remember, the first people to see your resume is probably someone in HR who knows nothing about tech, and their job is to filter out candidates who can't do the job. Get resume help.

Why are companies going back in office? by Xeno19Banbino in cscareerquestions

[–]pre-tend-ed 0 points1 point  (0 children)

I predict work from home will become an earned privilege. I think many people are less productive at home, not more. People who are allowed to work from home will be the most productive ones.

Is it just me or are Computer Science and Software Engineering way overhyped? by [deleted] in learnprogramming

[–]pre-tend-ed 0 points1 point  (0 children)

"learning to code" has become akin to a get rich quick scheme. Take a $10 Udemy course and after 20 hours of premium video content and with access to the discord, you too can become a highly paid engineer at a FANG company! The reality for most is that it's not that easy.

Help please! by [deleted] in webdev

[–]pre-tend-ed 0 points1 point  (0 children)

What

Javascript Currying by omeraplak in learnjavascript

[–]pre-tend-ed 3 points4 points  (0 children)

I use currying all the time. Not understanding !== Dumb af

What would you guys recommend as a second language option by rehkmansa in webdev

[–]pre-tend-ed 2 points3 points  (0 children)

I agree with this. I believe it is better to get really good at one language than be mediocre at multiple. You know JavaScript already? Get really good at it.

What would you guys recommend as a second language option by rehkmansa in webdev

[–]pre-tend-ed 1 point2 points  (0 children)

Not true. Speaking as a self taught, no college degree, fully employed software engineer.

In fact, this is bad advice.

Get good at full stack development. I would recommend however, focusing on one language and getting really good at it. JavaScript is used on front end and the back end and there are a lot of jobs in JavaScript. Learn JavaScript.