Hashnode blog generation addedOverview This commit updates the Hashnode blog generator to use a newer version and improves the metadata associated with the generated posts. File wise changes made .github/workflows/commit-blog-generator.yml The name of the job has been changed fr...Feb 3, 2024·1 min read
Added POST route in server.jsOverview Added a new POST route to handle incoming requests. Updated the GET route to log the request headers. File wise changes made server.js Added a new POST route "/" that prints the request body. Removed the trailing slash from the previous G...Feb 2, 2024·1 min read
Express module importedOverview This commit contains changes to two files: .gitignore and server.js. gitignore: Adds node_modules/* to the .gitignore file. This prevents Git from tracking changes to the node_modules directory, which contains downloaded Node.js modules. Th...Feb 2, 2024·2 min read
Updated blog generator versionOverview The commit-blog-generator action was updated from version v0.32 to v0.33 in the commit-blog-generator workflow. File wise changes made .github/workflows/commit-blog-generator.yml Updated uses to srajansohani/commit-blog-generator@v0.33 from...Feb 2, 2024·1 min read
New World Editor program addedOverview Added a commit blog generator workflow to automatically generate blog posts on push. Added a script to say hello and display the time. Created a world editor with a canvas to draw points and segments. Added helper classes for points, segmen...Feb 2, 2024·3 min read
World Editor implemented in HTML, JS, CSSOverview Added new workflows for automatic blog generation and saying hello. Added World Editor with a canvas, controls, and drawing capabilities. Created a Graph class and supporting classes for handling points and segments. Added styles for the Wo...Feb 2, 2024·2 min read
New file: World EditorOverview Added GitHub workflows for automatic blog generation and a job to say hello. Created a new HTML page with a canvas, controls, and JavaScript code for drawing graphs. Implemented a Graph class with methods for adding and removing points and ...Feb 2, 2024·3 min read