current location:Home > Technical Articles > Development Tools

  • Getting Started With Microsoft Visual Studio Code on Linux
    Getting Started With Microsoft Visual Studio Code on Linux
    Key Takeaways Microsoft’s Visual Studio Code (VSCode) is a cross-platform code editor that works well on Linux, Mac, and Windows, offering features such as intelligent code completion, linting, interactive debugging, version control, and support f
    It Industry . visual-studio-code 517 2025-02-20 10:57:09
  • 18 Critical Oversights in Web Development
    18 Critical Oversights in Web Development
    Over the past years I had the opportunity to work on some interesting projects, complex in nature with an ongoing development, constantly upgrading, refactoring and adding new features to them. This article will cover the biggest coding oversights mo
    PHP Tutorial . visual-studio-code 505 2025-02-20 09:15:11
  • Which Code Editors Are Best for Python?
    Which Code Editors Are Best for Python?
    Key Takeaways Sublime Text was found to be the most popular code editor among Pythonists, with 45% of those surveyed preferring it. Other popular editors include Vim, Emacs, Notepad , and TextWrangler. Sublime Text’s popularity is attributed to
    It Industry . visual-studio-code 351 2025-02-20 08:50:11
  • A True Gaming Experience with the Gamepad API
    A True Gaming Experience with the Gamepad API
    Key Takeaways The Gamepad API, a proposed standard of the W3C, provides a consistent API across browsers for connecting gaming input devices like an Xbox Controller to a computer for browser-based experiences. The Gamepad API offers flexibility
    JS Tutorial . visual-studio-code 941 2025-02-19 12:52:11
  • Build a Web Game in an Hour with Visual Studio and ASP.NET
    Build a Web Game in an Hour with Visual Studio and ASP.NET
    This article is part of a web development series from Microsoft. Thank you for supporting the partners who make SitePoint possible. This article discusses: Basic game development philosophy Using Web technologies for game development Adding game co
    JS Tutorial . visual-studio-code 186 2025-02-19 12:35:10
  • How to Create Your Own Browser with JavaScript Using EdgeHTML
    How to Create Your Own Browser with JavaScript Using EdgeHTML
    This tutorial demonstrates building a basic web browser in Windows 10 using the Microsoft Edge WebView control and standard web technologies (HTML, CSS, JavaScript). While a Mac-based equivalent isn't directly supported, virtual machines or dual-boo
    JS Tutorial . visual-studio-code 690 2025-02-19 09:03:09
  • How to Build a WI-FI Dashboard Using Node.js and Ractive.js
    How to Build a WI-FI Dashboard Using Node.js and Ractive.js
    Key Takeaways Utilize Node.js to build a server that extends existing functionalities to include Wi-Fi network information, making the dashboard more comprehensive. Implement Ractive.js for the client-side to manage real-time updates and interac
    JS Tutorial . visual-studio-code 564 2025-02-18 13:05:16
  • Untangling Spaghetti Code: Writing Maintainable JavaScript
    Untangling Spaghetti Code: Writing Maintainable JavaScript
    This article was peer reviewed by Tom Greco, Dan Prince and Yaphi Berhanu. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be! Almost every developer has had the experience of maintaining or taking over a leg
    JS Tutorial . visual-studio-code 267 2025-02-18 11:49:09
  • JavaScript Refactoring Techniques: Specific to Generic Code
    JavaScript Refactoring Techniques: Specific to Generic Code
    Key Takeaways: Refactoring JavaScript enhances code readability, maintainability, performance, and reusability, aiding bug detection and correction. Common techniques involve minimizing redundancy using variables, improving event handling, and refin
    JS Tutorial . visual-studio-code 769 2025-02-17 12:06:11
  • The Best Markdown Editor for Windows
    The Best Markdown Editor for Windows
    Markdown Editor: The Best Choice for Windows Platform Markdown has become the standard text markup language on the web, but many variations or extensions have emerged as creators are reluctant to use the "Markdown" name. This article will focus on the seven Windows platform Markdown editors, and analyze their advantages and disadvantages and future development trends. Comparison of seven Windows Markdown editors This article will compare seven editors, Texts, WriteMonkey, Haroopad, MarkPad, MarkdownPad 2, Typora and Caret. They have their own advantages in function and style, and some pay more attention to
    It Industry . visual-studio-code 394 2025-02-17 09:51:13
  • 11 Productivity Tools to Help Web Developers Beat Deadlines
    11 Productivity Tools to Help Web Developers Beat Deadlines
    Guide to practical tools for improving development efficiency Many developers have this experience: a day full of plans, but the task is not completed in the end, where has the time gone? This article will introduce a range of tools to improve work efficiency and divide them into four categories: time management, checklists, scheduling, and project management. Each category provides solutions to specific efficiency problems. Core points Time management tools such as TMetric, ManicTime, and Timely can help developers track work hours, understand efficiency patterns, and manage billable and non-billable time. Listing applications, such as Wunderlist, Todoist, and Remember the Milk, help me remember tasks and set up
    It Industry . visual-studio-code 540 2025-02-16 11:46:39
  • 10 Essential TypeScript Tips and Tricks for Angular Devs
    10 Essential TypeScript Tips and Tricks for Angular Devs
    This article discusses a range of tips and tricks that work in Angular projects and other TypeScript projects. In recent years, the demand for static typing in JavaScript has grown rapidly. Large front-end projects, more complex servers, and complex command-line tools all promote the need for more defensive programming in the JavaScript world. Furthermore, the burden of compiling an application before it actually runs is not seen as a weakness, but rather an opportunity. While there are two strong competitors (TypeScript and Flow), many trends actually indicate that only one is likely to win – TypeScript. In addition to marketing and well-known features, TypeScript has a
    JS Tutorial . visual-studio-code 783 2025-02-15 12:48:13
  • Debugging JavaScript Projects with VS Code & Chrome Debugger
    Debugging JavaScript Projects with VS Code & Chrome Debugger
    Master JavaScript Debugging with VS Code and Chrome Debugger: A Comprehensive Guide Tired of relying on console.log() for JavaScript debugging? This article introduces powerful debugging techniques using Visual Studio Code (VS Code) and the Chrome De
    JS Tutorial . visual-studio-code 537 2025-02-15 12:22:11
  • Serverless development with Node.js, AWS Lambda and MongoDB Atlas
    Serverless development with Node.js, AWS Lambda and MongoDB Atlas
    Key Points Serverless architecture using AWS Lambda, Node.js, and MongoDB Atlas allows developers to run code without managing servers, focusing on encoding, while AWS takes care of the infrastructure. AWS Lambda seamlessly integrates with MongoDB Atlas to enable powerful real-time applications by triggering functions based on database event. Security settings include creating a MongoDB Atlas database user with limited permissions, and encrypting sensitive environment variables using AWS Key Management Service (KMS). Local testing of Lambda functions can speed up development and debugging
    JS Tutorial . visual-studio-code 382 2025-02-15 12:11:12
  • Angular 2 Components and Providers: Classes, Factories & Values
    Angular 2 Components and Providers: Classes, Factories & Values
    Core points Angular 2 components are able to use providers, a set of injectable objects that components can use. Providers are the basis of Angular 2 Dependency Injection (DI) systems. Providers can be divided into three types: class provider, factory provider and value provider. The class provider generates an instance of the class, the factory provider generates the return value of the specified function, and the value provider directly returns its value. Angular 2's DI system allows registering classes, functions, or values ​​(called providers), addressing dependencies between providers, making the provider's results work in code, and maintaining the injector hierarchy. Angular's injector creates only one
    JS Tutorial . visual-studio-code 647 2025-02-15 12:07:12

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28