@geshan.com.np
📤 13
📥 11
📝 370
How to run (any) open LLM with Ollama on Google Cloud Run [Step-by-step]
loading . . .
How to run (any) open LLM with Ollama on Google Cloud Run [Step-by-step]
Learn how to run and host Gemma 2:2b with Ollama on Google Cloud Run in this step-by-step tutorial. You can use Gemma with an API, too, using Ollama
https://geshan.com.np/blog/2025/01/ollama-google-cloud-run/
about 4 hours ago
0
0
0
Google AI Studio: How to go from a prompt to a geo-location guessing app in minutes
loading . . .
Google AI Studio: How to go from a prompt to a geo-location guessing app in minutes
Learn how to generate, create and deploy a geo-location guessing app using Google AI Studio and run it on Google Cloud Run step by step.
https://geshan.com.np/blog/2025/05/google-ai-studio-apps/
about 14 hours ago
0
0
0
How are developers using AI? Inside our 2025 DORA report
loading . . .
How are developers using AI? Inside our 2025 DORA report
Google Cloud’s 2025 DORA report released new findings about how AI is changing software development.
https://blog.google/technology/developers/dora-report-2025/
1 day ago
0
0
0
How to use the remote GitHub MCP server with Copilot on VS Code: a step-by-step guide
geshan.com.np/blog/2025/08...
loading . . .
How to use the remote GitHub MCP server with Copilot on VS Code: a step-by-step guide
Learn how to use the remote GitHub MCP server with GitHub Copilot on VS Code editor in this step-by-step tutorial
https://geshan.com.np/blog/2025/08/github-mcp-vscode/
1 day ago
0
0
0
If you are good at code review, you will be good at using AI agents
www.seangoedecke.com/ai-agents-an...
loading . . .
If you are good at code review, you will be good at using AI agents
Using AI agents correctly is a process of reviewing code. If you’re good at reviewing code, you’ll be good at using tools like Claude Code, Codex, or the…
https://www.seangoedecke.com/ai-agents-and-code-review/
2 days ago
0
0
0
AI Was Supposed to Help Juniors Shine. Why Does It Mostly Make Seniors Stronger? | <Can ELMA/>
elma.dev/notes/ai-mak...
So instead of democratizing coding, AI right now has mostly concentrated power in the hands of experts. Expectations did not quite match reality.
loading . . .
AI Was Supposed to Help Juniors Shine. Why Does It Mostly Make Seniors Stronger? | <Can ELMA/>
AI was supposed to empower junior developers. In reality, it has become a tool that makes seniors more valuable while exposing the gaps in software culture.
https://elma.dev/notes/ai-makes-seniors-stronger/
3 days ago
0
0
0
10 Examples of Google Gemini Photo Editing Prompts
curateclick.com/blog/10-exam...
loading . . .
10 Examples of Google Gemini Photo Editing Prompts
Master Google Gemini photo editing with 10 powerful prompt examples. Learn AI image enhancement techniques, pose transfer, makeup analysis, and vintage effects for stunning results.
https://curateclick.com/blog/10-examples-of-google-gemini-photo-editing-prompt
3 days ago
0
0
0
Study and Update on GenAI DevEx
techblog.cloudkitchens.com/p/study-and-...
loading . . .
Study and Update on GenAI DevEx
Internal GenAI developer tools, and learnings about vendors
https://techblog.cloudkitchens.com/p/study-and-update-on-genai-devex
4 days ago
0
0
0
Announcing Agent Payments Protocol (AP2) | Google Cloud Blog
loading . . .
Announcing Agent Payments Protocol (AP2) | Google Cloud Blog
Learn more about the Agent Payments Protocol (AP2), an open protocol that builds on A2A, Agent to Agent Protocol. AP2 was developed by Google with leading payments and technology companies to…
https://cloud.google.com/blog/products/ai-machine-learning/announcing-agents-to-payments-ap2-protocol?e=48754805
4 days ago
0
0
0
Copilot code review: Now in JetBrains IDEs and Visual Studio - GitHub Changelog
loading . . .
Copilot code review: Now in JetBrains IDEs and Visual Studio - GitHub Changelog
Copilot code review is now in most standard editors and IDEs! 🚀 With this update, you can use Copilot code review directly in Visual Studio and JetBrains IDEs (including IntelliJ…
https://github.blog/changelog/2025-09-18-copilot-code-review-now-in-jetbrains-ides-and-visual-studio/
5 days ago
0
1
0
GitHub - ccfos/nightingale: Nightingale for monitoring and alerting, just as Grafana for visualization.
github.com/ccfos/nighti...
Nightingale is an open-source monitoring project that focuses on alerting. Similar to Grafana, Nightingale also connects with various data sources.
loading . . .
GitHub - ccfos/nightingale: Nightingale for monitoring and alerting, just as Grafana for visualization.
Nightingale for monitoring and alerting, just as Grafana for visualization. - ccfos/nightingale
https://github.com/ccfos/nightingale
5 days ago
0
0
0
Excited to be delivering Embrace feature flags, unlock better customer experience and developer confidence -
webdirections.org/dev-summit/s...
Learn more at
webdirections.org/dev-summit'
, and hope to see you there!
#devSummit
#publicSpeaking
#featureFlags
#simplyWallSt
6 days ago
0
1
0
I've got your shovelware right here
loading . . .
I've got your shovelware right here
Mike Judge thinks developers may be deluding themselves into thinking AI coding tools are making them more productive: My argument: If so many developers are…
https://justin.searls.co/links/2025-09-08-i-ve-got-your-shovelware-right-here/
6 days ago
0
0
0
UTF-8 is a Brilliant Design — Vishnu's Pages
loading . . .
UTF-8 is a Brilliant Design — Vishnu's Pages
Exploring the brilliant design of UTF-8 encoding system that represents millions of characters while being backward compatible with ASCII
https://iamvishnu.com/posts/utf8-is-brilliant-design?utm_source=changelog-news
7 days ago
0
0
0
xataio/pgstream: PostgreSQL replication with DDL changes
github.com/xataio/pgstr...
loading . . .
GitHub - xataio/pgstream: PostgreSQL replication with DDL changes
PostgreSQL replication with DDL changes. Contribute to xataio/pgstream development by creating an account on GitHub.
https://github.com/xataio/pgstream
7 days ago
0
0
0
Augmented Coding: Beyond the Vibes
tidyfirst.substack.com/p/augmented-...
loading . . .
Augmented Coding: Beyond the Vibes
Notes from a technically challenging project
https://tidyfirst.substack.com/p/augmented-coding-beyond-the-vibes
8 days ago
0
1
0
How to use environment variables from a .env file in Node.js
geshan.com.np/blog/2024/11...
loading . . .
How to use environment variables from a .env file in Node.js
Learn how to use environment variables with the dotenv NPM package and natively with Node 20+.
https://geshan.com.np/blog/2024/11/nodejs-dotenv/
8 days ago
0
0
0
How to run (any) open LLM with Ollama on Google Cloud Run [Step-by-step]
geshan.com.np/blog/2025/01...
loading . . .
How to run (any) open LLM with Ollama on Google Cloud Run [Step-by-step]
Learn how to run and host Gemma 2:2b with Ollama on Google Cloud Run in this step-by-step tutorial. You can use Gemma with an API, too, using Ollama
https://geshan.com.np/blog/2025/01/ollama-google-cloud-run/
9 days ago
0
0
0
Cloud Run Jobs: A Beginner's Guide to Running Tasks to Completion on a schedule
geshan.com.np/blog/2025/04...
loading . . .
Cloud Run Jobs: A Beginner's Guide to Running Tasks to Completion on a schedule
Learn how create and run Cloud Run Jobs on GCP to run tasks to completion on a schedule with Google Cloud Scheduler.
https://geshan.com.np/blog/2025/04/cloud-run-jobs/
9 days ago
0
0
0
How to run Gemma 3 on Google Cloud Run, the easiest way with AI Studio
geshan.com.np/blog/2025/06...
loading . . .
How to run Gemma 3 on Google Cloud Run, the easiest way with AI Studio
Learn how to deploy Gemma 3 on Google Cloud Run using Google AI Studio, also understand the magic behind the process.
https://geshan.com.np/blog/2025/06/gemma3-on-cloud-run%20copy/
10 days ago
0
0
0
How to use the remote GitHub MCP server with Copilot on VS Code: a step-by-step guide
geshan.com.np/blog/2025/08...
loading . . .
How to use the remote GitHub MCP server with Copilot on VS Code: a step-by-step guide
Learn how to use the remote GitHub MCP server with GitHub Copilot on VS Code editor in this step-by-step tutorial
https://geshan.com.np/blog/2025/08/github-mcp-vscode/
10 days ago
0
0
0
How to Give a Good Talk
blog.sigplan.org/2025/03/31/h...
A good talk meets the audience in the middle. It informs the audience what the value proposition is; it educates them, offering some new teaching; it entertains them.
loading . . .
How to Give a Good Talk
In computer science, conferences are a focal point of academic attention. Conferences are a moment where computing communities—distributed over the globe—come together. Giving a talk at a conferenc…
https://blog.sigplan.org/2025/03/31/how-to-give-a-good-talk/
11 days ago
0
0
0
Vibing options for whoever you are
loading . . .
Vibing options for whoever you are
My favorite movie is Tommy Boy. I apologize for nothing. You won’t find this flick listed on the top 100 movies of all time, and some people think it’s a dumb movie. That’s ok. Lo…
https://seroter.com/2025/08/28/vibing-options-for-whoever-you-are/
11 days ago
0
0
0
If you want to tell a story about Nepal, here are 192K+ news headlines in English from multiple Nepalese and international sources for the past 5 years (since mid 2021) -
github.com/geshan/nepal...
With Docker + two commands and some SQL, you can analyze a lot of data and link to full news posts
12 days ago
0
1
0
Why retention is so hard for new tech products
andrewchen.substack.com/p/lessons-le...
Starting with the end in mind is also important when selecting a category and building products within it, with retention in mind.
loading . . .
Why retention is so hard for new tech products
And how to apply these lessons to the current gen of AI apps
https://andrewchen.substack.com/p/lessons-learned-from-staring-at-thousands
12 days ago
0
0
0
Quiet Influence: A Guide to Nemawashi in Engineering - Matthew Hodgkins
hodgkins.io/blog/quiet-i...
Now that you’ve done all the hard work, the final meeting should be a formality. You are no longer “revealing” a big idea, you are confirming a decision that has already been made...
loading . . .
Quiet Influence: A Guide to Nemawashi in Engineering - Matthew Hodgkins
Why "big-reveal" architecture pitches stall—and how Staff+ engineers can apply the Japanese practice of Nemawashi to quietly build consensus and ship transformational change.
https://hodgkins.io/blog/quiet-influence-a-guide-to-nemawashi-in-engineering/
13 days ago
0
0
0
Build Places, Not Products
every.to/source-code/...
Why software shouldn’t just work—it should feel like somewhere you want to stay
loading . . .
Build Places, Not Products
Why software shouldn’t just work—it should feel like somewhere you want to stay
https://every.to/source-code/build-places-not-products
13 days ago
0
0
0
Cloud Run Jobs: A Beginner's Guide to Running Tasks to Completion on a schedule
loading . . .
Cloud Run Jobs: A Beginner's Guide to Running Tasks to Completion on a schedule
Learn how create and run Cloud Run Jobs on GCP to run tasks to completion on a schedule with Google Cloud Scheduler.
https://geshan.com.np/blog/2025/04/cloud-run-jobs/
14 days ago
0
0
0
Google AI Studio: How to go from a prompt to a geo-location guessing app in minutes
loading . . .
Google AI Studio: How to go from a prompt to a geo-location guessing app in minutes
Learn how to generate, create and deploy a geo-location guessing app using Google AI Studio and run it on Google Cloud Run step by step.
https://geshan.com.np/blog/2025/05/google-ai-studio-apps/
14 days ago
0
0
0
How to use the remote GitHub MCP server with Copilot on VS Code: a step-by-step guide
loading . . .
How to use the remote GitHub MCP server with Copilot on VS Code: a step-by-step guide
Learn how to use the remote GitHub MCP server with GitHub Copilot on VS Code editor in this step-by-step tutorial
https://geshan.com.np/blog/2025/08/github-mcp-vscode/
15 days ago
0
0
0
AI Insights | Cloudflare Radar
radar.cloudflare.com/ai-insights
AI bots scan public websites to collect data used in search engines, AI model training, and other data processing tasks
loading . . .
AI Insights | Cloudflare Radar
Insights into AI bots, models, and services.
https://radar.cloudflare.com/ai-insights
15 days ago
0
0
0
The story of how RSS beat Microsoft
buttondown.com/blog/rss-vs-...
All RSS had to do to weather ICE, Twitter, AI, and whatever comes next, was keep things simple and let users build their own feeds, filters, lists, and aggregators.
loading . . .
The story of how RSS beat Microsoft
Massive tech companies tried to own syndication. They failed.
https://buttondown.com/blog/rss-vs-ice
16 days ago
0
0
0
Where's the Shovelware? Why AI Coding Claims Don't Add Up
mikelovesrobots.substack.com/p/wheres-the...
In that study, the authors discovered that developers were unreliable narrators of their own productivity. They thought AI was making them 20% faster, but it was actually making them 19% slower.
loading . . .
Where's the Shovelware? Why AI Coding Claims Don't Add Up
78% of developers claim AI makes them more productive. 14% say it's a 10x improvement. So where's the flood of new software? Turns out those productivity claims are bullshit.
https://mikelovesrobots.substack.com/p/wheres-the-shovelware-why-ai-coding
16 days ago
0
0
0
Introducing Speed Brain: helping web pages load 45% faster
loading . . .
Introducing Speed Brain: helping web pages load 45% faster
We are excited to announce the latest leap forward in speed – Speed Brain. Speed Brain uses the Speculation Rules API to prefetch content for the user's likely next navigations. The goal is to…
https://blog.cloudflare.com/introducing-speed-brain/
17 days ago
0
0
0
Taking Buildkite from a Side Project to a Global Company
loading . . .
Taking Buildkite from a Side Project to a Global Company
How an Australian developer turned his frustration with CI tools into a 13-year journey that redefined developer tooling.
https://www.valleyofdoubt.com/p/taking-buildkite-from-a-side-project
17 days ago
0
0
0
AI Adoption Rate Trending Down for Large Companies - Apollo Academy
loading . . .
AI Adoption Rate Trending Down for Large Companies - Apollo Academy
The US Census Bureau conducts a biweekly survey of 1.2 million firms, and one question is whether a business has...
https://www.apolloacademy.com/ai-adoption-rate-trending-down-for-large-companies/
18 days ago
0
0
0
The babysitter problem -
chrisbeckman.dev
chrisbeckman.dev/posts/the-ba...
This experiment made me think about a bigger risk: turning senior developers into babysitters for junior-level AI. LLMs can be clever, but easy doesn’t always mean fast.
loading . . .
The babysitter problem - chrisbeckman.dev
When my Hugo blog's front page started showing all pages instead of just blog posts, I tested Cursor's Claude integration for debugging. The result: a hilarious …
https://chrisbeckman.dev/posts/the-babysitter-problem
18 days ago
0
0
0
AI will change how we build startups -- but how?
loading . . .
AI will change how we build startups -- but how?
We still don't know a lot. A list of the questions.
https://andrewchen.substack.com/p/ai-will-change-how-we-build-startups
19 days ago
0
0
0
How to use Axios with Typescript a beginner’s guide
loading . . .
How to use Axios with Typescript a beginner’s guide
Learn how to use Axios with Typescript and get the most followed user on GitHub, following this tutorial!
https://geshan.com.np/blog/2023/11/axios-typescript/
19 days ago
0
1
0
How to Use Jest each to Get More Code Coverage with Less Test Code
loading . . .
How to Use Jest each to Get More Code Coverage with Less Test Code
Learn how to use it.each with Jest to write less code and stil get more code coverage with data driven test cases.
https://geshan.com.np/blog/2024/07/it.each-jest/
20 days ago
0
0
0
Kubernetes Lens: the simple yet powerful K8s IDE
loading . . .
Kubernetes Lens: the simple yet powerful K8s IDE
Kubernetes lens is the missing tool in your K8s aresenal, in this post learn about it's features and how to use it.
https://geshan.com.np/blog/2024/08/kubernetes-lens/
20 days ago
0
0
0
How to run (any) open LLM with Ollama on Google Cloud Run [Step-by-step]
loading . . .
How to run (any) open LLM with Ollama on Google Cloud Run [Step-by-step]
Learn how to run and host Gemma 2:2b with Ollama on Google Cloud Run in this step-by-step tutorial. You can use Gemma with an API, too, using Ollama
https://geshan.com.np/blog/2025/01/ollama-google-cloud-run/
21 days ago
0
0
0
Google AI Studio: How to go from a prompt to a geo-location guessing app in minutes
loading . . .
Google AI Studio: How to go from a prompt to a geo-location guessing app in minutes
Learn how to generate, create and deploy a geo-location guessing app using Google AI Studio and run it on Google Cloud Run step by step.
https://geshan.com.np/blog/2025/05/google-ai-studio-apps/
21 days ago
0
0
0
How to use the remote GitHub MCP server with Copilot on VS Code: a step-by-step guide
geshan.com.np/blog/2025/08...
#GitHubMCP
loading . . .
How to use the remote GitHub MCP server with Copilot on VS Code: a step-by-step guide
Learn how to use the remote GitHub MCP server with GitHub Copilot on VS Code editor in this step-by-step tutorial
https://geshan.com.np/blog/2025/08/github-mcp-vscode/
22 days ago
0
0
0
5 tips for writing better custom instructions for Copilot
loading . . .
5 tips for writing better custom instructions for Copilot
Learn how to write effective GitHub Copilot custom instructions to help developers get better code suggestions.
https://github.blog/ai-and-ml/github-copilot/5-tips-for-writing-better-custom-instructions-for-copilot/
22 days ago
0
0
0
Workshop: Build Your First AI Agent with Google's ADK
allthingsgcp.com/workshop-bui...
loading . . .
Workshop: Build Your First AI Agent with Google's ADK
Unlock the power of Google's Agent Development Kit (ADK) to transform your AI app ideas into real-world solutions
https://allthingsgcp.com/workshop-build-your-first-ai-agent-with-google-adk
23 days ago
0
0
0
What our analysis of 900 firms shows about their values | The Economist
loading . . .
https://archive.is/2025.08.28-200712/https://www.economist.com/interactive/business/2025/06/16/corporate-culture
https://archive.is/2025.08.28-200712/https://www.economist.com/interactive/business/2025/06/16/corporate-culture
23 days ago
0
0
0
GitHub - punkpeye/awesome-mcp-servers: A collection of MCP servers.
loading . . .
GitHub - punkpeye/awesome-mcp-servers: A collection of MCP servers.
A collection of MCP servers. Contribute to punkpeye/awesome-mcp-servers development by creating an account on GitHub.
https://github.com/punkpeye/awesome-mcp-servers
24 days ago
0
0
0
How to craft your junior software engineer resume the right way
loading . . .
How to craft your junior software engineer resume the right way
In this guide, you will learn how to write an impressive junior software engineer resume that will get you calls and interviews.
https://geshan.com.np/blog/2023/07/junior-software-engineer-resume/
24 days ago
0
0
0
How to undo a git rebase, a beginner's guide with an easy example
loading . . .
How to undo a git rebase, a beginner's guide with an easy example
In this guide, you will learn how to undo a git rebase the simple way with an easy to follow example with screenshots.
https://geshan.com.np/blog/2023/07/undo-git-rebase/
25 days ago
0
0
0
Load more
feeds!
log in