The Pragmatic Programmer

Appian, Pega, Java, DevSecOps, Quality Engineering

Appian

  • HTTP Status Codes

    Read more

  • Types of IAC Tools #1

    Read more

  • Introduction In a world dominated by the internet, we often take for granted the complex processes that enable us to access websites, send emails, or stream our favorite shows seamlessly. One such critical component of this digital ecosystem is the Domain Name System (DNS). DNS is the unsung hero that translates human-friendly domain names into… Read more

  • Ruby #1

    Read more

  • npm install playwright

    https://github.com/automationbro/playwright-course/ Read more

  • In this tutorial, we’ll continue our exploration of Playwright and TypeScript by automating the process of filling out and submitting a form on a website. This example will demonstrate how to interact with input fields, checkboxes, and buttons. Prerequisites Before you begin, make sure you have completed the initial setup outlined in the previous blog… Read more

  • When it comes to automating browser tasks and interactions, Playwright has emerged as a powerful tool in the developer’s toolkit. In this tutorial, we’ll explore how to use Playwright with TypeScript to automate tasks like navigating to websites and capturing screenshots. Prerequisites Before we begin, make sure you have the following installed on your system:… Read more

  • In today’s interconnected digital world, the need to transfer files securely and efficiently is more critical than ever. Enter SFTP, the Secure File Transfer Protocol, a robust solution designed to ensure your data’s safety while seamlessly ferrying files across networks. In this blog, we’ll dive into the inner workings of SFTP, demystifying the process that… Read more

  • Sure, here’s a simple “Hello World” example in Ruby on Rails: Congratulations! You’ve successfully created a “Hello World” example using Ruby on Rails. This is a very basic example, but it gives you a taste of how controllers, views, and routes work together in a Rails application. From here, you can explore more advanced features… Read more