Best of TestingOctober 2021

  1. 1
    Article
    Avatar of gcgitconnected·4y

    Basics of CI/CD

    Continuous Integration and Continuous Delivery describe the process of the changes flows to the repository. CI server clones the repository, checkouts to the source branch, and merges with the master branch. If the build is successful, then the Pull Request is allowed to merge. Otherwise, the merge is blocked. The Jacoco plugin can solve the problem easily.

  2. 2
    Article
    Avatar of devtoDEV·5y

    7 design principles for developers

    Using Relative Units & Percentage Widths helps your CSS styles flow across screen sizes. Use min-width media queries ensures that mobile styles get loaded without desktop styles mixed in. Start by listing features, not designing layout. Place key actions where it's easily accessible. Follow the thumb rule to operate their mobile device.

  3. 3
    Article
    Avatar of javacodegeeksJava Code Geeks·4y

    11 Front End Development Trends You Should Follow in 2021

    Front end development involves implementing the web user interface through coding languages like HTML, CSS, and JavaScript. Adopting the latest front-end techniques in a quick software development ecosystem is always in demand. In this blog, we look at how front end development trends have evolved in 2021 and how organizations have accelerated by using these technologies.

  4. 4
    Article
    Avatar of bitBits and Pieces·4y

    Dependency Injection in JavaScript — the Best Tool You’re Not Using for your Tests

    Dependency Injection in JavaScript is the Best Tool You’re Not Using for your Tests. Let me introduce you to your new testing best friend Fernando Doglio. Dependencies in your code can be anything, from a 3rd party library to the database where you save your data.

  5. 5
    Article
    Avatar of devtoDEV·4y

    Top reasons to build an app based on microservices in Node.js

    A microservice is a software design pattern, where a group of interconnected services builds the entire application. In contrast to the monolithic approach to software development, where the application is built as one unit, microservices are responsible for one function, they’re loosely coupled, isolated from the others, and independently deployable. Building applications based on microservices allow developers to focus on clearly defined modules.

  6. 6
    Article
    Avatar of devdojoDevDojo·4y

    The Data Engineer Roadmap 🗺

    The data engineering career has been one of the fastest growing jobs for the past few years. Here are some resources for data engineering that you can save for later. Having a solid understanding of the Linux operating system could be a must in many IT related roles. You are going to benefit a lot if you know the basics of the following:Basic Terminal Usage.