DevOptimist
DevOptimist
  • 4
  • 318
Pages CMS - Easy Content Editor Extension for GitHub!
I came across Pages CMS when looking for a dead simple way to allow my clients to edit content on their websites that are just static landing pages. They don't want to be messing around with GitHub and committing and figuring out JSON or Markdown files. They just want to see a nice UI and update or save their products and have them get automatically deployed onto their website. Pages CMS does all of that for free, and it's a very intuitive and user-friendly experience for both the devs and the clients to use.
มุมมอง: 72

วีดีโอ

Setting up Recaptcha V3 with Cloudflare Pages
มุมมอง 59หลายเดือนก่อน
-1. Register for a new Recaptcha - Get the code snippets - Get the site key and secret key 2. Set up a new page on Cloudflare - connect with GitHub repo - add the secret key in the env config 3. HTML - Add the Recaptcha script - Add the function for generating the token - Form - trigger the generation on submit API - Cloudflare provided route for handling - context - get the secret and the requ...
“Componentifying” a Basic Static Site
มุมมอง 1602 หลายเดือนก่อน
Refactoring is a skill that every developer needs to hone. Code written in the past might need to get refactored for a variety of reasons including new client requirements or to create a more sustainable codebase for future developers. In this video, I go into my thoughts on refactoring and show how I refactored my personal portfolio site's code to give a better developer experience (for me, my...
Welcome to this little space about coding!
มุมมอง 272 หลายเดือนก่อน
# Welcome to DevOptimist! 1. What is the purpose of this channel? 2. Future content info: Weekly videos will be about a variety of topics related to software engineering, web development in particular, and the US job market for devs and leveling up in your career. Tech used will focus on web development tools, languages, frameworks, libraries, etc. We'll possibly get into productivity helpers l...

ความคิดเห็น

  • @Cmileluv
    @Cmileluv 20 ชั่วโมงที่ผ่านมา

    I'm building a static site and was looking for a simple CMS to use. This is great! Thanks for the demo.

  • @devoptimist
    @devoptimist หลายเดือนก่อน

    GitHub repo with the source code for this demo: github.com/bmbaron/recaptcha-v3-cloudflare-demo/tree/main