
Notion
Asana
Trello
Obsidian.md
Evernote
ClickUp
Todoist
monday.com
Python
JavaScript
Java
C++
Rust
Ruby
PHP
Elixir
Notion
PythonIt's been very very helpful to streamline different people on our team, especially remote workers to help them understand what's going on in our business without 100s of meetings.
My remote-first start-up has eliminated more than 200+ hours of meetings and 1000s of mismanaged documents because our entire communication happens through Notion.
As someone who's always on the lookout for the perfect productivity app, I was excited to try out Notion. It promises to be an all-in-one tool for everything from note-taking to project management to personal wikis.
From the moment you open Notion, you can tell that it's different from other productivity apps. The interface is sleek and modern, and it's easy to navigate. The app is divided into pages, which can be customized with different templates to fit your needs. You can create to-do lists, databases, wikis, calendars, and more.
One of the things I love about Notion is the ability to create relationships between pages. For example, you can create a database of your favorite books and then link to a page with your book reviews. Or you can create a to-do list and link to a page with notes about the task. This feature makes it easy to keep all of your information in one place and to connect related items.
Notion might be a bit more popular than Python. We know about 441 links to it since March 2021 and only 299 links to Python. 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.
Two of the most popular open source note taking app are affine (basically notion but open source) and obsidian (which stores notes in markdown). - Source: dev.to / over 1 year ago
Notion | https://notion.so | Android Engineer | SF | hybrid (in office 2x a week) | Full time- Source: Hacker News / almost 2 years agoLevel: Mid/Mid+ (4-6yrs experience).
Advanced Notion and Google Doc writing editor. - Source: dev.to / about 2 years ago
I manage my non-work and work-adjacent tasks in Notion. Whenever I have an idea, regardless of how big or small or silly or achievable it is, I'll add it to Notion, and use labels to categorise it by type of output (e.g. blog, silly project, website update). Today I wanted to write a short post for my site. I clicked on the filtered blog post view, and selected this one (because I hoped it would be a quick one!). - Source: dev.to / over 2 years ago
Notion.so redefines workspaces. With its intelligent organization and collaboration features, it's more than a productivity toolโit's a digital haven. Discover the art of streamlined and efficient teamwork. - Source: dev.to / over 2 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
Asana - Asana project management is an effort to re-imagine how we work together, through modern productivity software. Fast and versatile, Asana helps individuals and groups get more done.
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions
Trello - Infinitely flexible. Incredibly easy to use. Great mobile apps. It's free. Trello keeps track of everything, from the big picture to the minute details.
Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible
Obsidian.md - A second brain, for you, forever. Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.
C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation