Best of DevToolsApril 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    Boost Productivity & Quality: Essential VS Code Extensions

    Discover essential Visual Studio Code extensions that can boost productivity and code quality. From code formatting to error detection, these tools provide valuable features for frontend developers using JavaScript frameworks.

  2. 2
    Article
    Avatar of phProduct Hunt·2y

    Tailscan Devtools - The ultimate developer tool for Tailwind CSS

    Tailscan Devtools is a highly rated developer tool for Tailwind CSS that launched on November 14th, 2022 and provides useful features for developers.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    🕵️‍♂️ The Art of Self-Learning: How to Teach Yourself Any Programming Concept 🤓

    Learn programming effectively with these self-learning tips and project ideas. Choose practical and interesting projects, pick the right tools, and embrace the learning process with curiosity and patience.

  4. 4
    Article
    Avatar of watercoolerWatercooler·2y

    Thanks daily.dev

    daily.dev is a browser extension or web app that consumes 10-15 minutes of the reader's time every time they open a new tab.

  5. 5
    Article
    Avatar of watercoolerWatercooler·2y

    Top 10 IDE’s that developers use!

    Discover the top 10 IDEs preferred by developers.

  6. 6
    Article
    Avatar of gleamGleam·2y

    Gleam version v1.1 – Gleam

    Gleam v1.1 has been released with improvements to the language server, support for Bun runtime, Rebar support, formatter improvements, and more.

  7. 7
    Article
    Avatar of devtoDEV·2y

    What's Your Favorite Productivity Tool?

    Discover cool websites and tools to boost productivity and share your favorites.

  8. 8
    Article
    Avatar of phProduct Hunt·2y

    Colors Visualizer - Visualize your colors on real designs for better experience

    Colors Visualizer is a newly launched tool that allows users to visualize their colors on real designs, improving their experience.

  9. 9
    Article
    Avatar of frontendmastersFrontend Masters·2y

    DevTools Tips & Tricks

    Learn useful tips and tricks to unlock the full potential of DevTools, including inspecting popups on hover, using logpoints for debugging, emulating foldable devices, autocompleting styles, capturing high-res screenshots, inspecting event streams, viewing and copying style changes, using live expressions, and debugging horizontal scrollbars.

  10. 10
    Article
    Avatar of jrebelJRebel·2y

    IntelliJ Shortcuts and Cheat Sheet

    IntelliJ IDEA is a popular IDE for Java development with features that make it stand out. It offers both a free Community version and a paid Ultimate version. The Community version is free and offers a polished user interface, templates, and customizable code completion. The Ultimate version is designed for enterprise use and offers support for a broader range of languages, frameworks, build tools, version control systems, and application servers. The IntelliJ IDEA shortcuts are extensive and can greatly improve developer productivity.

  11. 11
    Article
    Avatar of medium_jsMedium·2y

    How to Find Memory Leaks in Flutter Apps?

    This post discusses how to find and fix memory leaks in Flutter apps using DevTools. It explains the basics of memory management in Dart and provides guidance on using the Memory View in DevTools. The post also covers how to compare different time frames in DevTools and provides a common example of a memory leak in Flutter apps.

  12. 12
    Article
    Avatar of phProduct Hunt·2y

    Keywords AI - Unified DevOps platform to build AI applications

    Keywords AI is a unified DevOps platform for building AI applications. It was launched on October 12th, 2023 and has received a 5/5 star rating from 2 users.

  13. 13
    Article
    Avatar of lnLaravel News·2y

    Jeffrey Way's PhpStorm Setup in 2024

    Jeffrey Way shares his PhpStorm setup and workflow in 2024, highlighting the default color themes, essential plugins, the secret weapon plugin for Laravel, and time-saving features like refactoring and auto-formatting.

  14. 14
    Article
    Avatar of jetbrainsJetBrains·2y

    What’s New in PhpStorm 2024.1

    PhpStorm 2024.1 introduces new features including full line code completion with local AI, support for Symfony's AssetMapper, a new terminal (Beta), sticky lines in the editor, Pest improvements, PHPUnit 11.0 support, improvements to dd, var_dump, and symfony/var-dumper, checks for vulnerable PHP packages in composer.json, rsync support in WSL, frontend updates, and other improvements.

  15. 15
    Article
    Avatar of lnLaravel News·2y

    Automatic Blade Formatting on Save in PhpStorm

    PhpStorm now supports automatic formatting of PHP files based on standards like PSR-2, PSR-12, Symfony, Laravel, etc. The post discusses how to set up Prettier for formatting Blade files in PhpStorm, including the use of prettier-plugin-blade and prettier-plugin-tailwindcss. It also explains how to enable automatic formatting on save and manually reformat code.

  16. 16
    Article
    Avatar of phProduct Hunt·2y

    bugbox - Easy way to manage your web project bugs

    bugbox is an easy way to manage web project bugs. It was featured on April 2nd, 2024 and is not rated yet.

  17. 17
    Article
    Avatar of wpWordPress·2y

    Meet Studio: Your New Favorite Way to Develop WordPress Locally

    Studio by WordPress.com is a free, open source local WordPress development environment that simplifies site setup and workflows. It offers seamless solutions for creating and running WordPress sites locally, as well as sharing work-in-progress sites. Studio is lightweight, efficient, and eliminates the need for complex setups.

  18. 18
    Article
    Avatar of earthlyEarthly·2y

    Building a Monorepo with Java

    Learn how to build a monorepo in Java using Apache Maven, Gradle, or Bazel. Create a Maven archetype for your monorepo and optimize your builds with Earthly.

  19. 19
    Article
    Avatar of phProduct Hunt·2y

    Explainit - Create an AI-Powered chat for your documentation in seconds!

    Explainit enables users to create an AI-Powered chat for documentation quickly and easily. It has been featured on April 18th, 2024 and is Explainit's first launch.

  20. 20
    Article
    Avatar of devblogsDevBlogs·2y

    Announcing Fluid Framework 2.0 Preview

    Announcing Fluid Framework 2.0 Preview with improvements to SharedTree and Fluid Developer Tools.

  21. 21
    Article
    Avatar of systemweaknessSystem Weakness·2y

    Hacking Outside of Private Network — Ethical Hacking as a Beginner [10]

    Learn about hacking outside of private networks and ethical hacking as a beginner. Explore the concepts of port forwarding and Ngrok for remote access. Discover how to use the Metasploit framework and get familiar with common attacks.

  22. 22
    Article
    Avatar of phProduct Hunt·2y

    Does it Scale? - Build what you want without the unknowns

    Does it Scale is a post that discusses building without unknowns in order to achieve scalability. It was written by [author name].

  23. 23
    Video
    Avatar of thevimeagenTheVimeagen·2y

    Teaching Neovim From Scratch To A Noob

    Learn how to install and configure Neovim, including the LSP setup, for a better coding experience.