Best of DevTools — April 2024
- 1
- 2
- 3
Community 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
- 5
- 6
- 7
- 8
- 9
Frontend 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
JRebel·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
Medium·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
- 13
- 14
JetBrains·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
Laravel 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
- 17
WordPress·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
- 19
- 20
- 21
System 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
- 23