Skip to content

About Us

Be Beyond Code is a blog website that is created by Charunthon Limseelo, among with tech contributors from Microsoft, Google, Thai Programmer Association, and much more. This website is created for the purpose of sharing knowledge and experience in the field of technology. We hope that this website will be a place for everyone to learn and grow together.

This site is officailly launched on January 1st 2024. This site is created using Astro, a static site builder for modern web apps. This site is hosted on Vercel, a cloud platform for static sites and Serverless Functions. This site is also using Tailwind CSS, a utility-first CSS framework for rapidly building custom designs.

coding dev illustration

If you would like to contribute to this site, feel free to make a branch on our github repo and make a pull request. We will review your pull request as soon as possible. To add a new post, you can simply add a new markdown .md file in the src/content/blog directory.

Please follow the following format for your markdown file.

---
author: // (Your Name)
pubDatetime: // 2023-01-30T15:57:52.737Z (your time in ISO format)
title: // (Title Name)
postSlug: // (title-name)
featured: // true/false (choose one)
draft: // true/false (choose one)
ogImage: // (image url)
tags:
  - (tag that in the scope of this post, make as a list)
description: (description of the post)
---

// your markdown content here and you can use html tags as well,
don't forget to add the table of contents
// by adding "## Table of contents" in the markdown file and it
will automatically generate the table of contents for you

Table of contents

Open Table of contents

Features

Here are certain features of this site.

If you like this theme, you can star/contribute to the original repo from Astro. Or you can even give any feedback about our blog site via my email.

List of Contributors

Your Image Description

Charunthon Limseelo - Founder of Be Beyond Code
Microsoft Learn Student Ambassador, KMUTT

Your Image Description

Tinnaphat Somsang - Assistant to Founder of Be Beyond Code
Assumption College Samutprakarn

Your Image Description

Pongsiri Pisutakarathada - Tech Contributor
President of Thai Programmer Association

Your Image Description

Phantip Kokilanon - Microsoft Contributor
Community Lead of Spark Tech Thailand, Microsoft Thailand

And much more contributors to come!

Back to the Top