by Demetrius Jackson | Dec 30, 2024 | AWS, Tech
In this post, I’ll walk you through a serverless application that utilizes Amazon Bedrock, a fully managed foundation model service to build a Q&A style interface. We will explore the following components: AWS Lambda for backend serverless compute and logic....
by Demetrius Jackson | Aug 9, 2023 | Tech
I’d like to dive into a subject that many IT professionals find themselves dabbling in at some point: customizing user accounts in Active Directory by adding unique attributes. This is an awesome feature in AD, allowing us to store additional, specific...
by Demetrius Jackson | Aug 6, 2023 | Tech
In this code, I built a simple Node application that serves as an API to retrieve data from a MySQL database. The application is using the Express.js framework and the MySQL library to achieve this. First, I imported the required modules: mysql for database...
by Demetrius Jackson | Aug 5, 2023 | Tech
In my experience as a tech enthusiast and system administrator, I’ve come to realize the importance of staying ahead of cybersecurity threats. It’s a constant battle to safeguard our customers’ sensitive data and systems from potential breaches. One...