DEV Community

Productivity

Productivity includes tips on how to use tools and software, process optimization, useful references, experience, and mindstate optimization.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Designing my learning experience

Designing my learning experience

14
Comments 1
11 min read
Coding in peace with a full belly at Le Kitchen Café

Coding in peace with a full belly at Le Kitchen Café

11
Comments
5 min read
Condicional mais legível com Array.includes()

Condicional mais legível com Array.includes()

6
Comments
1 min read
I just used npkill to clean up 7 GB of disk space

I just used npkill to clean up 7 GB of disk space

9
Comments
1 min read
8 Best Tips for Remote Teams to Boost Productivity at Virtual Office

8 Best Tips for Remote Teams to Boost Productivity at Virtual Office

50
Comments 2
4 min read
The Simple Approach to Create a More Robust System

The Simple Approach to Create a More Robust System

9
Comments
6 min read
Why You Should Always Learn The Business Logic Before Coding

Why You Should Always Learn The Business Logic Before Coding

236
Comments 11
4 min read
How to report bugs (if you want them fixed)

How to report bugs (if you want them fixed)

8
Comments
3 min read
Annoyed by Chrome Bookmark Manager I Created My Own. Should I release it?

Annoyed by Chrome Bookmark Manager I Created My Own. Should I release it?

9
Comments 2
1 min read
How To Write Your 1st Blog Post as a Developer

How To Write Your 1st Blog Post as a Developer

57
Comments 14
1 min read
Hacks to Grow as a Developer: Grab Coffee with an Experienced Engineer You Don’t Know

Hacks to Grow as a Developer: Grab Coffee with an Experienced Engineer You Don’t Know

187
Comments 8
6 min read
Keep Your Axe Sharp

Keep Your Axe Sharp

40
Comments 2
8 min read
One small process improvement we made lately at DEV

One small process improvement we made lately at DEV

220
Comments 25
1 min read
Text editor tips and tricks to boost your productivity

Text editor tips and tricks to boost your productivity

128
Comments 7
4 min read
Accepting Technical Debt As Important As Fighting It

Accepting Technical Debt As Important As Fighting It

5
Comments
5 min read
Maintaining balance in tech through hobbies.

Maintaining balance in tech through hobbies.

6
Comments
1 min read
The Untold Secret to SYMFONY REST APIs in Less Than Ten Minutes

The Untold Secret to SYMFONY REST APIs in Less Than Ten Minutes

16
Comments
4 min read
I Link Resources to Enumeration Constants; Why You Should Too!

I Link Resources to Enumeration Constants; Why You Should Too!

9
Comments 2
1 min read
My favorite Chrome extensions for web development (mostly)

My favorite Chrome extensions for web development (mostly)

138
Comments 1
5 min read
Thoughts about monorepos and code-sharing

Thoughts about monorepos and code-sharing

1
Comments 1
3 min read
Show Dev: Top HN stories sorted by votes

Show Dev: Top HN stories sorted by votes

5
Comments 2
1 min read
Our favourite Spotify Playlist for Coding

Our favourite Spotify Playlist for Coding

82
Comments 126
1 min read
Angular Style Encapsulation: You're Doing It Wrong

Angular Style Encapsulation: You're Doing It Wrong

13
Comments 5
3 min read
HowTo: My Terminal & Shell setup - Hyper.js + ZSH + starship ☄🔥

HowTo: My Terminal & Shell setup - Hyper.js + ZSH + starship ☄🔥

254
Comments 11
20 min read
LINQPad: Why I love it and why you should, too

LINQPad: Why I love it and why you should, too

46
Comments 3
4 min read
🤯 Ultra List: One List to Rule Them All. Aug, '19

🤯 Ultra List: One List to Rule Them All. Aug, '19

299
Comments 17
6 min read
The usefulness of building useless things

The usefulness of building useless things

48
Comments 8
2 min read
KISS 😘: Keep It Simple & *Short* - My Tech Writing Principle

KISS 😘: Keep It Simple & *Short* - My Tech Writing Principle

90
Comments 6
3 min read
Top 5 Blockchain Use Cases In Real World

Top 5 Blockchain Use Cases In Real World

20
Comments 2
6 min read
5 tips for beginners to learn better & stay motivated

5 tips for beginners to learn better & stay motivated

228
Comments 35
4 min read
[Update] getd.io 🚀 - A free, online REST API builder

[Update] getd.io 🚀 - A free, online REST API builder

72
Comments 5
2 min read
How to quickly test connectivity to your Azure Event Hubs for Kafka cluster, without writing any code

How to quickly test connectivity to your Azure Event Hubs for Kafka cluster, without writing any code

19
Comments 1
4 min read
Scaling your application using Laravel Queues — from the basics to Horizon

Scaling your application using Laravel Queues — from the basics to Horizon

6
Comments
7 min read
The Ultimate Guide to Finding a Job in Tech

The Ultimate Guide to Finding a Job in Tech

601
Comments 21
14 min read
How to up Your Game with the Latest Software Development Trends in 2020

How to up Your Game with the Latest Software Development Trends in 2020

76
Comments 10
4 min read
May today be the day you enjoy life and your code.

May today be the day you enjoy life and your code.

102
Comments 22
2 min read
How to use GitHub wiki to speed up code reviews

How to use GitHub wiki to speed up code reviews

28
Comments 2
1 min read
How to Regain Focus in the 21st Century

How to Regain Focus in the 21st Century

8
Comments
4 min read
Use the correct version of Node when starting VS Code terminal session using Fish

Use the correct version of Node when starting VS Code terminal session using Fish

11
Comments
2 min read
Automating the creation of a new blog post

Automating the creation of a new blog post

7
Comments
4 min read
What it is a T-Shaped developer (And why you should be one)

What it is a T-Shaped developer (And why you should be one)

60
Comments 2
4 min read
Quick tip: How to get your Kubernetes cluster service principal and use it to access other Azure services?

Quick tip: How to get your Kubernetes cluster service principal and use it to access other Azure services?

17
Comments
2 min read
Staying Productive While Traveling

Staying Productive While Traveling

21
Comments 6
3 min read
Understand What You Want

Understand What You Want

4
Comments
2 min read
Be a boring and lazy developer

Be a boring and lazy developer

5
Comments
2 min read
Do you create templates or automate initial setup?

Do you create templates or automate initial setup?

8
Comments 2
2 min read
The joys and perils of working remotely

The joys and perils of working remotely

5
Comments
2 min read
Distilling Steven Wittens’ Minimum Viable Bureaucracy (MVB)

Distilling Steven Wittens’ Minimum Viable Bureaucracy (MVB)

72
Comments 1
2 min read
The Art of Project Management - part 1

The Art of Project Management - part 1

70
Comments 4
8 min read
Sleep is a Superpower that Developers Cannot Neglect

Sleep is a Superpower that Developers Cannot Neglect

15
Comments 2
5 min read
Webhook is just a fancy way of saying 'event-driven server-to-server API calls' 🤦‍♀️ Explained in 1 min.

Webhook is just a fancy way of saying 'event-driven server-to-server API calls' 🤦‍♀️ Explained in 1 min.

60
Comments
1 min read
Is time tracking really necessary for a task management software?

Is time tracking really necessary for a task management software?

39
Comments 13
1 min read
The Dunning Kruger Effect

The Dunning Kruger Effect

16
Comments
3 min read
Carreira: Dez princípios para seu crescimento como Engenheiro

Carreira: Dez princípios para seu crescimento como Engenheiro

37
Comments 2
4 min read
What do you think of minimalist UI?

What do you think of minimalist UI?

105
Comments 30
2 min read
The Best Way to Achieve Your Life Goals

The Best Way to Achieve Your Life Goals

116
Comments 14
3 min read
Be more productive with these tools! 🍇 September picks for you

Be more productive with these tools! 🍇 September picks for you

236
Comments 6
4 min read
The Upside of Downtime

The Upside of Downtime

43
Comments 4
3 min read
Python code formatting using Black

Python code formatting using Black

10
Comments 7
3 min read
Back pain, eye strain, end game!

Back pain, eye strain, end game!

51
Comments 4
6 min read
loading...