Best of DevTools — July 2022
- 1
- 2
Visual Studio Code·4y
The VS Code Server
The Visual Studio Code Server (private preview) is available now. It lets you use VS Code locally to develop applications "remotely" on the Windows Subsystem for Linux (WSL), in Docker containers, and on remote physical or virtual machines you manage over SSH. This is just the first step along the path towards a fully unified code manage that lets you manage both the desktop and the server.
- 3
Hacker News·4y
Learn Vim the Simple Way
.css-1ydpsmy {display:flex;-webkit-align-items:flex-start;-moz-box-align: Flex;-ms-flex- align: Flex-start. .css-da5oxk{overflow:visible;height:100%;}.css-8w41o5{--chakra-wrap-x-spacing:0.5rem;--chakra-wrap-y-spaces: 0.5 Rem;--wrap-X-Spacing:calc(var( --chakria-warp-x) / 2);--wrake-Y- Spacing:
- 4
It's Foss·4y
AppFlowy: An Open-Source Alternative to Notion
AppFlowy aims to be an open-source replacement to Notion, providing you with better privacy. Built with Rust and Flutter, AppFlowy follows a minimal approach to simplify things yet with enough room for tweaks. Notion can directly access your private data in the cloud as closed-source software.
- 5
The New Stack·4y
TypeScript Tutorial: A Guide to Using the Programming Language
JavaScript is one of the most widely-used programming languages for frontend web development on the planet. TypeScript is a strict syntactical superset of JavaScript that aims to extend the language, make it more user-friendly, and apply to modern development. I’m going to walk you through the installation of TypeScript and get you started by creating a basic Hello, World! application.
- 6
Geekflare·4y
14 Best VS Code Extensions For Developers
VS Code is a super-organized source code editor that supports software and app development operations like version control, debugging, and task running. Extensions are simply add-ons that you can install in the VS Code app and gain access to new functionalities. To increase your software development project’s productivity, you can use some of the best VS Code extensions.
- 7
KDnuggets·4y
12 Essential VSCode Extensions for Data Science
Visual Studio Code (VSCode) is a free integrated development environment (IDE) It is popular among developers and data practitioners. The VSCode provides rich functionalities, extensions ( plugins), built-in Git, ability to run and debug code, and complete customization for the workspace.
- 8
Hashnode·4y
5 WebStorm Plugins To Boost Your Productivity
WebStorm comes with a set of built-in features that make every programmer’s life much easier. Even such a great tool can become even more amazing with a little optimization. I thought I would share with you my pick of the tools that really improved my productivity in WebStorm.
- 9
Visual Studio Code·4y
Visual Studio Code June 2022
3-way merge editor allows you to quickly resolve Git merge conflicts. Command Center replaces the normal title bar and lets you quickly search for files in your project. Do Not Disturb mode - Silence non-critical notification popups. Toggle Light/Dark themes - Quickly switch between preferred light and dark themes.
- 10
C# Corner·4y
5 Trending VS Code Extensions For Productivity
GitLive is a fantastic extension to enhance the IDE’s built-in Git functionality with real-time features. Markmap is an interesting extension that helps you create visualizations for your markdown files. Blockman is a VS Code extension for nested block highlighting which makes navigating the code super easy.
- 11
Medium·4y
PhpStorm Plugins You Should Know
Php Inspections is an open-source Code Review and Static Code Analysis tool for PHP (aka inspections in JetBrains IDEs) It’s a must-have add-on to PhpStorm to ensure high-quality coding.Database Navigator is a database development, scripting and navigation tool.
- 12
Chrome Developers·4y
What's New In DevTools (Chrome 104)
The Restart frame feature is back! You can re-run the preceding code when paused somewhere in a function. You can now replay user flows at a slower speed — slow, very slow, and extremely slow. The new Hardware concurrency setting in the Performance panel allows developers to configure the value reported by navigator.hardwareConcurrency.
- 13
- 14
Better Programming·4y
Optimize WebStorm For Productivity — My Top 5 Extensions
GitLive adds real-time features such as online presence for team members and instant merge conflict detection. Quokka is a rapid prototyping playground in your editor, with access to your project’s files, inline reporting, code coverage and rich output formatting. Protobuf provides complete protobuf support.
- 15
Syncfusion·4y
Arm: The Future of Software Development
Arm processors are desirable for light, portable, battery-powered devices, including smartphones, laptops, tablet computers, and other embedded systems. Windows applications can usually be run using Arm processors. The Arm processor can run x86 and x64 in emulation mode. To enjoy the most efficiency, it is always better to build the application in Arm configuration.
- 16
DEV·4y
PhpStorm Plugins You Should Know
JetBrains marketplace offers a lot of useful plugins that aim at increasing our productivity and comfort of work. I decided to test some of them and here is my choice of tools that really make a difference. Php Inspections is an open-source Code Review and Static Code Analysis tool for PHP.
- 17
Community Picks·4y
What is Developer Experience (DevEx, DX)?
A well-designed developer portal simplifies multiple different processes into simple self-service clicks. DevOps maturity model is meant to describe and relay an organization’s standing in their DevOps journey. As DevOps is a continuous process, organizations have to make sure they’re consistently keeping up with DevOps processes and goal markers.
- 18
Product Hunt·4y
Amplify UI - Don't just prototype. Connect your UI to the cloud
Amplify UI is a collection of accessible, themeable, performant React components that can connect directly to the cloud. 40+ components can be customizable with design tokens. Build visually with Figma integration ⚡️ And more! Free Developer Tools, Amplify UI Launched in Open Source UX Design.
- 19
Product Hunt·4y
clientdb - Build lightning fast apps with instantaneous interactions
clientdb is an Open Source Developer Tools. Made byand. Featured on July 18th, 2022 .is not rated yet. This is clientdb's first launch. It was hunted byin Open Source developer tools. clientdb is available on GitHub and is free to use.
- 20
Towards Data Science·4y
How I Set Up My MacBook Pro As A ML Engineer in 2022
How I Set Up My MacBook Pro As A ML Engineer in 2022 A guide to getting your MacBook ready for ML development. These are the things I do to setup my MacBook as a ML Engineer. This article is inspired by Vinicius — do check out his article here!
- 21
JetBrains·4y
IntelliJ IDEA 2022.2 Is Out!
IntelliJ IDEA 2022.2 is available, bringing a range of noteworthy upgrades and refinements to the IDE. This new version includes multiple quality improvements to the remote development Beta, making its functionality sleeker and more stable to work with. You can download the new version from our website, update directly from the IDE, update via IntelliJIDEA 2022. The new version also supports the features introduced in Kotlin 1.
- 22
Product Hunt·4y
Infracost VSCode Extension - See cost estimates for Terraform right in your editor
Infracost makes it easier for all developers, DevOps, SREs and platform teams to understand how their code changes will impact cloud costs. They're now launching their VSCode extension, so you can see how much your terraform code will cost as you type.
- 23
ITNEXT·4y
Calling REST APIs From the IDE : VSCode
Developers use a lot of URLs: your app URLs, URLs for consumed services, etc. These URLs, and sometimes their payloads may differ per environment. As a dev you are going to constantly hit them. Developers have relied on utilities outside the IDE to track the URLs, send test payloads, and inspect the response. Now you can do all of that from your IDE!
- 24
Pointer·4y
Developer tools, apps, design, games
Do you want better documentation, APIs, libraries, and tools to build your projects? Platforms at the service of developers use the insights from our surveys to make life easier for software builders. Your answers will directly impact the future of the ecosystem. Be the influencer of change.
- 25
Bits and Pieces·4y
Debugging JavaScript with Live Expressions in Chrome DevTools
Google Chrome is one of the most popular and widely used web browsers. It has become the go-to web browser for developers to test their JavaScript code. It gives its users the ability to utilize the web developer tools built into the web browser to debug most web applications. This article will focus on the Live Expressions feature within the developer console.