My Blog

Pexels Divinetechygirl 1181676 0

Demystifying DTOs, Mappers, and When to Use AutoMapper, C# and TypeScript

In modern software development, especially in projects following the principles of clean architecture and domain-driven design, the proper management of data transfer objects (DTOs) becomes crucial. DTOs help in decoupling the internal domain model from the external world, ensuring flexibility, scalability, and maintainability of the application. However, managing DTOs manually can become tedious, especially in large-scale projects. This is where...

Github Recovery Codes 0

Maximizing Productivity in Modern Work Environments: The Role of Blockchain and AI in Microsoft Teams

Introduction In the rapidly evolving landscape of modern work environments, maximizing productivity and enhancing collaboration are top priorities for organizations worldwide. Leveraging cutting-edge technologies such as blockchain and artificial intelligence (AI) can offer unique advantages in achieving these goals. This article explores the significance of blockchain and AI in the context of Microsoft Teams, highlighting their respective contributions to productivity,...

Pexels Olly 3760069 0

Navigating the Hiring Landscape: Senior vs Junior Consultants

In the dynamic world of business consulting, understanding the nuances between senior and junior consultants is crucial. This article will delve deeper into these differences and provide insights into the best approach to engage them for a role. Delineating the Roles Junior Consultants Junior consultants are typically at the beginning of their career journey. They are often recent graduates or...

Pexels Pixabay 209224 0

Convert numbers to words currency (pt-pt, pt-br, en-us) the confusion!!

This is a know issue for converting numbers to words (Currency). There is some confusion in this concept, because not all countries use the same standard. Portugal uses the same nomenclature as most European countries, such as Spain, Italy, France, England, Germany, etc. But for example, the United States and Brazil use another form to designate numbers, which sometimes generates...

Img 0204 0

Freelancers vs Independent contractors? What’s the difference?

Freelancers vs. Independent Contractors: Navigating the World of Self-Employed Professionals When it comes to the hiring process, understanding the differences between freelancers and independent contractors is crucial. Let’s explore why you should care about these distinctions: In summary, understanding the nuances between freelancers and independent contractors allows you to make informed decisions during the hiring process. Whether you need specialized skills, flexibility, or long-term...

Pexels Sora Shimazaki 5926380 0

Consume Lookup Multi Select Fields SPFx with Models and Hooks

First when you set up lookup columns in a list or library, Microsoft restricts you to 12 columns of that type in a single view. The reason behind this limitation is that lookup columns retrieve data from another list or source. If you surpass this limit and try to add a 13th column, you’ll encounter an error message. It seems that 13 isn’t a...

Pexels Tim Mossholder 942304 0

JOB ID: 157 Duck Creek Claims (JOB CLOSED)

JOB ID: 157 𝐃𝐮𝐜𝐤 𝐂𝐫𝐞𝐞𝐤 𝐂𝐥𝐚𝐢𝐦𝐬 𝐚𝐧𝐝 𝐚𝐫𝐞 𝐬𝐤𝐢𝐥𝐥𝐞𝐝 𝐢𝐧 𝐂#, 𝐈 𝐞𝐧𝐜𝐨𝐮𝐫𝐚𝐠𝐞 𝐲𝐨𝐮 𝐭𝐨 𝐞𝐱𝐩𝐥𝐨𝐫𝐞 𝐭𝐡𝐢𝐬 𝐨𝐩𝐩𝐨𝐫𝐭𝐮𝐧𝐢𝐭𝐲. I𝐟 𝐲𝐨𝐮 𝐡𝐚𝐯𝐞 𝐩𝐫𝐨𝐟𝐢𝐜𝐢𝐞𝐧𝐜𝐲 𝐰𝐢𝐭𝐡 𝐃𝐮𝐜𝐤 𝐂𝐫𝐞𝐞𝐤 𝐂𝐥𝐚𝐢𝐦𝐬 𝐚𝐧𝐝 𝐚𝐫𝐞 𝐬𝐤𝐢𝐥𝐥𝐞𝐝 𝐢𝐧 𝐂#, 𝐈 𝐞𝐧𝐜𝐨𝐮𝐫𝐚𝐠𝐞 𝐲𝐨𝐮 𝐭𝐨 𝐞𝐱𝐩𝐥𝐨𝐫𝐞 𝐭𝐡𝐢𝐬 𝐨𝐩𝐩𝐨𝐫𝐭𝐮𝐧𝐢𝐭𝐲. 𝐑𝐨𝐥𝐞 𝐇𝐢𝐠𝐡𝐥𝐢𝐠𝐡𝐭𝐬: In this role, you’ll contribute to the development and testing of cutting-edge insurance solutions. Your expertise will play a crucial...

Img 0140 0

JOB ID: 156 – SharePoint Online solutions using SPFx, .Net, and React

Develop and maintain SharePoint Online solutions using SPFx, .Net, and React We are seeking a skilled SharePoint Developer with a passion for creating efficient and effective solutions. If you have experience in SharePoint Online, SPFx, .Net, React, PowerShell, Power Automate, and Azure development, we want to hear from you! Responsibilities: Develop and maintain SharePoint Online solutions using SPFx, .Net, and...

Pexels Andrea Piacquadio 3822850 0

SPFx IPropertyPaneDropdownOption[] get Unique Options (Duplicates) Cascade

When designing the property pane for your SharePoint client-side web parts, you may have one web part property that displays its options based on the value selected in another property. This scenario typically occurs when implementing cascading dropdown controls. I’m assuming in this Article/Fix you are getting all lists excluding the hidden ones. Let’s Start from the beginning, you have...

Pexels Andrea Piacquadio 3822850 0

PnPJs SPFx orderBy() not working?

In the PnPJs Agnostic Framework Some fields are not sortable, let’s assume this call is using a MODEL where TrainingAreaPosition is a number column without decimal places: I’m using a Custom React Hook, fix by comparing the field name, where Position is a property of the Model to Map