microsoft teams


Maximize Your Company’s Productivity and Potential with the Power of Real-Time Collaboration & Communication

If you’re like most people, you use several custom applications every day at work to get things done. You’re entering data, viewing issues, editing and checking in code, making calls to others to verify process rules, and more. When was the last time you sat down and gave some serious thought to how these applications could be taken to the “next level” though? For example, what if team members could collaborate on the same content and communicate with each other in real-time directly from your app (using chat, audio and/or video) without having to switch to another app? Could this […]


Getting Started with Azure Static Web Apps

What does it take to deploy a modern JavaScript web app? Your initial response might be, “Copy the files up to the server – how hard could it be?”. The reality is that deploying modern JavaScript apps is a bit more complicated than simply copying files up to a server. For example, let’s say that you have a Single Page Application (a static web application) built with React, Vue, Angular, or another technology that hits an API, supports user logins and roles, and has to secure specific server-side routes. To deploy the app you’d need to do something like the […]