os-tutorial
How to create an OS from scratch (by cfenollosa)
serverless-graphql
Serverless GraphQL Examples for AWS AppSync and Apollo (by serverless)
os-tutorial | serverless-graphql | |
---|---|---|
41 | 222 | |
28,557 | 2,721 | |
0.0% | - | |
0.9 | 0.0 | |
about 1 year ago | 9 months ago | |
C | JavaScript | |
BSD 3-clause "New" or "Revised" License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
os-tutorial
Posts with mentions or reviews of os-tutorial.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-20.
-
Introduction to Operating System Design
Projects: Try building a simple OS with OS Tutorial
-
The Top 10 GitHub Repositories Making Waves ππ
How to create an OS from scratch
-
PS/2 mouse driver problem
My dude. Your functions have exactly the same names as his. Copying it from a different tutorial based on James Molloy's tutorial does not make it any less James Molloy's code.
-
How to get started learning about os development?
I started out with this tutorial: https://github.com/cfenollosa/os-tutorial. It doesn't get you too far but it explains the basics very well, so check it out. After that I looked up James Molloy's kernel tutorials (look it up on Google, it's all on a website). Be advised that he's got a bunch of errors and bugs in the tutorial, there is a whole page on it on the osdev wiki titled known bugs in the JamesM kernel all something like that, but it's still great and gets you pretty far. After that, I chose to develop a FAT32 driver on my own, I can link some sources or my own code for you as well, but it's really up to you to follow what you like. I also found a great youtube series (https://youtube.com/@poncho2364?feature=share9), check out his osdev series, he also has some cool stuff there. And as I said, good luck on your journey and you can ask me in a DM as well if you get stuck somewhere!
-
OS Dev tutorial: different hexdump output but program runs as expected
tutorial : here
-
Why does my bootloader fail to read more than 12 sectors off the disk?
Yeah, I'm following cfenollosa's OS tutorial for guidance. You mentioned that you've seen the same code, with the same bug? What was the solution there?
- Guide to Build an Operating System From Scratch
-
Microsoft doesn't want you to write a new operating system
hey, just in case you actually want to write an operating system, you should check out cfenollosa/os-tutorial: How to create an OS from scratch, it is an amazing tutorial that will get you from basic printing all the way to a command line interface!
-
An Operating system i made, can someone smarter then me critique this?
You might be able to sink your teeth into something like this if you're interested in real os development, haven't got far myself but it's fun and you'll learn a lot https://github.com/cfenollosa/os-tutorial
-
Piko-piko OS. A homemade 16-bit x86 toy operating system for fun.
So I made a 16-bit x86 toy OS in pure assembly. 3 months ago, I found a very fun tutorial on github that is about Operating system development. I read the first few chapter and from there I made a very simple, extensible (?) toy operating system that could run on hardware (yes, it is madness).
serverless-graphql
Posts with mentions or reviews of serverless-graphql.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-12.
- Vercel/fun: Ζun β Local serverless function Ξ» development runtime
- Conector Kafka Lambda Sink com Localstack
-
The main steps I follow when kicking off Node.js projects
Serverless is fantastic and probably the only solution for handling serverless architecture. Itβs incredible for prototyping or small APIs. Still, I prefer to use it along with monolith or MS architectures as additional services or to handle narrow application parts where serverless is suitable.
-
Trending in Web Development in 2024
Serverless Framework: Guide to Serverless
-
Test Observability for AWS Lambda with Grafana Tempo and OpenTelemetry Layers
Using the Serverless Framework, Iβll guide you through implementing a Lambda function that sends a request to the PokeAPI to grab Pokemon data by id, to then store it in a DynamoDB table.
- The Demise of the Mildly Dynamic Website
-
How to Deploy Dart Functions to AWS Lambda
In this article, we will use Serverless Framework and Docker Desktop to deploy Dart functions to AWS Lambda. If you haven't installed them yet, please complete the installation using the following commands or links.
-
Testing AWS Lambda Functions (Serverless Framework) with OpenTelemetry and Tracetest
Since then, the ecosystem has changed. Using the Serverless Framework makes deployment simpler. We released the managed Tracetest App making any serverless-based systems simpler to instrument and test. You can now test public-facing apps with no infra overhead!
-
The 2024 Web Hosting Report
We see some great results from using these in conjunction with frameworks such as SST or Serverless, and also some real spaghetti from people who organically proliferate 100βs of functions over time and lose track of how they relate to each other or how to update them safely across time and service. Buyer beware!
-
Deploy app to AWS by using Serverless Framework
When we think about AWS serverless service, the first thing that comes to our mind is Lambda function. Yes, the quickest way to deploy this backend Express JS app to AWS is to deploy it as a Lambda function. The easiest way is using Serverless Framework.
What are some alternatives?
When comparing os-tutorial and serverless-graphql you can also consider the following projects:
acwj - A Compiler Writing Journey
dynamodb-onetable - DynamoDB access and management for one table designs with NodeJS
os01 - Bootstrap yourself to write an OS from scratch. A book for self-learner.
middy - π΅ The stylish Node.js middleware engine for AWS Lambda π΅
littleosbook - Source for the little book about OS development
copilot-cli - The AWS Copilot CLI is a tool for developers to build, release and operate production ready containerized applications on AWS App Runner or Amazon ECS on AWS Fargate.