DEV Community

Career

This tag is for anything relating to careers! Job offers, workplace conflict, interviews, resumes, promotions, etc.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
GitBash breakdown for beginners! Use git the way you would need to in a company position!

GitBash breakdown for beginners! Use git the way you would need to in a company position!

39
Comments 2
3 min read
I Love Technical Screens and Here's Why

I Love Technical Screens and Here's Why

35
Comments 3
3 min read
Should I ask for a raise?

Should I ask for a raise?

36
Comments 9
1 min read
How to Boost Your Developer Career with a Personal Brand

How to Boost Your Developer Career with a Personal Brand

80
Comments 3
13 min read
What I Learnt From The Pragmatic Programmer 2nd Edition

What I Learnt From The Pragmatic Programmer 2nd Edition

40
Comments
4 min read
Big O Factorial Time Complexity

Big O Factorial Time Complexity

18
Comments
5 min read
I lost my job because of COVID19.

I lost my job because of COVID19.

60
Comments 11
3 min read
Acing Remote Interviews

Acing Remote Interviews

7
Comments 1
3 min read
Know YOUr Brand

Know YOUr Brand

4
Comments
2 min read
How Twitter Changed My Life As A Developer

How Twitter Changed My Life As A Developer

7
Comments 4
3 min read
Using CSS Grid to Layout a Page Feels Like Cheating

Using CSS Grid to Layout a Page Feels Like Cheating

17
Comments 1
2 min read
Getting your first Web Development job with no experience or degree [VIDEO]

Getting your first Web Development job with no experience or degree [VIDEO]

24
Comments 4
1 min read
I Want To Be A Programmer: How Do I Start?

I Want To Be A Programmer: How Do I Start?

39
Comments 17
4 min read
It's Tech Skills Day!! 01:45

It's Tech Skills Day!!

36
Comments
1 min read
Passed AWS Solutions Architect Associate

Passed AWS Solutions Architect Associate

30
Comments 13
4 min read
How I Got Started in Tech

How I Got Started in Tech

6
Comments
8 min read
It is never too late to change careers

It is never too late to change careers

36
Comments 11
4 min read
Freelance Proposal Tips

Freelance Proposal Tips

8
Comments
2 min read
Let's read! Book recommendations for World Book Day

Let's read! Book recommendations for World Book Day

9
Comments
6 min read
How To Earn A Free Ticket To A Computer Science Internship

How To Earn A Free Ticket To A Computer Science Internship

5
Comments
4 min read
Let's talk about estimation.

Let's talk about estimation.

46
Comments 15
4 min read
Three ways to do good with a side project

Three ways to do good with a side project

43
Comments
3 min read
AWS Cloud Practitioner Exam: Cloud Concepts

AWS Cloud Practitioner Exam: Cloud Concepts

96
Comments 9
6 min read
What happens to your career after 10 years?

What happens to your career after 10 years?

20
Comments 2
4 min read
On Learning at Work

On Learning at Work

3
Comments
4 min read
Making it simple in software development is a principle, did you know?

Making it simple in software development is a principle, did you know?

4
Comments 2
4 min read
Late Night Confessions About Imposter Syndrome (& How I'm Dealing With It)

Late Night Confessions About Imposter Syndrome (& How I'm Dealing With It)

116
Comments 15
7 min read
You just secured a new job, now what?

You just secured a new job, now what?

5
Comments 1
6 min read
How to Contribute to Open Source Projects

How to Contribute to Open Source Projects

21
Comments 4
4 min read
Pros & Cons of Remote Work?

Pros & Cons of Remote Work?

15
Comments 13
2 min read
On Tech Blogging: If You Write It, They Will Come

On Tech Blogging: If You Write It, They Will Come

104
Comments 28
1 min read
Signs it's time to leave your company

Signs it's time to leave your company

50
Comments 8
1 min read
Why companies will adopt Serverless sooner than you think.

Why companies will adopt Serverless sooner than you think.

5
Comments
8 min read
Clean architecture series — Part 3

Clean architecture series — Part 3

76
Comments 14
8 min read
Why Not PHP?

Why Not PHP?

38
Comments 13
3 min read
How to Market Yourself

How to Market Yourself

249
Comments 8
29 min read
Is the Front-End community better than the Back-End community?

Is the Front-End community better than the Back-End community?

14
Comments 9
1 min read
5 Ways to Learn & Improve Your Programming Language Use

5 Ways to Learn & Improve Your Programming Language Use

77
Comments
5 min read
Data Scientist or Machine Learning Engineer?

Data Scientist or Machine Learning Engineer?

42
Comments
2 min read
Want to write better code while learning and teaching? Pair up!

Want to write better code while learning and teaching? Pair up!

78
Comments
7 min read
Dear Younger Me

Dear Younger Me

5
Comments
1 min read
Dominando a Organização Pessoal: Metodologias

Dominando a Organização Pessoal: Metodologias

42
Comments 4
11 min read
Coding as the Boss: My Story of Developer Hegemony

Coding as the Boss: My Story of Developer Hegemony

9
Comments 3
7 min read
Leftmost Column with at Least a One. Facebook interview question. Thought process from brute force to binary search.

Leftmost Column with at Least a One. Facebook interview question. Thought process from brute force to binary search.

8
Comments 5
3 min read
Becoming a better frontend developer in 3 steps

Becoming a better frontend developer in 3 steps

56
Comments
2 min read
Kick Off: Beyond Bootcamp

Kick Off: Beyond Bootcamp

2
Comments
1 min read
Coding Against Covid

Coding Against Covid

5
Comments
3 min read
Video Interviews: a comprehensive guide for software developers

Video Interviews: a comprehensive guide for software developers

30
Comments 1
12 min read
Designing a pragmatic coding interview - Part 3

Designing a pragmatic coding interview - Part 3

2
Comments
1 min read
Top Kubernetes Courses

Top Kubernetes Courses

99
Comments
2 min read
How to know You're ready for a Software Developer job as a Beginner

How to know You're ready for a Software Developer job as a Beginner

82
Comments 17
4 min read
Public speaking in times of Covid19

Public speaking in times of Covid19

6
Comments
4 min read
My journey as a Technical Team Lead and the lessons learned

My journey as a Technical Team Lead and the lessons learned

30
Comments
3 min read
Should you learn C/C++?

Should you learn C/C++?

3
Comments 2
1 min read
How this self taught Software Engineer in India learned to code

How this self taught Software Engineer in India learned to code

4
Comments
7 min read
Why Learning Design Is Important for Front-End Developers

Why Learning Design Is Important for Front-End Developers

11
Comments 4
4 min read
Create Your Own Elegant Code Screenshots with Carbon

Create Your Own Elegant Code Screenshots with Carbon

127
Comments 17
1 min read
Sorry for the Interruption but I'm Lost

Sorry for the Interruption but I'm Lost

10
Comments 1
3 min read
Your habits make your future (so read Atomic Habits)

Your habits make your future (so read Atomic Habits)

11
Comments 3
1 min read
Search in a rotated sorted array, understanding how to apply binary search in weird conditions🤔 🤨

Search in a rotated sorted array, understanding how to apply binary search in weird conditions🤔 🤨

22
Comments 2
3 min read
loading...