Though I’ve wrote this function for Angular – ag-grid, this can be used as an independent method as well. Code:
-
-
While you will find multiple solutions for formatting a date in ag-grid on internet/stackoverflow and documentation, here is one method I found handy: { field: ‘DateUpdated’, valueFormatter: params => formatDate(params.value, ‘MMM, dd yyyy’, ‘en-US’) }
-
Read in detail here – https://learn.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-7.0 Disclaimer: this is an unethical practice so this is recommended only for development/debugging purpose
-
I was wondering if I can have a feature to post who-are-all-on-planned-leave list daily in the HR/leaders group in Microsoft Teams. Searched for a plugin in the marketplace, and tried to find a API also. Finally, contacted the Bayzat support and found they don’t have a developer API available at the moment. Then I went though the normal HTTP calling methods and found it worked well. Sharing with you, hoping someone will find this useful in future. Here is the Adaptive Card output you get in Teams: This is the high level view of the Power Automate App Flow Details:…
-
Here is a nice playlist for Spring Boot beginners videos from Java Brains – https://www.youtube.com/playlist?list=PLqq-6Pq4lTTbx8p2oCgcAQGQyqN8XeA1x
-
This is just a revision of my school memories. Language used is Java.
-
Haven’t tried their paid courses but free courses are excellent. My Great Learning Academy – https://www.mygreatlearning.com/academy Solo Learn – https://www.sololearn.com/
-
I just coded this for my personal use, but thought someone else also might be interested in – https://github.com/ninethsense/WordPronounce
-
You can simply change same to send a mail notification too, instead of Teams. Sample output on Teams: Development Steps: Step 01 – Create query in Azure DevOps board for Bugs I would start with a Recurrence Trigger (schedule). Check always the Time zone of the trigger will happen on GMT. Step 01 – Schedule I would start with a Recurrence Trigger (schedule). Check always the Time zone of the trigger will happen on GMT. Step 02 – Initialize Azure DevOps URL (optional) I am using this url for hyper linking in the output, which can be considered optional. Step…
-
Assuming you have a “List” in SharePoint and you want to post a summary/or list as-it-is to a chat group in Microsoft Teams. You can simply change same to send a mail notification too, instead of Teams. Output in Teams: Development Steps: Step 01 – Schedule I would start with a Recurrence Trigger (schedule). Check always the Time zone of the trigger will happen on GMT. Step 02 – Get list items from SharePoint Choose the site address and list name Step 03 – HTML’ize I wanted to format the SharePoint List content as a table and, MS Teams message…