Best of DevToolsNovember 2021

  1. 1
    Article
    Avatar of jetbrainsJetBrains·4y

    Welcome to Fleet!

    Fleet is a lightweight editor but with a twist. It provides syntax highlighting, simple code completion, and all the things you’d expect from an editor. But wait, there’s more! Fleet is also a fully functional IDE bringing smart completion, refactorings, navigation, debugging, and everything else.

  2. 2
    Article
    Avatar of devtoDEV·5y

    CodeSandbox Black, the best VSCode theme ever!

    I launched it on Product Hunt too and it would be awesome if you checked it out and tried it out yourself! It's based on codesandbox.io, hope you enjoy it! Get Oh My Zsh for your terminal here. Get MonoLisa fonts here MonoLisa.

  3. 3
    Article
    Avatar of vscodeVisual Studio Code·5y

    Notebooks, Visual Studio Code style

    Notebooks are documents that contain a mix of rich Markdown, executable code snippets, and accompanying rich output. Visual Studio Code has supported Jupyter Notebooks for several years but recently added native notebook support into the VS Code core. Anyone can make a VS Code notebook extension that supports custom languages and rich output and creating a notebook is no different than creating any other extension.

  4. 4
    Article
    Avatar of phProduct Hunt·5y

    Automa - A chrome extension for automating your browser

    An extension for automating your browser by connecting blocks. From auto-fill forms, to scraping data of the website, it's up to you what you want to do with this extension. It's free to download and use, and there are no plans to stop using it.

  5. 5
    Article
    Avatar of lnLaravel News·4y

    Announcing the PHP Foundation

    JetBrains, Automattic, Laravel, Acquia, Zend, Craft CMS, Private Packagist, Tideways, and PrestaShop are members. Nikita Popov, one of the key contributors, has decided to switch his focus away from PHP to LLVM. The primary task of the Foundation will be to fund developers to work on PHP.

  6. 6
    Article
    Avatar of phProduct Hunt·4y

    BetterViewer - A chrome extension for better image viewing experience

    BetterViewer was designed as a replacement for the image viewing mode built into Chrome-based web browsers. With BetterViewer you can use various keyboard shortcuts to quickly pan, zoom images, edit and a lot more. It's free to download and use, and there are no plans to stop using it.

  7. 7
    Article
    Avatar of dzDZone·4y

    Top 5 Productivity Plugins For Dev Teams

    GitLive adds a team view showing all work in progress for each collaborator from your Git repository. Tabnine is an AI code completion tool that indexes your code and finds statistical patterns to create customized suggestions. Stepsize is an issue tracker inside your editor for managing technical debt and maintenance issues.

  8. 8
    Article
    Avatar of quastorQuastor Daily·4y

    Software Architecture Principles

    Slack’s codebase is largely written in the Hack programming language. There are no widely-used static analysis tools for Hack, so two interns set out to build one. They did it by adding support for Hack to Semgrep (a popular open source static analysis tool)

  9. 9
    Article
    Avatar of hnHacker News·5y

    Developer Tools secrets that shouldn’t be secrets

    Microsoft Edge’s Console is the most used part of the browser developer tools. There are a few problems with that, and there are better ways to debug scripts. This is a talk that I’ve given at CityJS this September. These are things I encountered during working on the tools and going through user feedback.

  10. 10
    Article
    Avatar of vscodeVisual Studio Code·5y

    Visual Studio Code October 2021

    This iteration, we released a preview of Visual Studio Code for the Web. We closed 4163 issues and fixed 2222 new issues. The main vscode repository now has 2491 open feature requests and 1246 open bugs. Watch a highlight of the new features in this version in the VS Code team's release party.

  11. 11
    Article
    Avatar of rpythonReal Python·4y

    Advanced Visual Studio Code for Python Developers – Real Python

    This tutorial shows you how to get the most out of Visual Studio Code for Python development. You can map all activities in VS Code, whether they’re built-in or provided via extensions, to a keyboard shortcut. After finishing this tutorial, you’ll have a variety of tools to help you be more productive using VS Code.

  12. 12
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    How to Improve and Automate Your Web Development Workflow

    Web Development is about how we test, debug, and finally ship/deploy the application. In this article, you will learn a few web development workflows that can help you develop, test, build, and deploy faster. You can try out all your JavaScript logic, code snippets, and code ideas directly in the browser's console.

  13. 13
    Article
    Avatar of geekcultureGeek Culture·4y

    How to set up Vim in 2021? (2/3)

    How to set up Vim in 2021? (2/3) Enrique Domínguez Follow Nov 8 · 19 min read A comprehensive guide to setting up Vim like an IDE. Part 2: plugins This is part of a series aimed at teaching you the vim fundamentals. Part one is about my .vimrc configurations. Part two is all about the plugins. Part three will be about navigating Vim like a pro.

  14. 14
    Article
    Avatar of newstackThe New Stack·4y

    PHP Has Survived for 26 Years Because It Keeps Evolving – The New Stack

    The company JetBrains announced on its blog the creation of The PHP Foundation. Among the newly announced partners for the new foundation is Automattic, the company behind WordPress. PHP is currently used by 36% of the top 1 million websites — and that figure has been sliding down since around the middle of last year.

  15. 15
    Article
    Avatar of devblogsDevBlogs·5y

    Announcing .NET 6 — The Fastest .NET Yet

    C# 10 and F# 6 deliver language improvements that make your code simpler and better. .NET 6 is the first release that natively supports Apple Silicon (Arm64) and has also been improved for Windows Arm64. Hot Reload enables you to skip rebuilding and restarting your app to view a new change.

  16. 16
    Article
    Avatar of reactnativeexampleReact Native Example·4y

    A web3 chat app built with react native

    Web3 Etherium Mobile Chat App using MoralisChat Screen Wallet. Shows how you can easily create your own Web3 mobile app with Moralis. Can be used to build any Etherium app with the Moralis app. Can also be used as a way to build a web app for the Bitcoin network.

  17. 17
    Article
    Avatar of changelogChangelog·4y

    AppFlowy-IO/appflowy: AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.

    AppFlowy is an open-source, cross-platform app-making tool. It is written in Flutter and Rust and runs on Mac OS X 10.7 or higher. It's free and open source, licensed under the AGPLv3 license. You can build your own apps with AppFlowy using the Flutter or Rust code bases.

  18. 18
    Article
    Avatar of css_tricksCSS-Tricks·5y

    So, You Want to Build an @mention Autocomplete Feature?

    Twitter, Slack, Notion, Google Docs, and Asana have popularized the “@mention” pattern. You can mention another person, a channel, a file, or some other queryable object using triggers, such as the @ or # characters. This opens a panel with suggestions, letting you complete your message with the right reference.

  19. 19
    Article
    Avatar of hashnodeHashnode·5y

    Cherry-Pick Your Teammate's Changes Without Push 'n Pull-ing To Your Repo In WebStorm

    GitLive allows you to cherry-pick your teammate's changes straight from their local files without having to push and pull to Git. Clicking on a file will open a diff of the changes so we can make sure it contains only the changes we need. You can also perform the cherry pick at the level above if you want to pick all changes from multiple files at once.

  20. 20
    Article
    Avatar of gcgitconnected·4y

    5 JetBrains plugins to upgrade the built-in Git support to the next level!

    JetBrains' Git plugin is a full-blown Git client in its own right with almost all the features of a standalone client such as SourceTree, Tower or GitKraken. But there are even more features you can enhance your IDE’s Git support with — allow me to present to you 5 plugins that build on top of Git and supercharge it.

  21. 21
    Article
    Avatar of devdojoDevDojo·4y

    GitHub Copilot blew my mind on a code-along exercise

    GitHub Copilot is an extension that can be installed in most IDEs and text editors. It suggests lines of code, or entire functions, based on the OpenAI engine. This tool uses our code to, in turn, suggest code right back to us. It speeds up the development process greatly and helps to reduce mistakes.

  22. 22
    Article
    Avatar of geekflareGeekflare·4y

    IDE as a Code with GitHub Codespaces in Visual Studio Code

    GitHub codespaces is a cloud environment that is accessible from a browser and has all the features necessary for developing dedicated code. To use this feature, you must have Docker installed on your machine. It is also necessary to install the Remote Containers extension, which will help us build the development environment.

  23. 23
    Article
    Avatar of phProduct Hunt·4y

    Dev Lake - An open-source data-lake & dashboard for Your dev tools

    More Dev. Less Ops. Dev Lake is a free & open source product analyzing & visualizing the data inside your dev tools. It brings the information you care about to one personalized & practical dashboard. It's a free and open source tool to analyze & visualize the data in your Dev tools.

  24. 24
    Article
    Avatar of sdtimesSD Times·4y

    JetBrains previews new lightweight, polyglot editor Fleet

    Fleet is a polyglot editor, meaning that it can be used as a single IDE for all languages. It currently supports Java, Kotlin, Go, Python, Rust, and JavaScript. The company plans to extend support to cover PHP, C++, C#, and HTML.

  25. 25
    Article
    Avatar of phProduct Hunt·4y

    Krinql - An AI powered suite of developer tools

    An AI-powered suite of developer productivity tools (Including a VSCode plugin, CLI Tool, and WebApp) to help with tasks such as writing docstrings, re-writing code in a different language, answering technical questions, and many more. An AI- powered suite ofDeveloper productivity tools.