Technically, I am not a fan of this but tired of laughing without facial expressions throughout my career, especially when talking to sales teams. Thanks to ChatGPT, here is the most abused jargons.
-
-
-
Verify Credential: https://coursera.org/share/04a64b6baff82d00ce17a04e94726d31
-
With this article, the issues and solutions I am trying to address are: On a high level, below is the list of API tasks we have to do to achieve this. We have to make requests to three calls (one less if you have Customer ID already). High level Power Automate flow See below the high level flow I have created to demonstrate: Prerequisites Detailed Flow In this example, I am using a HTTP Request Trigger, which starts when we POST a file and a email-id (I used it to represent a customer in HubSpot contact form). I am doing…
-
I will be discussing on Azure, Cloud-Native, Dotnet advancements and then the .NET Aspire. Register if you are intersted – https://www.meetup.com/kmug-meetup/events/302074333/
-
Views on how target fixation problem can be compared to impacting your career journey The other day, I was reading about target fixation problem in vehicle driving and it occurred to me I have met many people in Information Technology field also with such a problem. Target fixation as per Wikipedia: “an attentional phenomenon observed in humans in which an individual becomes so focused on an observed object that they inadvertently increase their risk of colliding with the object.” In the fast-paced world of IT, it’s easy to get caught up in the rush of achieving specific career goals. One…
-
-
I’m happy to share that I’ve obtained a new certification: AI for Product Management from Pendo.io! Verify: https://www.credly.com/badges/10e7acce-1f49-49f4-b348-33e3568f7c29/public_url
-
-
For the sake of a use case, the intention of this example is to summarize a resume. Google Colab was used for this experiment but you can use your own IDE/environment. Just make sure you have the necessary prerequicites set. Below are the instructions and code: I am using pdfx library to read the pdf document. You can use any provider here. We use OpenAI using LangChain so install the required dependencies 2. Load Job Description (JD) 3. Make the resume content compatible for LLM Chain 4. Initialize OpenAI 5. Define summarization prompt 6. Summarization 7. Print Summary Example output:…