Skip to content

Commit 585cddf

Browse files
committed
add - productivity post with bookmarksdev
1 parent 750fa52 commit 585cddf

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

_includes/image.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<figure class="image">
2+
<img src="{{ include.url }}" alt="{{ include.description }}">
3+
<figcaption>{{ include.description }}</figcaption>
4+
</figure>
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
layout: post
3+
title: Efficient management of dev bookmarks and code snippets help me save two workweeks a year
4+
description: "Finding an already visited link or that piece of code you know it works and used before,
5+
can be a tedious job and sometimes even frustrating.
6+
It normally takes me at least 30 seconds to look for such a resource the traditional way, and I do that at least 40 times a day.
7+
With bookmarks.dev it takes about 10 seconds, so I get a time saving of around 40 * 20 / 60 = 13.33 minutes a day.
8+
Over a year's time this translates to around 80+ hours of saved time."
9+
author: ama
10+
permalink: /ama/efficient-management-of-my-dev-bookmarks-and-code-snippets-help-me-save-two-workweeks-a-year
11+
published: true
12+
categories: [productivity]
13+
tags: [bookmarks, efficiency, bookmarksdev]
14+
---
15+
16+
## Motivation
17+
Finding the desired link again or that working piece of code can be sometimes a tedious job. It can even become frustrating
18+
when you don't find it in a reasonable amount of time, because you know it's there somewhere, you've seen it before...
19+
After a struggle of about two or more minutes you finally find it.
20+
21+
![Nailed it](/images/posts/2019-02-10-saving-time-with-codingmarks/nailed-it.gif)
22+
23+
> For code snippets it might take even longer depending on your project portfolio's size. **I had sometimes the impression
24+
> I spent more time looking for stuff than actually programming**...
25+
26+
This time you bookmark the resource, and say to yourself - "_from now on I will be
27+
more disciplined and consciously use bookmarks and a code snippet manager_".
28+
29+
So far, so good, but soon the bookmarks toolbar won't fit into your 4k wide monitor anymore, and you might lose more
30+
time browsing through them... Because you bookmarked it, right?
31+
32+
<figure>
33+
<img src="{{site.url}}/images/posts/2019-02-10-saving-time-with-codingmarks/or-didnt-i.gif" alt="Or didn't you?"/>
34+
<figcaption>Or didn't you?</figcaption>
35+
</figure>
36+
37+
<!--more-->
38+
39+
> Gist retrieval can also be optimized IMHO
40+
41+
Eventually you say "_F*ck that, Google knows everything about me anyway, so I'll just google it when I need it_". It usually works,
42+
all the privacy issues taken into account ;), but what about your company's intranet links or those dozens of intern wiki articles?
43+
Do you really want to use the intranet search or confluence search? I sure as hell don't.
44+
45+
## Light at the end of your toolbar - [Bookmars.dev](https://www.bookmarks.dev)
46+
Well, out of these frustrations I have created [www.bookmarks.dev](https://www.bookmarks.dev) to help me manage more efficiently
47+
both my programming and work related bookmarks plus reusable code snippets (**like 80+ hours plus a year more efficiently...**)
48+
49+
### How can you achieve that?
50+
51+
Well my computations are simple. It normally takes 30 seconds or more to look for a link the "traditional" way, and I do that
52+
at least 20 times a day. Code snippets retrieval might take even longer depending on the size of your project portfolio.
53+
On [Bookmarks.dev](https://www.bookmarks.dev/howto) it takes me about 10 seconds, so I get a time saving of around 40 * 20 / 60 = 13.33 minutes a day.
54+
Over a year's time this translates to around __80+ hours of saved time__.
55+
56+
> Sparing frustrations, that is priceless...
57+
58+
I have made it very easy to
59+
* **Save** bookmarks and code snippets via
60+
* Automatic completion of location, title and description (and tags for youtube videos and stackoverflow questions)
61+
* [Bookmarklets](https://www.bookmarks.dev/howto/bookmarklets)
62+
* [Chromium extension](https://chrome.google.com/webstore/detail/save-url-to-bookmarksdev/diofdblfhjbpgackifolmboaiccmebjb) - [source code](https://github.com/BookmarksDev/bookmarks.dev-chrome-extension)
63+
* [IntelliJ Plugin](https://plugins.jetbrains.com/plugin/14456-save-to-bookmarks-dev) - [source code](https://github.com/BookmarksDev/bookmarks.dev-intellij-plugin)
64+
* [Visual Studio Extension - please help](https://github.com/BookmarksDev/bookmarks.dev/issues/35)
65+
66+
* **Search & retrieve**
67+
* Tags
68+
* Full-text search
69+
* History, Read Later, Pinned & more
70+
71+
See it in action in the following video:
72+
<iframe width="560" height="315" src="https://www.youtube.com/embed/f9GpTtFVD9Q" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
73+
74+
Best, give it a try yourself. When it becomes part of dev tools
75+
productivity toolbox, please share it so other can save time too.
76+
77+
<span class="highlight-yellow">Beware there is no 30 days money back guarantee, because everything is free and open-source.</span>
78+
79+
{% include source-code-codingmarks.html %}
80+

0 commit comments

Comments
 (0)