NBnbblogs.hashnode.dev·Jan 16, 2025The Evolution of Email: From Permanent to DisposableIn the early days of the internet, email was a marvel. It was the late 1970s, and the concept of sending a message instantly to someone miles away felt almost magical. People relied on permanent email addresses, tied to their names or workplaces, to ...1 likeSecurity
Gabriel Gonzalezbeyondbaremetal.hashnode.dev·Dec 23, 2024Azure App: Onboarder v2The first version of our Azure App: Onboarder offered an automated way for us to provision new Microsoft 365 users automatically, As with any new product it has several points of failures: The trigger action is via Email and needs to be sent from an...Beyond Bare Metal: Building an Enterprise Infrastructure from the Ground UpAzure
Pulkitblogs.devpulkit.in·Dec 13, 2024Building a Contact Form in Next.js with Resend Email IntegrationSending emails is a common feature in web applications, whether for user signups, notifications, or transactional purposes. In this guide, we’ll explore how to integrate Resend, a developer-friendly email API, into a Next.js application for seamless ...1 like·67 readsresend
Gabriel Gonzalezbeyondbaremetal.hashnode.dev·Dec 8, 2024Azure App: OnboarderNOTE: Big shoutout to Madebygps for this amazing project idea: Onboarder. This is my version adapted to this series. This has been an exciting journey, so far we’ve set up OnPremise Server Infrastructure and Microsoft 365, now with the help of Azure,...36 readsBeyond Bare Metal: Building an Enterprise Infrastructure from the Ground UpAzure
Gabriel Gonzalezbeyondbaremetal.hashnode.dev·Dec 7, 2024Microsoft 365 CollaborationMicrosoft 365 offers many options for Teams to collaborate, share ideas, projects, and basically work together. In this post, we will study and implement the ones that we can find most useful for our case. Microsoft Teams With a Microsoft 365 Busines...Beyond Bare Metal: Building an Enterprise Infrastructure from the Ground Upteams
Gabriel Gonzalezbeyondbaremetal.hashnode.dev·Dec 6, 2024Microsoft 365 additional configurationsMicrosoft 365 is a world itself, even some companies’ IT departments have a Team fully dedicated to its configuration and maintenance, in our case we will continue with its configuration and show the additional features that this suite can offer to u...Beyond Bare Metal: Building an Enterprise Infrastructure from the Ground UpMicrosoft365
Gabriel Gonzalezbeyondbaremetal.hashnode.dev·Dec 6, 2024Microsoft 365 SecurityNow that we have created our Azure/Microsoft 365 tenant, let’s apply security practices to protect our organization’s users and data. Security defaults This feature offers the basic / recommended security settings from Microsoft, once enabled it will...Beyond Bare Metal: Building an Enterprise Infrastructure from the Ground UpAzure
Gabriel Gonzalezbeyondbaremetal.hashnode.dev·Dec 2, 2024Setting up Microsoft 365At this point, the server’s infrastructure is all set. We’ve set up the on-premise domain, servers, file sharing, permissions, group policies, and remote desktop services. What is missing now? The email and office apps so our amazing Team can start w...Beyond Bare Metal: Building an Enterprise Infrastructure from the Ground UpOffice-apps
Khushaal Choithramanikhushcodez.hashnode.dev·Nov 2, 2024How to write Modern Emails using ReactBefore we begin, if you are a video learner - here is a youtube video tutorial for this as well - https://youtu.be/ZF3vHcs9U3s For this tutorial we are gonna use React Email, Resend & NextJS (App Router) Initialise a NextJS Project and install the fo...27 readsNext.js
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Oct 25, 2024☑️Day 54: Mastering Email Notifications in Jenkins🚀Today, I explored email notifications in Jenkins, learning to set up notifications that keep the team updated about build statuses, issues, or any other critical project updates. This is particularly useful for real-time feedback on builds, helping d...14 likesDevops