Skip to content
View CodeMelted's full-sized avatar

Block or report CodeMelted

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CodeMelted/README.md

"Write once, run anywhere (WORA)" was the famous slogan made by Sun Microsystems in 1995. At the time, this technology allowed for easy full stack engineering allowing you to target dedicated workstations and on premise servers. So long as a Java Runtime Environment existed, you could run your code. Java was unable to keep to their slogan as web browsers became more advanced, mobile devices became ubiquitous, and companies no longer required dedicated servers.

Table of Contents

Projects

The codemelted.rs project aims to deliver a full stack Swiss Army Knife module for software engineers to facilitate easily building solutions. Utilizing the Rust programming language, the module serves as a backbone to engineer solutions for multiple build targets. This is accomplished by implementing 14 domain specific use cases for the most common problems software engineers face.

Mark Shaffer's GitHub Stats

The full stack Swiss Army Knife approach will support building solutions within the following areas further discussed below.

Consumable Crate

The codemelted Crate provides the ability to write native applications utilizing the 14 domain use cases. This can be from as low-level as a Raspberry Pi to dedicated server services. With the code written in Rust, you gets the speed of C but without the memory safety headaches.

Command Line Interface (CLI)

The codemelted Crate will also provide an installable codemelted CLI command (NOTE: TO BE DEVELOPED). This command will help in building terminal scripted solutions within a given terminal environment. This can aid in building DevOps / cloud solutions It will also support general codemelted.rs project needs.

Progressive Web Apps (PWAs)

The last item the codemelted.rs project will help facilitate is the building of PWAs. One of the final build targets of the codemelted Crate will be the codemelted.js / codemelted.wasm modules. These modules will allow software engineers to build frontend / backend PWA solutions for the browser and JS V8 runtime of choice (i.e Deno or NodeJS) using JS / WASM or build a fullstack solution in Rust targeting those same runtimes (NOTE: TO BE DEVELOPED).

Support

This project does not want to utilize ads on the different websites. To that end, any support for the two hosted projects and the delivery of content is greatly appreciated.

  • Buy Me A Coffee: Direct support for the CodeMelted content and other services not directly related to the codemelted.rs project.
  • GitHub Sponsorship: Direct support for the codemelted.rs project either through a one time donation or a monthly subscription.
  • Website: My main website where I will blog about this project along with other interest and utilize this crate to build out the main website design goals. Sub-domains specialize the content from the main site and serve as support. Also this website is an installable PWA.

Pinned Loading

  1. CodeMelted | Gists CodeMelted | Gists
    1
    # CodeMelted | Gists
    2
    
                  
    3
    This is a collection of an assortment of starter template files for organizing different source file types and beginning their documentation process. It also contains quick tidbits of things I learn that do not require a full on blog post. Lastly it will contain example code from the **CodeMelted | Developer** project as it matures into a usable product.