Best of ToolsSeptember 2021

  1. 1
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    17 Killer Websites for Web Developers

    The Unsplash API is a modern JSON API that surfaces all of the info you’ll need to build any experience for your users. Embeddable Widget Apps for Notion is a tool to add 3rd party apps to your Notion Document. Smart Mockup is the fastest web-based mockup tool.

  2. 2
    Article
    Avatar of devtoDEV·5y

    15 Developer Tools to Make You Super Productive

    Pairing with experienced developers leaves you with many tips, tricks, shortcuts, and tools that help them focus on a product’s business logic. The best software developers arm themselves with superior knowledge of specific tools that get the job done. Today, I’ll show you 15 developer tools that’d improve your productivity immensely.

  3. 3
    Article
    Avatar of dzDZone·5y

    10 Web Development Trends For Product Owners To Know in 2021

    Running a web project has become more difficult. CTOs and Product Owners can feel FOMO (fear of missing out) We will consider the latest web development trends and innovations. Preference will be given to the technology stack that enables you to shorten development times, increase performance and security.

  4. 4
    Article
    Avatar of hashnodeHashnode·5y

    Trying out Next.js for the first time 🤯

    Hashnode Bootcamp's Day 5 task was a perfect moment I could try a new thing and write about it. Here I am writing about using Next.js for two really basic things I needed to work on. Here are the projects: The Birthday Wish Generator and the Home Page.

  5. 5
    Article
    Avatar of smashingSmashing Magazine·5y

    Interactive Learning Tools For Front-End Developers — Smashing Magazine

    interactive coding tools and games to help you learn CSS, JavaScript, SQL, React, Vim, regular expressions, Jamstack and pretty much everything in-between. Interactive Learning Tools For Front-End Developers are curated by SmashingMag's John Defterios. The list includes games that teach you about different parts of the flexbox specification.

  6. 6
    Article
    Avatar of devtoDEV·5y

    PHP-backend Roadmap

    There are tons of tools in IT to ease programmers' workflow and make a product more efficient. But in the very beginning of honing PHP that might be such a puzzle to pick the right direction and instruments to learn first. A common solution for such problems now – roadmaps – visual sequences which answer the question "what to learn next?".

  7. 7
    Article
    Avatar of dzDZone·5y

    Microservice Roadmap

    With the rise of social media, fast internet, etc. monolithic applications need to deal with a tremendous majority of changes. One of the solutions to boost the application flexibility, scalability, and so many other concerns is to follow a flexible architecture like microservice-based architecture. I decided to make this journey more clear by defining a road map.

  8. 8
    Article
    Avatar of hashnodeHashnode·5y

    Skills You Need to Become a Front End Developer in 2021

    Front End Developer is a person who sets up the UI and tone of a site and translates the designs given by the product team. A front-end developer works on optimizing the performance of the site and components. Frontend development might be easy to learn but it takes time to master, especially on larger products.

  9. 9
    Article
    Avatar of faunFaun·5y

    How to make a basic CI-CD pipeline using Jenkins?

    How to make a basic CI-CD pipeline using Jenkins? Sumyak Jain explains how. We will develop and host a basic maven web application in Java using DevOps tools like Apache Maven as a build tool, GitHub for source code management, Selenium for testing, Jenkins for Continuous Integration, and Apache Tomcat for deployment and use Jenkins plugin to monitor our pipeline.

  10. 10
    Article
    Avatar of phProduct Hunt·5y

    Requestly 2.0 - Intercept & Modify HTTP Requests - Loved by 100K+ developers

    Requestly is a set of developer tools to complete all your Network modification requirements. Intercept, Modify, Debug and Test HTTP Requests and Responses. You can modify headers, mock APIs and responses, set up redirects, delay requests and do a lot more. Exclusive 70% off login to get promo code Embed Collect.

  11. 11
    Article
    Avatar of smashingSmashing Magazine·5y

    How To Build Your Own Mouseless Development Environment — Smashing Magazine

    Building a development environment with the shell as a keystone offers multiple benefits. You can use tools that fit nicely with each other, you can customize everything depending on your own needs, and you can control your entire environment with your keyboard. This can save a lot of cognitive energy as well as deliver a pleasant user experience.