Travel Blogging
Meet with others local bloggers writing about life in their cities!
0
members
0
groups
Frequently Asked Questions
Yes! Check out travel blogging events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.
Discover all the travel blogging events taking place this week here. Plan ahead and join exciting meetups throughout the week.
Absolutely! Find travel blogging events near your location here. Connect with your local community and discover events within your area.
Travel Blogging Events Today
Join in-person Travel Blogging events happening right now
Cloud Native AI Agents in Production: From SRE to Multi-Agent Systems
**RSVP Here - [https://ocgroups.dev/cncf/group/jqbyur2/event/gkkgzva](https://ocgroups.dev/cncf/group/jqbyur2/event/gkkgzva)**
Join us for a CNCF Tel Aviv meetup exploring how AI agents are moving from hype to production.
We’ll hear practical lessons from building reliable SRE agents, evolving AI products into multi-agent systems, and navigating the fast-changing architecture of cloud native AI.
**Building and Evaluating SRE Agents - Architectural Decisions and Tradeoffs**
18:00-18:30 Natan Yellin, Founder/CEO HolmesGPT, Robusta.dev
Building an SRE agent that works reliably in production looks deceptively simple - wire an LLM to MCPs, ship it. The reality is harder.How do you implement memory and learning? What's the cost per investigation, and can you apply the agent to all alerts or only P1s? How do you measure agent performance? Etc.
This talk walks through the architectural decisions we faced when building HolmesGPT, the CNCF SRE agent now running production for everyone from fast growing startups to Fortune 500 customers.
We'll cover topics like:
\* Agentic search vs. RAG
\* Tool design:
\* Context and memory
\* Cost / Token budgets
\* Evals
\* Permissions and multi-tenancy
Whether you're adopting HolmesGPT or building your own SRE agent, we'll share practical tips to make this work in your own production environment
**From Prompt to Multi-Agent System: The evolution of our AI product**
18:30-19:00 Hila Fox, AI Product Manager, Qodo
Once we were an agent, then an agentic agent, and now a full-blown multi-agent system. When I say 'once,' I mean one year ago. Remember when you could build products that didn't change under your feet every 5 minutes? I do. It was nice.
In this talk, I'll share Qodo's journey through AI's chaos: 'agentifying' our code generation agent, architecting a multi-agent code review system using LangGraph and MCPs, and how we prepare for the inevitable next shift—because in AI, the only constant is change.
Summer Bites by TR++
25 июня в 18:30 встречаемся на ежегодном митапе комьюнити TR++!
В этот раз поговорим о том, как изменился рынок с внедрением ИИ что уже работает иначе и как быстрее адаптироваться в новом реальности.
Пицца, пиво и приятная компания с нас 🍕🍻
English below:
Join us on June 25 at 6:30 PM for the annual TR++ community meetup!
This time, we’ll talk about how the industry has changed with the rise of AI what already works differently, and how to adapt faster to the new reality.
Pizza, beer, and great company are on us 🍕🍻
TAMI Sonic (Music Night)
**TAMI Sonic (Music Night)**
Join our bi-weekly informal meetups devoted to playing and experimenting with sound.
==========
TAMI wiki: [https://telavivmakers.org](https://telavivmakers.org)
TAMI main Telegram channel: [https://t.me/+0t5M0-jK9iIwZmM8](https://t.me/+0t5M0-jK9iIwZmM8)
חוק הגנת הפרטיות – שאלות ותשובות, בפורום היועצים! 25.06.26, ב- 10:00
# חוק הגנת הפרטיות – שאלות ותשובות, בפורום היועצים! מפגש עסקי ליצירת קשרים מניבים ושיתופי פעולה איכותיים עם ערך מוסף. לפרטים וההרשמה: [https://tinyurl.com/5xr67eym](https://tinyurl.com/5xr67eym)
יום חמישי, 25.06.26, בשעה 10:00, נפגשים בסטודיו פריים ביי פריים במתחם הבורסה בר"ג (מרחק הליכה קצר מהרכבת).
בואו ליצור קשרים איכותיים בפורום ה- B2B הותיק ביותר בארץ!
המפגש מיועד למי שנותן שירות לעסקים, ארגונים, חברות ויזמים מכל התחומים (B2B).
הביאו כרטיסי ביקור והבטיחו את מקומכם בהקדם.
מחכים להיפגש!
Philosophy Group Meeting -- English
Join us in the search for the true, the good and the beautiful.
We will be reading and discussing a fascinating philosophical text in English.
Welcome anyone interested in understanding life more deeply, regardless of age or prior knowledge. The love of wisdom is enough.
Please join our WhatsApp group:
https://chat.whatsapp.com/CDjIJ8i1LZsJ2a7WJXFxhG?mode=wwt
Sapere Aude! (Kant's Motto: Dare to Think!)
AI Coding at Scale: Working With Large Codebases and Monorepos — Tips and Tricks
AI coding agents are genuinely powerful, and on a small project they feel almost effortless. Point them at a big codebase — a monorepo with a dozen packages, years of history, several teams — and you start to notice the rough edges: context fills up fast, conventions can slip, and the agent isn't always sure which part of the code to focus on. None of it is a dealbreaker; it just takes a different approach.
This meetup is about that approach: the setup and the habits that keep AI coding agents useful once the codebase gets big.
Evgeny Potapov, engineering manager with over 20 years of experience and cofounder of US-based startup ApexData, will share hands-on patterns from real work with Claude Code (and a bit of Codex):
— How it's even possible: a look under the hood at how Claude Code and Codex operate on a codebase far larger than their context window — searching and reading on demand, and using sub-agents so the main context stays clean
— Keeping the agent focused and well-fed: managing context, and how giving it the right related codebases and services actually makes it more capable
— Pulling several projects into context: the backend, the app that produces the data, and product docs together, then a PoC of a feature that uses data from other apps in the project
— Practical cases: onboarding into an unfamiliar codebase, tracing how things connect across the repo, and making changes that cut across many packages at once
If you're a developer, tech lead, or engineering manager already using AI coding tools and curious how far they can go on bigger projects, come for concrete patterns and a chance to compare notes with others working at the same scale.
🕒 Schedule:
18:30 🥂 Networking, Pizza & Drinks
19:00 👋 Welcome Words
19:15–20:00 🎤 Evgeny Potapov: AI coding at scale: working with large codebases and monorepos — tips and tricks
סדנת ויטראז’ - אמנות חיבור זכוכית
וזמנים/ות לסדנת ויטראז’ - אמנות חיבור זכוכית.
בואו לגלות את הקסם שבחיבור חלקי זכוכית צבעונית לכדי יצירת אמנות מרהיבה.
בסדנה נעבוד צעד-צעד - מחיתוך מדויק של הזכוכית, דרך עיטוף החלקים בפסי נחושת, ועד חיבורם בהלחמה - וניצור כוכב/ מגן דוד ביצירת ויטראז' בת 12 חלקים.
למבוגרים/ות (18+). הסדנה מתאימה גם למתחילים, ללא צורך בניסיון קודם.
עלות: 300 ש”ח למשתתף/ת.
מחיר לתושבי יהוד-מונוסון – 250 ש”ח למשתתף/ת.
שימו לב: לא מספיק להרשם במיטאפ יש להרשם גם בקישור הבא , שם תמצאו גם פרטים נוספים
https://link.makelab.org.il/Vitrage
Travel Blogging Events This Week
Discover what is happening in the next few days
Founders Running Club :: Tel Aviv
**Founders Running Club** (FRC) brings founders, investors, tech, creative people and startup enthusiasts together for weekly easy runs and networking. We like to be comfortable when we run and finish with coffee and conversations. Choose your pace or follow a pacer—pets, friends, family, are welcome.
Join locall Tel-Aviv chat with all news and updates https://chat.whatsapp.com/IWWgu9DznjzLvMe8p6cVCu?mode=ac_t
For any questions pleae contact Tel-Aviv city leaders:
Lev +972 55-7704496
Ilia +972535007183
Nastya +972533838320
Dan +972537162316
More about FRC global:
🗓️ Launched in San Francisco, July 16, 2022
🌍 Now in 35+ cities
📅 Running + Networking events + Community
**Join the community** [http://foundersrc.com/chats](http://foundersrc.com/chats)
**Stay updated**:
Instagram [http://instagram.com/foundersrc/](http://instagram.com/foundersrc/)
LinkedIn [http://linkedin.com/company/foundersrc/](http://linkedin.com/company/foundersrc/)
Podcast [http://podcast.foundersrc.com/](http://podcast.foundersrc.com/)
Strava [http://strava.com/clubs/foundersRC](http://strava.com/clubs/foundersRC)
Website [http://foundersrc.com/](http://foundersrc.com/)
Scaling AI With Guilds & Communities
How do large tech companies get thousands of engineers to actually adopt AI, not just experiment with it? Not just through top-down mandates, but through guilds, task forces and communities that create momentum from within.
Join us for an event where engineering leaders who've done this share their playbooks so that you can do it too.
**This meetup is hosted by HoneyBook Engineering and Glue.**
—----
**Agenda:**
17:45 - 18:30 - Food, drinks and mingling
18:30 - 20:00 -
**Hadar Bismut** \| AI Communities & Guilds Builder\, Glue
*Making AI stick: How Guilds and Communities Drive AI Adoption from Within*
**Daniel Kidon** \| Backend Guild Lead\, HoneyBook
*Build the Road Before the Car: How Guilds Turn AI Chaos into Momentum*
**Netanel Abergel** \| Director of R&D\, monday\.com; **Sergei Safrigin** \| Software Engineer\, Tech Lead\, monday\.com
*From AI-Assisted to AI-Native: When Agents Become Teammates*
**Asaf Bruner** \| Engineering Group Manager\, SAP
*Building a Digital Brain: From AI-Ready Repos to Agents in Daily Work*
**Lihi Kab** \| Sr\. Technical Program Manager\, HiBob
*From Guild to Impact: Using AI Communities to Shorten the SDLC*
20:30 - More drinks and mingling!
The talks will be delivered in Hebrew.
—----
**Making AI stick: How Guilds and Communities Drive AI Adoption from Within - Hadar Bismut, Glue**
How can organizations support their teams in adopting AI, and not just deploy tools and random use cases that don’t really move the needle on velocity or SDLC?
Hadar Bismut, Founder of Glue, will map the community structures that make AI adoption stick: from AI Champions and AI communities to engineering and AI guilds, and why the most lasting change grows from real employee needs, not top-down decisions.
This session sets the stage for the four case studies that follow.
**Build the Road Before the Car: How Engineering Guilds Turn AI Chaos into Momentum - Daniel Kidon, Backend Guild Lead, HoneyBook**
When "AI is the big bet," most companies don't get clarity first, they get scatter. Prototypes everywhere, competing approaches, no shared foundation.
Daniel Kidon, Backend Guild Lead at HoneyBook, will share how their Engineering Guild built a cross-functional AI task force that shipped a standardized AI platform and working MVP in six weeks, before the product had a single final use case.
**Building a Digital Brain: From AI-Ready Repos to Agents in Daily Work - Asaf Bruner, Engineering Group Manager, SAP**
In large engineering orgs, AI creates real impact when it's grounded in product context, not just code completion.
Asaf Bruner, Engineering Group Manager at SAP Labs Israel, will share how SAP’s AI Guild built a “Digital Brain” across multiple products: making repos AI-ready, connecting them into shared semantic context, and embedding agents into daily workflows. Expect architectural choices, what failed, and what they changed mid-flight.
**From Guild to Impact: Using AI Communities to Shorten the SDLC - Lihi Kab, Sr. Technical Program Manager, HiBob**
What happens when you stop optimizing individual tasks with AI and rethink the entire delivery lifecycle instead?
Lihi Kab, Sr. Technical Program Manager at HiBob, will share how an AI-powered Product Guild broke the SDLC into phases, matched each with the right AI tools, and found where AI truly accelerates delivery, through community-led experimentation, not top-down rollouts.
**From AI-Assisted to AI-Native: When Agents Become Teammates - Netanel Abergel, Director of R&D and Sergei Safrigin, Software Engineer, Tech Lead, monday**
At monday.com, AI agents are teammates - each with a name, a role, and a team. They join engineering squads, get assigned monday items, reply in Slack threads, ship features to production, review PRs on GitHub, and monitor what they shipped.
Netanel and Sergei will share how monday's AI Champions scaled the Builders organization from AI-assisted to AI native teams - where agents and humans work side by side.
—----
See you soon!
Philosophy Group Meeting -- English
Join us in the search for the true, the good and the beautiful.
We will be reading and discussing a fascinating philosophical text in English.
Welcome anyone interested in understanding life more deeply, regardless of age or prior knowledge. The love of wisdom is enough.
Please join our WhatsApp group:
https://chat.whatsapp.com/CDjIJ8i1LZsJ2a7WJXFxhG?mode=wwt
Sapere Aude! (Kant's Motto: Dare to Think!)
AI Coding at Scale: Working With Large Codebases and Monorepos — Tips and Tricks
AI coding agents are genuinely powerful, and on a small project they feel almost effortless. Point them at a big codebase — a monorepo with a dozen packages, years of history, several teams — and you start to notice the rough edges: context fills up fast, conventions can slip, and the agent isn't always sure which part of the code to focus on. None of it is a dealbreaker; it just takes a different approach.
This meetup is about that approach: the setup and the habits that keep AI coding agents useful once the codebase gets big.
Evgeny Potapov, engineering manager with over 20 years of experience and cofounder of US-based startup ApexData, will share hands-on patterns from real work with Claude Code (and a bit of Codex):
— How it's even possible: a look under the hood at how Claude Code and Codex operate on a codebase far larger than their context window — searching and reading on demand, and using sub-agents so the main context stays clean
— Keeping the agent focused and well-fed: managing context, and how giving it the right related codebases and services actually makes it more capable
— Pulling several projects into context: the backend, the app that produces the data, and product docs together, then a PoC of a feature that uses data from other apps in the project
— Practical cases: onboarding into an unfamiliar codebase, tracing how things connect across the repo, and making changes that cut across many packages at once
If you're a developer, tech lead, or engineering manager already using AI coding tools and curious how far they can go on bigger projects, come for concrete patterns and a chance to compare notes with others working at the same scale.
🕒 Schedule:
18:30 🥂 Networking, Pizza & Drinks
19:00 👋 Welcome Words
19:15–20:00 🎤 Evgeny Potapov: AI coding at scale: working with large codebases and monorepos — tips and tricks
Philosophy Group Meeting -- Hebrew
Join us in the search for the true, the good and the beautiful.
Each meet is in one of two formats: a shared reading and open discussion of philosophical texts, or a continuing series of lectures based on the reading of a fascinating book of philosophy. Both formats are in Hebrew, with some reading of English texts, assisted whenever needed.
We meet weekly Friday on 80 Rokach Boulevard, Tel Aviv, at the gardens of the Council for a Beautiful Israel.
Welcome anyone interested in understanding life more deeply, regardless of age or prior knowledge. The love of wisdom is enough.
Please join our WhatsApp group:
https://chat.whatsapp.com/JeAa2uRNTlF0rdrVTLzUC0?mode=wwt
Note: there's always enough sitting room, but some of it is on the grass or a mat on the floor. If you want to guarantee yourself a chair, please bring one with you.
Sapere Aude! (Kant's Motto: Dare to Think!)
סדנת ויטראז’ - אמנות חיבור זכוכית
וזמנים/ות לסדנת ויטראז’ - אמנות חיבור זכוכית.
בואו לגלות את הקסם שבחיבור חלקי זכוכית צבעונית לכדי יצירת אמנות מרהיבה.
בסדנה נעבוד צעד-צעד - מחיתוך מדויק של הזכוכית, דרך עיטוף החלקים בפסי נחושת, ועד חיבורם בהלחמה - וניצור כוכב/ מגן דוד ביצירת ויטראז' בת 12 חלקים.
למבוגרים/ות (18+). הסדנה מתאימה גם למתחילים, ללא צורך בניסיון קודם.
עלות: 300 ש”ח למשתתף/ת.
מחיר לתושבי יהוד-מונוסון – 250 ש”ח למשתתף/ת.
שימו לב: לא מספיק להרשם במיטאפ יש להרשם גם בקישור הבא , שם תמצאו גם פרטים נוספים
https://link.makelab.org.il/Vitrage
Travel Blogging Events Near You
Connect with your local Travel Blogging community
Columbus Go Viral Without Your Face
📱 **Build a Viral AI Content Brand – Faceless Influencer Blueprint**
Launch a content brand that grows on autopilot using AI-generated media.
⚠️ Complete registration to confirm your seat. RSVP is not enough.
### [🔗 CLAIM YOUR PLACE](https://aiventurelab.org/product/AiInfluencer?city=Columbus&groupurlname=network-of-book-lovers-and-discussion-meetups&startgmtdatetime=2026-06-30T22:00:00Z)
---
What you'll create:
- A monetisation path from day one
- AI tools to generate, edit, and post content automatically
- A content system that grows on autopilot
*Your brand. Your rules. No face needed.* 🚀
Free in Person Meeting - Get Over Losses and Betrayls
Do you want more motivation and confidence to build Lasting Relationships?
This is a free, in-person meeting on the subject of betrayals, losses and how to get over them so you can build lasting relationships.
Are you burdened by a stressful relationship? Unhealthy relationships can trigger feelings of anger, despair or self-doubt. They can create dwindling spirals of fights and seeking to make-up, or trying to “pin the blame” on someone or something. If you don’t find the RIGHT reasons, or select the correct sources of the problem, the problem can just get worse and worse.
Whether in love or personal ties, with friends or at work, our life really IS affected by the quality of our relationships. Good ones can promote pleasure and survival, while less optimum ones can lead to annoyance, anger, self-doubt, stress, or even affect our health and ability to survive well.
Whether you are suffering from a divorce, or a painful break-up, don’t know who to trust (or who to CHOOSE) as a partner, friend, boss or employee - the anxiety of relationship troubles can really make a mess of things. Maybe you’ve suffered a betrayal, or are dealing with hostility or criticalness or invalidation. Dwindling relationships can involve destructive behavior, where we hurt those we love, or start succumbing to self-destructive thoughts, attitudes or behaviors that spiral out of control and affect much more than our immediate relationship.
Past losses in love or life can affect how we act or react to new people and situations and hold us back from even starting to create new, possibly great relationships! How can one get back onto a saner course of action?
Come to our Meetup, where we can introduce you to some of the knowledge, tools and techniques of the breakthroughs in the field of the mind that we can apply to this ever important area of life: human relationships!
Break free from self imposed limitations
Here we will discuss:
• How to “erase” the trauma of past hurts and betrayals so that one isn’t always repeating past mistakes.
• Why and how do the negative emotions of others affect you?
• Why is my partner withdrawing and what can I do about it?
• Why do we sometimes feel compelled to hurt the ones we love?
• Fights & arguments - what's really behind them?
• What underlies “corrosive criticism” or the need to invalidate self or others?
• How one can stably change one’s outlook on life so they can affect positive change?
• Where do compulsive destructive behaviors come from and what can be done about them?
• How to form closer bonds & keep growing the relationships with the people you care about?
• How to enhance one’s own ability to survive and create positive healthy relationships whether in love, family & friendships or in work, business or one’s career?
Relationships can be hard and life itself IS challenging. Why not arm yourself with the knowledge and breakthroughs that have been made about the mind, mental reactions & interpersonal relationships, so that one has better awareness and control over themselves and life in general.
Learn where painful experiences are “stored” and how they can unknowingly affect us. You will also find out how one can “erase” those past painful experiences so that one is free to move forward without being tripped up by the past. Learn too, about what can lead some people to become “toxic” personalities and how to identify those traits in others so you won’t be tripped up trusting the wrong person.
Our free Meet-ups occur in a safe environment where one can learn, without fear of judgment or criticism, and without the recommendation of harmful mental techniques or therapies, just how YOU can get yourself onto a happier & more successful path: in love & in life.
Be sure to click on the red "Attend" button below to come to this local event. We look forward to seeing you there.
This class is held at the Dianetics and Scientology Life Improvement Center.
Morning people unite!! 🐤 ☕ + 💬 @ Grandview Grind
Early-bird coffee and conversation at [Grandview Grind](https://www.facebook.com/profile.php?id=100063534163841)!
How to Get Over Losses and Betrayls & Build Lasting Relationships
Join us for this free, in person meeting on the subject of betrayals, losses and how to get over them so you can build lasting relationships.
Do you want more motivation and confidence to build lasting relationships?
Are you burdened by a stressful relationship?
Unhealthy relationships can trigger feelings of anger, despair or self-doubt. They can create dwindling spirals of fights and seeking to make-up, or trying to “pin the blame” on someone or something. If you don’t find the RIGHT reasons, or select the correct sources of the problem, the problem can just get worse and worse.
Whether in love or personal ties, with friends or at work, our life really IS affected by the quality of our relationships. Good ones can promote pleasure and survival, while less optimum ones can lead to annoyance, anger, self-doubt, stress, or even affect our health and ability to survive well.
Whether you are suffering from a divorce, or a painful break-up, don’t know who to trust (or who to CHOOSE) as a partner, friend, boss or employee - the anxiety of relationship troubles can really make a mess of things. Maybe you’ve suffered a betrayal, or are dealing with hostility or criticalness or invalidation. Dwindling relationships can involve destructive behavior, where we hurt those we love, or start succumbing to self-destructive thoughts, attitudes or behaviors that spiral out of control and affect much more than our immediate relationship.
Past losses in love or life can affect how we act or react to new people and situations and hold us back from even starting to create new, possibly great relationships! How can one get back onto a saner course of action?
Come to our Meetup, where we can introduce you to some of the knowledge, tools and techniques of the breakthroughs in the field of the mind that we can apply to this ever important area of life: human relationships!
Break free from self imposed limitations
Here we will discuss:
• How to “erase” the trauma of past hurts and betrayals so that one isn’t always repeating past mistakes.
• Why and how do the negative emotions of others affect you?
• Why is my partner withdrawing and what can I do about it?
• Why do we sometimes feel compelled to hurt the ones we love?
• Fights & arguments - what's really behind them?
• What underlies “corrosive criticism” or the need to invalidate self or others?
• How one can stably change one’s outlook on life so they can affect positive change?
• Where do compulsive destructive behaviors come from and what can be done about them?
• How to form closer bonds & keep growing the relationships with the people you care about?
• How to enhance one’s own ability to survive and create positive healthy relationships whether in love, family & friendships or in work, business or one’s career?
Relationships can be hard and life itself IS challenging. Why not arm yourself with the knowledge and breakthroughs that have been made about the mind, mental reactions & interpersonal relationships, so that one has better awareness and control over themselves and life in general.
Learn where painful experiences are “stored” and how they can unknowingly affect us. You will also find out how one can “erase” those past painful experiences so that one is free to move forward without being tripped up by the past. Learn too, about what can lead some people to become “toxic” personalities and how to identify those traits in others so you won’t be tripped up trusting the wrong person.
Our free Meet-ups occur in a safe environment where one can learn, without fear of judgment or criticism, and without the recommendation of harmful mental techniques or therapies, just how YOU can get yourself onto a happier & more successful path: in love & in life.
We look forward to having you join us!
This class is held at the Dianetics and Scientology Life Improvement Center of Central Ohio.
















