Assert Checkboxes, usage of “blur” and “clear” methods in Playwright Java
A technical tutorial on using Playwright Java to assert checkboxes and utilize the blur() and clear() methods in test automation.
A technical tutorial on using Playwright Java to assert checkboxes and utilize the blur() and clear() methods in test automation.
A tutorial on using Playwright Java to verify tooltip text and set focus to specific web elements for automated testing.
A tutorial on using Playwright Java to verify page titles and check for absent text on webpages, with code examples.
A tutorial on implementing soft assertions in automated tests using Playwright Java and TestNG, with a practical example.
A tutorial on using Playwright Java to verify current vs. expected URLs and placeholder text in web automation tests.
A technical tutorial demonstrating mouse right-click operations and stream()/has-text() methods using Playwright Java for test automation.
A tutorial on automating calendar and date picker interactions using Playwright Java for web testing.
A tutorial on using Playwright Java to select and uncheck checkboxes in web automation tests, covering multiple methods.
A tutorial on using Playwright Java to select and interact with radio buttons in web automation tests.
A step-by-step educational guide to building a Byte Pair Encoding (BPE) tokenizer from scratch, as used in models like GPT and Llama.
A step-by-step guide to implementing the Byte Pair Encoding (BPE) tokenizer from scratch, used in models like GPT and Llama.
A developer continues building a SaaS app with Python & Django, focusing on a magic link email system for user signup.
A developer continues simplifying a SaaS signup process by adding a background task to send magic link emails for user authentication.
A guide on using Anthropic's Model Context Protocol (MCP) to connect AI agents with tools and data sources using various LLMs like OpenAI or Gemini.
Explains the training of DeepSeek-R1, focusing on the Group Relative Policy Optimization (GRPO) reinforcement learning method.
A technical guide to setting up and understanding logical replication between two PostgreSQL databases, including setup steps and limitations.
A technical guide on converting GeoJSON map data into static SVG files using D3.js to reduce JavaScript payload and enable simple interactivity.
Final notes from a book on LLM prompt engineering, covering evaluation frameworks, offline/online testing, and LLM-as-judge techniques.
A technical tutorial on generating Allure test reports using Playwright with Java and Maven, covering dependencies and configuration.
A technical guide explaining the Sliding Window algorithm for solving the 'longest substring without repeating characters' LeetCode problem.