atlas news
    
Lawrence McDaniel
17  octobre     23h43
ChatGPT Full Stack Using React AWS Serverless
Lawrence McDaniel    Build a custom ChatGPT web app in no time with this open source ready for production React AWS Serverless scaffolding. This completely free, public GitHub repository includes Vite, Terraform, AWS API Gateway and AWS Lambda. Summary I actually run this code in production as part of my...
06  octobre     01h37
The New Github CoPilot
Lawrence McDaniel    Check out how I’m using the new generative AI features in Github’s completely redesigned CoPilot inside of VS Code to help me with mundane daily coding chores. Summary If you’re interested, this is how I’m using the new generative AI features in Github’s completely redesigned CoPilot inside of...
15  septembre     00h17
OpenAI API With AWS Lambda
Lawrence McDaniel    Fork this Github repo, hack up the examples, and have your OpenAI application in production in around an hour with this serverless solution based on AWS API Gateway Lambda and the OpenAI Python library. Summary If you’re simply looking for a working Python code sample that illustrates The...
01  août     14h49
WordPress oAuth Provider for Open edX
Lawrence McDaniel    WordPress is a great solution for adding marketing and e commerce functionality to your Open edX project. See how you can also leverage WordPress as an upstream oAuth provider to your Open edX installation. Note: Source Code for this tutorial is available here . Proudly Brought To You by ...
30  juillet     11h50
Production-Ready AWS Elastic Kubernetes Service
Lawrence McDaniel    Use Terraform to create a production ready Kubernetes cluster on AWS EKS Note: Source Code for this video tutorial is available in this Github repository . Proudly Brought To You by FullStackWithLawrence on YouTube All production Kubernetes clusters that I have created thus far in my...
01  juin     00h32
The Open edX Example Plugin
Lawrence McDaniel    A community supported Open edX Plugin containing lots of great code samples Note: Code samples and snippets included in this video come from, Open edX Plugin Example, a community supported Github repository. Proudly Brought To You by FullStackWithLawrence on YouTube See more about this...
29  mai     16h41
26 Code Samples To Make You A Better Open edX Plugin Programmer
Lawrence McDaniel    A good understanding of Open edXâ plugins is the cornerstone to creating more robust, more easily upgradable Open edX installations. Note: Code samples and snippets included in this video come from, Open edX Plugin Examples, a community supported Github repository. YouTube Video Series In...
12  avril     19h18
Managing Sensitive Data in CI Workflows With Kubernetes
Lawrence McDaniel    Learn the best practice for managing the states of sensitive data in CI workflows using Github Actions and Kubernetes Note: Code samples and snippets included in this article were prototyped from the production source code for, Open edX Tutor k s get environment secret, a reusable...
11  avril     23h55
Introducing Cookiecutter Open edX
Lawrence McDaniel    The Cookiecutter Open edX project maintains an integrated suite of open source tools for deploying and managing Open edX at scale on Kubernetes using fully automated Build and Deploy CI workflows. Note: get the source code for this article at https: github.com cookiecutter openedx. What...
13  avril     02h21
Managing Your Open edX Backend With Terraform
Lawrence McDaniel    Scaling an Open edX platform can become unwieldy. Let’s take a look at how Terraform can help you maintain control of everything inside your AWS account Note: get the source code for this article at https: github.com lpm cookiecutter openedx devops. Follow the instructions in the README. ...