Skip to main content

Punam Khond

Punam Khond is a Technical Consultant at Perficient with diverse experience in software development. She excels at solving complex problems and delivering high-quality solutions. Punam is passionate about technology and enjoys collaborating with teams and continuously exploring new innovations.

Blogs from this Author

Digital Technology, Software Development Concept. Coding Programmer Working On Laptop With Circuit Board And Javascript On Virtual Screen

Stream API in Java: Enhancements and Use Cases

Working with collections in Java used to involve a lot of loops and verbose code. That changed significantly with the introduction of the Stream API in Java 8. It introduced a functional approach to data processing, resulting in cleaner, more concise, and easier-to-read code. This blog walks through the basics of the Stream API and […]

Team Of Young Coworkers Work Together At Night Office.young Woman Using Smartphone At The Table.horizontal.blurred Background.

Automate Release Notes to Confluence with Bitbucket Pipelines

In this blog post, I will share my journey of implementing an automated solution to publish release notes for service deployments to Confluence using Bitbucket Pipelines. This aimed to streamline our release process and ensure all relevant information was easily accessible to our team. By leveraging tools like Bitbucket and Confluence, we achieved a seamless […]

Female Freelance Developer Coding And Programming. Coding On Two With Screens With Code Language And Application.

How to Implement Spring Expression Language (SpEL) Validator in Spring Boot: A Step-by-Step Guide

In this blog post, I will guide you through the process of implementing a Spring Expression Language (SpEL) validator in a Spring Boot application. SpEL is a powerful expression language that supports querying and manipulating an object graph at runtime. By the end of this tutorial, you will have a working example of using SpEL […]

Woman, Cyber Security And Iot With Technology For Team, Meeting Or Programming Working At Night With Digital Overlay. Group Of Female Employee Developers Code, App Or Big Data In Futuristic Network

How to Remove Strikethrough Text from PDFs Using Python

In this blog post, I will share my journey of developing a Python-based solution to remove strikethrough text from PDFs. This solution is specifically designed for PDFs where strikethrough is applied as a style rather than an annotation. The Challenge Strikethrough text in PDFs can be tricky to handle, mainly when applied as a style. […]