Author: Ella Murphy

How Can Microsoft SharePoint Help Teams Collaborate?
How Can Microsoft SharePoint Help Teams Collaborate?
Blog Posts

Teamwork is what lies in the basis of every successful business. While each specialist can complete a specific task and make a significant contribution to the overall success of an enterprise, only collaboratively a team can reach real results. In many ways, collaboration is vital for a business. It is what ensures continuity of processes… READ MORE

PVA Series – Authentication in Power Virtual Agent
PVA Series – Authentication in Power Virtual Agent
Blog Posts

Recently Microsoft released some of the features, which were planned to be released on 2nd of December 2019, in their “new” product: Power Virtual Agent. One of them is “Authentication”. In this post I will help you to set up Azure Active Directory as an oAuth2.0 authentication endpoint. How does authentication in PVA works? Once… READ MORE

The 2020 Java Developer RoadMap
The 2020 Java Developer RoadMap
Blog Posts

Hello guys, first of all, I wish you a very Happy New Year 2020. I have been sharing a lot of roadmaps to become a Web developer, DevOps engineer, and recently React.js developer. One of the requests I received from many of my readers was for creating a Java Developer Roadmap. Since Java is my expertise, It wasn’t a… READ MORE

Is C# a low-level language?
Is C# a low-level language?
Blog Posts

I’m a massive fan of everything Fabien Sanglard does, I love his blog and I’ve read both his books cover-to-cover (for more info on his books, check out the recent Hansleminutes podcast). Recently he wrote an excellent post where he deciphered a postcard sized raytracer, un-packing the obfuscated code and providing a fantastic explanation of the maths involved. I really recommend you take… READ MORE

Azure Function Filters
Azure Function Filters
Blog Posts

This feature would solve the problem of customizing or request pipeline and help common logic to share across Azure functions. If you are a .NET developer, you would have implemented ASP.NET MVC filters in your web application. The Function Filters are way similar to ASP.NET filters. In the following, let us see the various filter types… READ MORE