Best of ToolsSeptember 2022

  1. 1
    Article
    Avatar of changelogChangelog·4y

    Learn PWA

    Learn PWA fundamentals like the Web App Manifest, service workers, how to design with an app in mind, what's different from a classic web app, and how to Window management A PWA outside of the browser manages its own window. In this chapter, you will understand the APIs and capabilities for managing a window.

  2. 2
    Article
    Avatar of logrocketLogRocket·4y

    Vite 3.0 vs. Create React App

    Vite is built on top of esbuild, a JavaScript bundler written in Go, which bundles dependencies 10-100 times faster than JavaScript-based bundlers. Vite leverages the browser’s native ESM to parse and compile your code as the browser requests it. The browser only needs to pre-bundle your dependencies.

  3. 3
    Article
    Avatar of communityCommunity Picks·4y

    Penpot is a Solid Open-Source Figma Alternative to Look Out for!

    Penpot is a free and open-source solution as an alternative to Figma and similar design tools. It is in its beta phase following its launch on ProductHunt nearly two years ago. The major highlight is the use of SVG as its native format.

  4. 4
    Article
    Avatar of itsfossIt's Foss·4y

    Advantages and Disadvantages of Using Linux

    Linux is totally open-source, meaning anyone can inspect the source code for transparency. There are specialized lightweight Linux distributions that are tailored to run on older hardware. If you don’t need Adobe for your work, Linux is a pretty good choice.

  5. 5
    Article
    Avatar of devtoDEV·4y

    Database GUIs in JavaScript

    Traditional tools are often written in Java, C++ or Delphi and they use good old JDBC, ODBC or ADO.NET drivers for accessing database. Almost all tools are open-source. If you know about other tool not listed in this article, you could write about it in comments below. For SQLlite I actually use Firefox.

  6. 6
    Article
    Avatar of asayerasayer·4y

    SEO Tips for Next.js sites

    Next.js is an open-source react framework tool created by Vercel. It enables you to use React to create server-side rendering and static web applications. Next.js has a few different techniques and APIs that developers can use to ensure we’re providing as much SEO value as possible.

  7. 7
    Article
    Avatar of medium_jsMedium·4y

    5 CLI Tools Made With Rust To Improve Already Popular Tools

    5 command-line tools made with Rust to improve some of the more popular command line tools. These five tools will catch your eye with the improvements they bring to the table. To install bat, you can follow their README or just go the Rustacean way.

  8. 8
    Article
    Avatar of codegurucodeguru·4y

    Best Video Game Development Tools

    Video game development tools continue to evolve, allowing users to create games that are more enjoyable and eye-catching than ever. Some can help you collaborate and manage projects with your team, while others work wonders for creating animations, characters, and more. With Evercast, your team can share comments and feedback, use on-screen drawings to make visual notations and have access to time-stamped notes.

  9. 9
    Article
    Avatar of asayerasayer·4y

    Four top Front End Monitoring Tools for your Website

    Front-end or front-end application monitoring includes the process and tools for tracking and managing an application’s presentation layer. It also helps fix websites, native apps, and web apps by discarding potentially harmful errors. For example, NGINX Amplify, a SaaS-based monitoring tool, monitors performance.

  10. 10
    Article
    Avatar of medium_jsMedium·4y

    Debugging Three.js Projects Just Got a Whole Lot Easier

    Three.js is a JavaScript library that allows users to create and display 3D content in the browser. To build this 3D world, Three.js relies on WebGL, a JavaScript API that allows developers to create triangles, which come together to create a 3D experience in your browser. Ricardo Cabello created Three.

  11. 11
    Article
    Avatar of faunFaun·4y

    PHP Coding standard tools and configuration

    PHP Mess Detector (PHPMD) makes sure that your code follows the SOLID principles, adheres to the naming conventions, and checks for unused code. PSALM Psalm is also a static analysis tool like PHPSTAN but PASLM attempts to dig into your program and find many more issues.

  12. 12
    Article
    Avatar of itnextITNEXT·4y

    Shorten go-live time for Node.js applications with Amplication

    Amplication is an open-source tool for implementing the frontend as well as the backend of our application in minutes through a user interface. Amplication takes away the burden of choosing our stack and it provides us with a predefined stack with a lot of boilerplate code which is ready.

  13. 13
    Article
    Avatar of codemotionCodemotion·4y

    Automate everything with Python

    Python is one of the most popular programming languages in developer surveys. It uses dynamic or duck-typing for intuitive coding and also features in-built garbage collection. It’s easy to find Python integrations for Facebook, Tiktok, Instagram and other social media platforms.

  14. 14
    Article
    Avatar of gcgitconnected·4y

    7 Best Tools for Monitoring Node.js Servers.

    There are several tools available for monitoring servers, but few are designed specifically for Node.js. In this post, we will discover the 7 best of them. PM2 PM2 is a potent instrument to run Node applications, but it is also very good at maintaining and monitoring standalone applications in production servers.

  15. 15
    Article
    Avatar of kdnuggetsKDnuggets·4y

    7 Tips for Python Beginners

    Learn everything about Python is not necessary, but you need to build a base. In an interactive learning environment, you will see a description section, code editor, ipython shell, and lessons. The only way you can move to the next task is when you have successfully typed the correct code and run it. Even companies want their employees to learn new skills, tools, and concepts.

  16. 16
    Article
    Avatar of medium_jsMedium·4y

    The modern CLI stack. Sharing my findings about the…

    Nushell, or nu, is a modern data-oriented shell written in Rust. It needs almost zero configuration to start working with it, even tho a lot can be configured, has syntax highlighting, auto-completion and other useful features enabled by default. It implements all shell commands (like ls, cat, etc)

  17. 17
    Article
    Avatar of communityCommunity Picks·4y

    9 Figma Alternatives For A Blazingly Fast Increase In Your Productivity.

    Adobe has acquired Figma, an alternative design tool to use. There are nine design tools that are worth checking out. Penpot is the first Open Source design and prototyping platform for cross-domain teams. Go To TOC Canva is a web-based design platform that makes it easy to create and share professional designs.

  18. 18
    Article
    Avatar of phProduct Hunt·4y

    Make - Build the future together

    Make is a community of makers building the future together and a set of useful tools for makers to grow and run their businesses.

  19. 19
    Article
    Avatar of spaceliftSpacelift·4y

    5 Most Useful CI/CD Tools for DevOps (Popular Options List)

    Azure DevOps by Microsoft is an all-in-one CI/CD platform that features entire software delivery in one place. Azure Test Plans offer a great set of If the compilation steps are required, they are specified as well. A successfully built image can therefore be run on any machine that hosts a Docker engine. The Docker engine also takes care of the resource management for each container.

  20. 20
    Article
    Avatar of vscodeVisual Studio Code·4y

    Dev Container Features

    Dev Container Features are self-contained units of installation code, container configuration, and/or settings. They can be built to work with a wide range of base container images. Features can now be stored as OCI Artifacts in any supporting container registry. The source code of a Feature has two components: An install script ( install.sh) and a configuration file (devcontainer-feature.json)

  21. 21
    Article
    Avatar of svelteSvelte Blog·4y

    What's new in Svelte: September 2022

    SvelteKit's new filesystem-based router is now supported as an HTTP header and works out of the box with Cloudflare's Automatic Early Hints (1.0.0-next.405, PR) $app/storescan now used from anywhere on the browser. by TWF meetup To Read - Creating a Figma plugin with SVELte by Lennart.

  22. 22
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Create a Low-Code Ecommerce App with Stripe, Postgres, & REST API Backend

    A low-code platform can give you pre-built UI components packed with functionality like tables, buttons, and text inputs. This allows you to skip the frontend templates and build your own quickly. We just published a tutorial on the freeCodeCamp.org YouTube channel.

  23. 23
    Article
    Avatar of phProduct Hunt·4y

    Indie Developer Toolkit for Notion - All the info, tools, and plans to build a rewarding career

    The Indie Developer Toolkit is your one-stop-shop for everything you need to build a successful career as a solo indie developer.

  24. 24
    Article
    Avatar of faunFaun·4y

    Why Java and Web Developers should Learn Docker and Kubernetes?

    Why Java and Web Developers should learn Docker and Kubernetes in 2022? Here are a couple of reasons to learn them to further improve your profile as software developer Hello Java and web developers. Docker is a container orchestration tool, something which can do creating, destroying and managing containers at scale. If things go wrong on Production then it’s the developer who is often involved.

  25. 25
    Article
    Avatar of svelteSvelte Blog·4y

    What's new in Svelte: October 2022

    Svemix app has been updated to add the Sverdle game, which Rich demoed at Svel. The Svelte extension gets some helpful new tools, new accessibility (a11y) warnings, and Tan Li Hau teaches us how to build our own SVELte and a Svelter spreadsheet. The new questions channel utilizes Discord's new forums feature to help the community better ask, find and answer questions.