go-go-web
Command-line tool that converts TIL posts into .html files. (by kliu57)
starter-workflows
Accelerating new GitHub Actions workflows (by actions)
go-go-web | starter-workflows | |
---|---|---|
5 | 301 | |
1 | 10,004 | |
- | 1.8% | |
5.0 | 8.4 | |
6 months ago | 26 days ago | |
Python | TypeScript | |
MIT License | GNU General Public License v3.0 or later |
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.
go-go-web
Posts with mentions or reviews of go-go-web.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-25.
-
Publishing my open source project to PyPI!
[metadata] name = gogoweb version = 1.0.3 author = Katie Liu author_email = [email protected] description = Command-line tool that converts .txt or .md files into .html files. long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/kliu57/go-go-web project_urls = Bug Tracker = https://github.com/kliu57/go-go-web/issues classifiers = Programming Language :: Python :: 3 License :: OSI Approved :: MIT License Operating System :: OS Independent [options] package_dir = = src packages = find: python_requires = >=3.7 [options.packages.find] where = src
-
How I Added Continuous Integration (CI) to a C++ Project
For this lab exercise I had the opportunity to add unit tests to a classmate's project and experience their CI workflow. For this exercise I worked on go-go-web by kliu57. Go-Go Web is written in Python and uses the pytest testing framework. This was my first time writing tests for pytest, but I found the pytest docs helpful. However, more helpful was the information provided in the associated issue and the tests already written, which helped me write the test I needed in the author's preferences.
-
Automatically run tests, formatters & linters with CI!
This week, I am using Continuous Integration to automatically lint and test my open source project whenever the code is pulled or pushed to GitHub!
-
Exploring the code behind Docusaurus
This week I want to add a new feature to my text to HTML converter, go-go-web. The feature I plan to add is Markdown Front Matter support. When a user converts an .md file to .html using my program, my program would be able to convert Front Matter in the .md file into metadata tag content in the resulting .html file.
-
First Open Source Collaboration!
I chose to write my program in Python while she used Java. Aside from syntax differences, she has much more exception handling in her code compared to mine. It made me think that I should add more exception handling to my own code. Having another person test my code definitely helps to find more issues. She discovered that I missed implementing the spec for deleting the default output folder at the start of the run. Also, she uses a VS Code extension called Pylint which helped to find many problems with my code. Pylint found many issues with my code which were not best practice, such as not specifying an encoding when reading from a file, or using an f-string that does not have any interpolated variables.
starter-workflows
Posts with mentions or reviews of starter-workflows.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-16.
-
Beyond the Buzzwords: The Relevance of DORA Metrics in Contemporary Cloud Hosting for Developers
CI/CD: GitHub Actions, GitLab CI, CircleCI, ArgoCD
-
Automating Voicebot Deployments for Amazon Connect
In this post, I will share WebRTC.ventures' best practices in automating the deployment of AI-powered voice assistants for Amazon Connect, moving beyond manual, click-by-click setups to a robust, scalable Infrastructure as Code (IaC) approach. We’ll explore how to manage both static and dynamic resources, leverage tools like Terraform and AWS Serverless Application Model (SAM), and even set up an automated deployment pipeline using Github Actions to deploy your conversational IVR solutions efficiently.
-
Getting Started with DevOps
Github Actions (Popular)
-
Deploying a static Website with Pulumi
The Python Pulumi code is deployed with GitHub Actions. This leverages static credentials for AWS embedded as repository secrets. I have implemented two workflows:
-
As Visual Studio App Center closes, a look back, and what to use now?
When Microsoft announced the App Center shutdown last year, they recommended an array of alternative tools from elsewhere in their developer toolkit and beyond to replace its capabilities. Users seeking an alternative to App Center's hosted build automation, or App Store deployment, capabilities can look to Azure DevOps Pipelines or GitHub Actions. For cloud-based on-device testing, they recommend external tool BrowserStack. And for internal and test distribution, they simply steer users towards either TestFlight or Google Play Console.
-
The Tech Stack of a Cloud Computing Startup
We manage infrastructure with Terraform and lean heavily on GitHub Actions for CI/CD. Very simple but it works! Oh and a lot of bash scripts of course.
-
🚀 The AI Revolution in DevOps – Are You Ready for the Future?
🔗 Check out AI-powered GitHub Actions
-
Using Cloudflare Durable Objects with SQL Storage, D1, and Drizzle ORM
We're going to create some tokens and get some ids to get it all working together since we're going to use GitHub Actions to deploy our Worker to Cloudflare.
- Aider: Integração Avançada de LLMs no Desenvolvimento de Software
-
How to be Test Driven with Spark: 2 - CI
Github provides extensive documentation for you to tweak your ci.
What are some alternatives?
When comparing go-go-web and starter-workflows you can also consider the following projects:
Hazel - Hazel Engine
pages-gem - A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
ctil
react-native-dotenv - Load react native environment variables using import statements for multiple env files.
ConvertTxtToHtml - A command-line tool can process input .txt files into generated .html files.
Real_Time_Image_Animation - The Project is real time application in opencv using first order model