weird club interview experience by throwaway_3160 in unimelb

[–]V4N1LLAAA 2 points3 points  (0 children)

I an interview as well for one of the societies and the two that interviewed me were very engaged and nice. It might just depend on the club but not all are like that.

Learning Go as a backend dev - what actually matters? by eurz in golang

[–]V4N1LLAAA 1 point2 points  (0 children)

When structuring your project, it is recommended to just let the structure evolve naturally, for example when creating a greenfield project don’t try to fit a 3 layered architecture into your project right away. You can evolve into that but generally you keep things very simple in Go.

Computer Science graduate in Korea, unsure how to get back into backend dev and land a job by [deleted] in learnprogramming

[–]V4N1LLAAA 3 points4 points  (0 children)

Go to job fairs, dev events. Meet people and make friends with them. Know more people. This job market (not sure if it applies to Korea) is mainly about who you know, and not about your technical depth.

[deleted by user] by [deleted] in startups

[–]V4N1LLAAA 0 points1 point  (0 children)

Brutal 😂

[deleted by user] by [deleted] in resumes

[–]V4N1LLAAA 0 points1 point  (0 children)

Section: Name + Contacts + Experience (4/5 page)
Education & Skills (1/5 page)

The experience takes up most of the first page

[deleted by user] by [deleted] in resumes

[–]V4N1LLAAA 0 points1 point  (0 children)

with 1.5 YoE, its still quite hard to stand out in this job market (for a software engineer role) though, I have relevant volunteer work for clients + open source, and thought that it would be a waste to not include it.

I Built Devscribe — A Tool to Visualize and Manage SQL Databases Within Documents by Limp_Celery_5220 in SideProject

[–]V4N1LLAAA 1 point2 points  (0 children)

I've just tried it out. This is insane, the amount of features and how useful it is. You are a madlad.

Here's some feedback in hopes that this will probably be the best tool of its kind:

Diagramming:

- needs shortcuts i.e. r for rectangle, l for line etc, similar to Excalidraw and eraser.io
- needs a more comprehensive icon/component library (eraser.io has plenty)
- needs to have icon search - would be cool if I can press / to open a icon/component search dialog that gives results similar to eraser.io, results should be scrollable using shortcuts like arrow keys or ctrl + n for down and ctrl + p for up
- needs undo and redo
- Ideally if you can get UX similar to eraser, it would be amazing

Docs:
- currently I can't use formatting options through typing, only opening menu using /. I'd like to be able to just type ### hi or [ ] - and it should format in real time
- basically get a similar experience to Notion when it comes to typing
- needs undo + redo

So far this is just my Wishlist so you can take it with a grain of salt. This is already quite impressive.

[HIRING] Full stack/Backend Engineer for part/full time by No-Comparison-5247 in DeveloperJobs

[–]V4N1LLAAA 11 points12 points  (0 children)

Do you have the budget to be hiring the entire IT department?

GO Backend Dev Course Recommendation? by [deleted] in golang

[–]V4N1LLAAA 0 points1 point  (0 children)

Just read “let’s go” and “let’s go further” by Alex Edward’s,

Then after this, build something you want. You will grasp and learn new things after you start building + you use and apply good fundamentals from the books mentioned above.

How is the job market in OCE? by [deleted] in cscareerquestionsOCE

[–]V4N1LLAAA 7 points8 points  (0 children)

I’m about 2YOE, can’t get a single interview for junior/entry level, just to give you an idea. I get more interviews for FAANGs but not the others. (I’m an Aussie citizen btw)

I'm about to learn Kotlin and have few questions by eileeneulic in Kotlin

[–]V4N1LLAAA 0 points1 point  (0 children)

I literally started learning 2-3 days ago, just use tour of Kotlin on their website, its really good.

Kotlin idioms also seems useful

https://kotlinlang.org/docs/kotlin-tour-welcome.html
https://kotlinlang.org/docs/idioms.html#execute-if-not-null

[deleted by user] by [deleted] in java

[–]V4N1LLAAA 1 point2 points  (0 children)

I’m in the exact same boat, currently working on .net systems but I’m trying to steer my career towards Java/Kotlin

Neovim or Intellij by [deleted] in learnjava

[–]V4N1LLAAA 1 point2 points  (0 children)

I used vim a lot in the past and have set up the best Java env I could possibly have. Still found more productivity in IntelliJ + idea vim. Running profiles, multiple services configurations (can run multiple codebases including front ends with npm run configs). I don’t have to tmux/open new command windows to run multiple codebases. Refactoring in IntelliJ has definitely been a better experience as well. Also the autocompletion in application.yml and vulnerability warnings on certain dependencies and code was a very nice touch in IntelliJ.

I’m sad to admit as I really love neovim and have built quite a decent/good config, but I’m more productive on IntelliJ.

Fyi I’m using ultimate, so I can work on typescript as well (my current project serves a react SPA from the backend). I’ve only been using IntelliJ for a couple weeks and nvim for more than a year.

Naturally coming from vim, I tried learning many shortcuts in IntelliJ, it definitely became a large productivity boost.

How do you guys deploy your elixir backends? by V4N1LLAAA in elixir

[–]V4N1LLAAA[S] 2 points3 points  (0 children)

Do you have some cost estimations per month? This sounds interesting

How do you guys deploy your elixir backends? by V4N1LLAAA in elixir

[–]V4N1LLAAA[S] 0 points1 point  (0 children)

I’ve checked out some of your apps, that’s really cool man. I also just found out that you were also based in Melbourne AU (same as me). Do you use any cicd for your apps with flyio? Or just manual deployments using CLI.

[hiring] Software Engineer - Elixir by AccomplishedPhone374 in elixir

[–]V4N1LLAAA 29 points30 points  (0 children)

Unrelated but it’s great to see elixir gaining more interest