
Geekbot
Standuply
Chili Piper
Doodle
Vyte
Parabol
Standup Jack
Wrappup
Python
JavaScript
Java
C++
Rust
Ruby
PHP
Elixir
Geekbot
PythonBased on our record, Python seems to be a lot more popular than Geekbot. While we know about 299 links to Python, we've tracked only 13 mentions of Geekbot. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
We think GitReport could replace standup apps like Geekbot. So we're making it into a product. More Git features are coming, like tracking issues and pull requests. Source: almost 3 years ago
We run standups every day, however only 2x of them are a Teams call. The other 3 are run using a tool called Geekbot (Yes scrum masters do hate this) which is basically just a chatbot that sends you the standard standup questions and you can answer whenever you feel like it. This has helped our team heaps due to having such a huge mix of people in our team (Cloud Eng, Database Eng, Software Eng, Network Eng) that... Source: about 3 years ago
My new job recently pulled in https://geekbot.com/ to handle stand ups. Answer a couple basic questions when you login, and theyโre all sent to a central channel. Iโm not big on that type of communication in general, but it takes maybe 30 seconds each morning. Source: over 3 years ago
We use Geekbot to help standups. The feedback from each dev goes into a channel, then we talk about things that need to be addressed or things we're working on. Source: over 3 years ago
Back in 2005, I remember working on startups running on Scrum principles. It worked well at the time, we where able to ship, grow the team, and move forward with a nice few-features-per-week cadence, working remotely, on a small team; less than 10. Tt always worked fine, but very slow, as all-dev-things were at the time. I worked with ActiveColab in 2007, Skype 2007, Yammer 2009, Trello 2011, Pivotal Tracker 2013,... - Source: Hacker News / over 3 years ago
137Foundry provides legacy modernization services that include dependency mapping as a foundational assessment phase. Prettier and ESLint are useful companion tools for enforcing code style consistency as the refactoring proceeds. Node.js and Python.org official documentation are authoritative references for understanding the import and module systems of those runtimes. - Source: dev.to / 2 months ago
For Python codebases, tools like Python's built-in ast module and import analysis scripts can generate call graphs. For JavaScript, ESLint and module analysis tools serve a similar purpose. GitHub advanced search can help you find all internal references to a specific function across a large repository. - Source: dev.to / 2 months ago
Import asyncio Import aiohttp From bs4 import BeautifulSoup Async def scrape_and_parse(url: str, session: aiohttp.ClientSession) -> dict: async with session.get(url) as response: html = await response.text() # BeautifulSoup parsing happens after the await โ no issue soup = BeautifulSoup(html, "html.parser") return { "url": url, "title": soup.title.string if soup.title... - Source: dev.to / 3 months ago
**_Beginner mistake to avoid_** - Writing SQL only inside DBeaver - Always save SQL files in VS Code and commit them **Using PostgreSQL with Python** _**What Python does here**_ Python talks to PostgreSQL and says: - โSave this dataโ - โGet this dataโ - PostgreSQL listens. Python works. _**Step 1: Install Python **_ - Download from https://python.org - During install, check Add Python to PATH Screenshot... - Source: dev.to / 6 months ago
Import time Import requests Import asyncio Import aiohttp Urls = [ 'https://example.com', 'https://httpbin.org/get', 'https://python.org' ] # Synchronous version Def sync_fetch(): for url in urls: response = requests.get(url) print(f"{url} fetched with {len(response.text)} characters") # Async version Async def async_fetch(): async with aiohttp.ClientSession() as session: ... - Source: dev.to / 9 months ago
Standuply - Run daily standup meetings and track your metrics in Slack
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions
Chili Piper - Chili Piper is an intelligent calendar for Sales teams, to book their own meetings or set appointments for other teams.
Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible
Doodle - Make meetings happen. With Doodle, scheduling becomes quick and easy.
C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation