Fork me on GitHub
#jobs-discuss
<
2019-07-19
>
Kanister13:07:59

How do you guys find projects/clients for your self. I am freelancing but want to find some project me and my friends can work on.

kwladyka17:07:48

heh I would say it is a gamble, no rationale here 😉

seancorfield17:07:17

@kurva When I was freelancing, nearly all of my projects/clients came to me through personal networking -- but that's because of my location, background, activity level in the community, etc. So, yeah, as @kwladyka says, it's a gamble really.

👍 8
Kanister17:07:03

🙂 right now - I don't know where to start...

kwladyka17:07:39

@kurva Where do you live?

kwladyka17:07:34

oh so I guess there is no market for Clojure in your country

kwladyka17:07:36

the same for me

kwladyka17:07:40

I am from Poland

Kanister17:07:09

few companies here, but not too much. so I usually remote

br18:07:05

I think there is one company in Kaunas using Clojure. There's a Clojure meetup in Vilnius (which I missed, sadly, because it seems to only happen once per year!)

Kanister19:07:01

even less often 😞

seancorfield17:07:26

It's going to be different in every country, I suspect, and likely different in every region even. Location/laws control so much of how companies interact with freelancers. In England, I used to work through an agency (so they found projects/clients for me, and took a cut of my rates). In the US, I mostly worked directly with clients (as a sole proprietor business primarily, although I've also worked through a C corp I set up for a while) -- and that's meant networking / word-of-mouth to get projects, although I've also sub-contracted through friends of mine that had an established client relationship but needed additional resources.

👍 8
kwladyka17:07:09

> that’s meant networking / word-of-mouth to get projects Can you share which are the most efficient for you? I mean tech meetings about Clojure or totally other meetings?

seancorfield18:07:58

I haven't been freelancing since I started with Clojure, but local tech meetups were a good source of leads for projects/clients prior to that, for all techs that I did.

seancorfield18:07:59

Attending conferences and chatting to people about their use of the chosen tech is also helpful (I got several projects as a direct result of attending a conference and networking with other attendees).

seancorfield18:07:44

And, for me, it has definitely helped being actively involved in FOSS for almost every tech community I've worked in since the early 90's...

kwladyka18:07:13

Did you do open source as part of the work or in free time?

seancorfield18:07:16

Both. But more of it has been in my free time I guess. When I've been freelance, I've treated that as part of my regular project workload tho' (and generated revenue from offering consulting/support to companies that use some of those projects).

kwladyka18:07:00

damn, did you have live besides of coding? huge respect to find a balance in live

seancorfield19:07:53

As a freelancer, I specifically budgeted conferences, committees, and/or FOSS work as part of my regular schedule -- I wouldn't take projects to completely fill my time with paid work, in other words: I aimed for 80/20 (so I still had my 20% time). As an employee, I've also always pushed for something close to 80/20 (90/10 is what I'll settle for in a company that has been resistant). And, yes, I also do FOSS "for fun" outside that schedule -- 30 minutes here and there, while watching TV, or sometimes I'll turn an entire evening over to FOSS (say, three hours) instead of TV. My family don't mind as long as I don't make a habit of it 🙂

seancorfield19:07:35

It's not hard to find 30 minutes a day for something. People do this with exercise, TV, reading, whatever. I do it with a laptop and FOSS 🙂

👍 4
kwladyka17:07:41

@seancorfield hmm I will use opportunity to ask about trends in US. https://trends.google.com/trends/explore?date=all&amp;q=%2Fm%2F03yb8hb Since 2017 Clojure lost almost 50% popularity. I have hard time for my motivation. What is happening in US about Clojure in this context? Anything happening to stabilize Clojure on the market?

gklijs17:07:03

Clojure seems to go down, right when Kotlin sharply increased, https://trends.google.com/trends/explore?date=all&amp;q=%2Fm%2F03yb8hb,kotlin

br19:07:21

Search trends are reflection of buzz

gklijs20:07:50

yes, but often managers only know buzz, and are the ones making some of the decisions in language adoption. Although more and more it's up to the team.

kwladyka17:07:37

And this is not only google trends, I experience the difference. 1-2 years ago I had regular propositions on linkedin, but not in 2019.

Kanister17:07:23

the trend is extremely sucking. Clojure should gain popularity not loose...

kwladyka17:07:37

Anyway I want to know trends in US about Clojure - that is the point of my question. Feature of Clojure 🙂

kwladyka17:07:58

Why should? Almost nobody use it - this is the true

kwladyka17:07:40

I don’t understand why, because I like it 😉

gklijs17:07:32

Could bee partly Kotlin, it's higher ranked here, https://redmonk.com/sogrady/2019/07/18/language-rankings-6-19/ and also see Kotlin a lot more asked. Although also dissimilar on a high level, alternative, more functional, less boilerplate JVM language, they are the same. But Kotlin is much easier to get into, and also is easier to run as 'hybrid' with Java.

kwladyka17:07:55

Uch I din’t try Kotlin, so hard to say something 🙂

kwladyka17:07:49

But I see Kotlin became very popular vs Clojure

kwladyka17:07:55

at least on google trends

gklijs18:07:11

I did, it's like 'a better Java' which has pro's and cons, like it's really easy to work with mutable objects. Also it integrates with Spring which is a big plus. Although personally I like the composable/functional/data-centric approach of Clojure-(libraries) a lot more.

Mario C.18:07:33

I think generally students/new devs don't like syntax outside of the C-family style of syntax. They see a lisp and have a knee jerk reaction to it. That has been my experience from talking to other devs outside my team and friends who do dev. If they can't do this int my-number = 12; then they don't want anything to do with it.

trollface 12
kwladyka18:07:23

Well I think the brutal true is somewhere else: - syntax is important, but not so much. More important is tooling around. For example editors, error messages etc. Tooling > syntax. Less choices what library to use > syntax. - All my favorite tools which I use are in golang, 0 in Clojure. This is probably, because of JVM, but to be honest I have no idea.

kwladyka18:07:01

So Clojure is very good designed, but I am not sure if it gives some real values which others languages don’t

gklijs18:07:51

Funny you say that, cause golang is also losing interest. I think what's lacking most is something like Spring, sure (almost) anything Spring does you can doe with Clojure, but you need to do relatively a lot of research to get all the pieces together. And even then in a year some library may no longer be maintained anymore.

kwladyka18:07:50

for not web development I would probably choose golang / rust. For web development not sure. But Clojure doesn’t have anything what other languages don’t have today.

kwladyka18:07:14

Clojure has great syntax which I really like and the best community 🙂

kwladyka18:07:51

But is it enough to win competition on the market?

kwladyka18:07:13

From what we see not 🙂

valtteri18:07:54

What is the competition? The most popular programming language?

kwladyka18:07:18

popular and growing popular

kwladyka18:07:47

just what people choose instead

Mario C.18:07:46

I believe if beginners aren't adopting it then it won't be a popular language

Mario C.18:07:48

I remember at school taking a class that had us use Racket. Nobody liked it

Mario C.18:07:56

Because it was a LISP

Mario C.18:07:10

anecdote of course

seancorfield18:07:54

The folks who've been driving Clojure from day one have never been very concerned about Clojure being "popular", they're much concerned about it being a technically great language. Lisps are never going to be "popular". Clojure is never going to be mainstream.

👍 24
seancorfield18:07:14

It's not as niche as some other languages but it is definitely niche -- and it always will be.

seancorfield18:07:53

The biggest "problem" that causes is that there are a lot more people who want to use Clojure than are ever going to actually use it for work.

kwladyka18:07:10

> Clojure is never going to be mainstream I don’t expect it. But I am a little worry about job in this language in next few years. Actually even now and in 2020 🙂

valtteri18:07:14

There's a common misconception that popular equals good.

seancorfield18:07:19

That said, Clojure/conj used to have a very small percentage of attendees who used Clojure at work and that's now something like 50% -- and attendance has gone up every year... so there are more Clojure jobs than there used to be but perhaps not as many open jobs now.

alexlynham18:07:43

I’ve run a few clojure workshops in orgs and in the community and the syntax is a big deal for most people. Genuinely because for the first ten seconds haskell looks closer to C I think it’s less intimidating to a beginner… well, for about fifteen seconds until somebody says ‘monad’

alexlynham18:07:56

also fwiw I’ve used clojure for work before, then went to python and js bc of lack of jobs, using clojure now but I don’t know about the future

gklijs18:07:01

There are also a lot more developers, something like 100% every 5 years? So even if there are 50% more Clojure jobs than 5 years ago, relatively it's getting smaller.

👍 4
alexlynham18:07:26

longer term I suspect there won’t be a future for me in clojure, but y’know, nothing’s forever dude

donaldball18:07:20

For better or for worse (j/k, it’s for worse), our industry is driven by fads

✔️ 8
seancorfield18:07:49

@gklijs Interesting point about the growth in the number of developers (and, therefore the number of jobs in IT)...

Mario C.18:07:02

I consider myself lucky to have my first job outta college be a clojure shop.

seancorfield18:07:53

I have always cautioned developers about being a "Language X Developer" rather than being a (good) developer with multiple languages. I've used a dozen languages in production over my career. Maybe more. I'm happy with Clojure today and hope to keep using it but if there are no Clojure jobs I could go back to Scala, Java, C++ even. Or I could probably find my way into a Kotlin gig on the basis of all the JVM stuff I've done. There's a lot of stuff available for experienced developers on the JVM 🙂

☝️ 8
💯 8
👍 8
3Jane11:07:37

Hey, if not "language/area X developer", then how do you describe yourself to people who don't know you?

3Jane11:07:45

(Unless you don't have this problem because of network etc)

3Jane11:07:08

My experience is that when meeting new people, they use "X developer from location Y" as a relevancy filter

3Jane11:07:02

(solve for X being "backend", "python", "activex", whatever)

seancorfield19:07:56

Technical area is fine esp. in these days of backend v. frontend v. full-stack v. etc. I'm mostly cautioning about identifying as a very narrow, specific kind of developer. It's fine to lead with an area and follow up with qualifiers. If someone tells me they're a Python Developer, I'm going to assume that they really don't know anything else.

3Jane06:07:03

Right, makes sense. Thanks :)

sveri19:07:51

I know I am a bit later here, but I wanted to add that its important to not talk to recruiters or most of the HR people regarding jobs. Most of them only know about the specific language they are looking for and its hard for them to grasp what makes a good developer from a technical perspective. Meetups are great as you can directly talk to the developers working there or even teamleads or the CEO, depending on the meetup.

valtteri18:07:01

As long as people solve real world problems with Clojure they will have Clojure jobs. Business doesn't really care what programming language you use. They care that you get the shit done.

👍 8
kwladyka18:07:18

When I was learning Clojure it was hard. A year ago I was forced to do something in TypeScript. Back to code in different language is much harder, you see how you don’t want to code again 😉 It is so scary vision 🙂

👍 8
alexlynham18:07:31

yeah if I couldn’t do clojure I could find something else

alexlynham18:07:50

though I’d rather do it for now, I’m a lisp weenie at heart

kwladyka18:07:25

> have always cautioned developers about being a “Language X Developer” On the other hand I have feeling market expect you to be expert in X and then pay you more

kwladyka18:07:44

specialization is in price

alexlynham18:07:13

hmmm in the UK it’s going the other way. Recruiters still care about that but most jobs are flexible on the tech and look for experience and attitude

kwladyka18:07:48

Hmm but when saying that I am 100% remote

kwladyka18:07:03

not sure if it change anything

alexlynham19:07:39

yeah probably completely different

seancorfield19:07:07

I'm not saying you can't be "expert in X" -- just don't make X your identity, nor focus only on jobs involving X.

👍 20
💯 4
metal 4
drone21:07:58

as someone who both has language preferences and hires, I agree. to me, “X programmer” is a hint that person has limited experience, is inflexible, or isn’t curious. obviously not always true. that said, I do get excited when I run into a CV where languages we are currently using are mentioned

vemv21:07:46

would be bit of a paradox in the case of Clojure... is it inflexible to stick to an arbitrarily flexible language? routinely grabbing goodies from other langs doesn't happen so often elsewhere (I comment this just because it seems a curious case)

drone21:07:36

by “inflexible” I mean someone refusing to use anything other than language X. the decision about which language to use should be based on the problem being solved and the people solving that problem—it shouldn’t default to one person’s favorite language

seancorfield22:07:24

This is exactly what I mean about people identifying themselves with a specific technology.

✔️ 8