Category: Tech Tips
-

10 Claude Code Tips from the Creator Boris Cherny | February 2026
Learn 10 expert Claude Code tips from creator Boris Cherny and the Anthropic team. Master git worktrees, plan mode, CLAUDE.md, custom skills, MCP bug fixing, subagents, and more from the viral thread with 8.5 million views.
-

OpenClaw Auto-Recovery & Config Fix Guide | 2026
Master OpenClaw auto-recovery with this comprehensive guide covering config corruption fixes, backup restoration cascade, gateway health monitoring with 5 health checks, and intelligent error auto-remediation for 24/7 AI assistant uptime.
-

OpenClaw Troubleshooting Guide: 7 Common Errors and How to Fix Them | February 2026
Fix OpenClaw errors fast: Brave API rate limits, SearXNG Docker issues, LLM command hallucinations, and agent workflow issues with step-by-step solutions.
-
Frequently Used Git Commands
Most frequently used Git commands by developers
-
What is Micro Services
I have read many posts and watched video to understand Microservices precisely however I found Martin Fowler’s explanation about Microservices most helpful. This blog post is just the recap & summary of what I understood about Microservices Architecture. Characteristics of Microservices Build services in form of Components Components can be independently replaceable and upgradable Components…
-
How to setup Git Server using Bitvise SSH
Step by step guide to setup Git Server using Bitvise SSH Server
-
How to use Symbolic Link to move Google Chrome AppData folder to other location
Using Symbolic Link to move high storage folders to new location like moving Google Chrome AppData folder to other location
-
Fix Git errors : Permission denied , Cannot spawn , No supported authentication methods available
Recently, I came across few errors of Git and found very time consuming to fix those. Let’s discuss what are those errors and how we can fix it. Error : Permission denied (publickey). fatal : could not read from remote repository This error came while trying to push changes to remote repository using ssh keys.…
-
Using Selenium to test workflow field update action – Salesforce automated testing – Video tutorial – Part 2
We have already discussed basics of selenium and how we can use this tool for automated testing. Here we will see how we can take advantage of Selenium to test workflow field update. in this article we will create a simple workflow rule on Lead object and update “Description” field by adding fields “Number of Employees” and…
-
Getting started with Git and Bitbucket in 5 minutes with TortoiseGit | Video Tutorial
This is very short video tutorial which explains how easily we can use Git to manage source code on bitbucket using Tortoisegit in almost 5 minutes.