I’m back, with another blog on GPT and AI. I find these advancements so interesting and fun, and here I’ll share how I use them to maximize my productivity. If you’ve struggled to figure out how to use these new tools, or use them but want to see if there’s more, this blog is for […]
Software Development
XM Cloud Deployments: Static site deployment using Vercel CLI
For the scenario of independent deployment of your NextJs static site, say in an automated deployment, one missing piece is a way to push the SSG site into Vercel. Here I provided a simple deployment script using the Vercel CLI of the static site in the XM Cloud project. Code: # Set up variables with […]
Managing the Uncertainty and Complexity in Software Development – Flags and Lessons (part 3/3)
This is the third post of a blog series which summarizes the lessons I learned during a technological migration with high uncertainty and complexity. In the previous post, I talked about how I faced the problem. In this post, I’ll summarize the flags and lessons. I can conclude that no matter how hard a […]
Experts on Demand- The Benefits of Resource Augmentation
Being a global digital consultancy with technology specialization in just about any IT vertical, we at Perficient work with some of the world’s largest organizations to help grow their brand and business. In recent years, our client project engagements have seen an influx of requests to fulfill specific subject matter expertise project roles, as opposed […]
ChatGPT-4 Capabilities: The Magic of AI
Introduction If you haven’t heard, OpenAI released ChatGPT-4, the successor in a computational sense to GPT-3. Although slower at the moment, its capabilities have improved immensely. How much, you may ask? Well that is what I’m here to tell you. For context, I will be throwing some of the same questions at it I threw […]
Managing the Uncertainty and Complexity in Software Development – Facing the Problem (part 2/3)
This is the second post of a blog series that summarizes the lessons I learned during a technological migration with high uncertainty and complexity. In the previous post, I talked about how I discovered the original problem. In this post, I’ll talk about how I faced the problem. The details, uncertainty, and complexity kept my […]
Openshift Essentials and Modern App Dev on Kubernetes
Introduction Whether you have already adopted Openshift or are considering it, this article will help you increase your ROI and productivity by listing the 12 essential features including with any Openshift subscription. This is where Openshift shines as a platform when compared to pure Kubernetes engine distributions like EKS, AKS, etc. which are more barebones […]
Explore the Advanced Concept of SOQL in Salesforce
What is SOQL in Salesforce SOQL (Salesforce Object Query Language) is a query language used to search for and retrieve data from Salesforce objects in the Salesforce platform. It is like SQL (Structured Query Language) used in relational databases but is specifically designed to work with Salesforce data. With SOQL, you can retrieve data from […]
Managing the Uncertainty and Complexity in Software Development – Discovering the Problem (part 1/3)
This is the first post of a blog series which summarizes the lessons I learned during a technological migration with high uncertainty and complexity. In this post, I’ll talk about how I discovered a problem. Recently, during a migration from a client’s project, I had the opportunity to apply and improve my skill set: technical, […]
Is Your Postman Delivering Too Much? Postman Alternatives
I’ve been a long-time user of Postman, and I’ve seen it grow throughout the years. All I need from Postman is a REST client to check my API endpoints. Recently though, as I opened Postman and had to click through three offers for services I will never use, I started thinking that I should take […]
Automating Front-End Builds with a Windows Shortcut
If you’re a front-end developer, you know that building and deploying your code can be a time-consuming process. But what if you could automate the entire process with just a few clicks? In this blog post, we’ll show you how to use a Windows shortcut to checkout the master branch, clean up your repository with […]
Automation Testing – Demo Websites to test your skills
On the link bellow you will find a list of websites ready and designed to enhance automation testing skills and to practice with different technologies. Automation Testing_ Demo websites to practice or test your skills