Code In Focus
Home
Blog
About
Code In Focus
Categories
Guides (7)
Postmortem (1)
Featured Tags
jenkins (4)
java (3)
docker (2)
kubernetes (2)
maven (2)
nodejs (2)
obsidian (2)
pkm (2)
templater (2)
ci (1)
dataview (1)
javascript (1)
journal (1)
kiss (1)
software (1)
typescript (1)
yagni (1)
Recommend Series
Jenkins-Pipelines (4)
Obsidian (2)
Software-Development (1)
Blog
10 posts
Here I’m publishing my ideas, thoughts or simply rants.
««
«
1
2
»
»»
How to Journal Effectively in Obsidian
Feb 4, 2025
6 minutes read
Intro Obsidian can become an extremely powerful personal journal. And while journaling (via the Daily Notes plugin) is a core functionality of Obsidian, newcomers might find it challenging to make the most of it. In this guide, we’ll explore some of the most common Obsidian plugins for journaling, along with their configurations, to make daily note-taking more useful and delightful.......
guides
Second Brain
Obsidian
obsidian
templater
journal
pkm
Using custom scripts in Obsidian
Dec 29, 2024
4 minutes read
Intro Custom JavaScript can transform your Obsidian setup into a productivity powerhouse. In this guide, we’ll explore how to leverage custom JavaScript functions in Obsidian using the Dataview and Templater plugins. This can enhance your vault’s functionality and enable code reuse, allowing you to automate and customize tasks efficiently based on your needs.......
guides
Second Brain
Obsidian
obsidian
templater
dataview
pkm
Navigating the Job Search as a Senior Software Developer
Mar 16, 2024
8 minutes read
After parting ways with my last job, I found myself navigating the uncertain waters of job searching. In this article, I’m sharing the lessons I’ve learned and the advice I’ve collected from others along the way. It’s a personal roadmap filled with actionable strategies and reflections, crafted to support anyone facing similar challenges.......
job search
Circular Dependencies
Sep 6, 2021
5 minutes read
Updated on January 3, 2023 What are Circular Dependencies? A circular dependency is when one of your modules imports another modules, which directly or via other modules imports the first module. Examples: Direct reference: A -> B -> A // a.js import { b } from './b.js' // b.js import { a } from '.......
guides
software-development
javascript
typescript
nodejs
The tale of misbehaving Node.js microservice - Postmortem
Apr 7, 2021
3 minutes read
“You don’t build production shit on your machine!” - Yuval Oren The problem About a month ago we started getting weird issues with one of our Node.js services in change of extracting data from the database to our analytics platform. After a while, we discovered it did extract only partial data, producing no errors.......
postmortem
docker
nodejs
ci
««
«
1
2
»
»»