Making libraries and apps for Apple stuff. Mostly open-source, but I have some closed-source stuff on the stove, as well.
It seems to make me a bit of an outlier, but I enjoy the work.
Success? More will be revealed...
51–60 of 118 posts
Making libraries and apps for Apple stuff. Mostly open-source, but I have some closed-source stuff on the stove, as well.
It seems to make me a bit of an outlier, but I enjoy the work.
Success? More will be revealed...
I run Pinboard. I have my own hardware running Ubuntu. The site itself runs PHP+MySQL, with perl scripts for backend tasks. I make heavy use of Twitter to talk about unrelated topics, and eventually people take pity and sign up for the site, using either Stripe or PayPal.
Elastic Beanstalk with ELB and EC2 autoscaling running Node.js backend
React for SPA
Cognito for user management/auth
Github for source control
CodePipeline for CI and deployments
Cloudfront with lambda@edge for SPA
Cloudinary for media hosting
RDS for database
LogRocket for frontend error capturing
Sentry for backend error capturing
Lambda to write a new user to RDS after confirmation trigger from cognito.
Backend: NodeJs, Express, MongoDB Frontend: React, React-Router, Leaflet (for maps) Infrastructure: AWS, S3
Bonus point: no single test written (the project is up and running for over a year)
Go server rendered pages + vanilla Javascript, with Postgres + Redis. Simple cicd using github + gocd and docker swarm. The simple setup and no framework allows for minimal page load times, and no browser impact.
In development, all services can be brought up using Docker Compose within a monorepo.
Frontend: Ember.js Backend: Ruby on Rails, nginx, Postgres, Redis, Sidekiq, VueJS (marketing site) Metrics: Prometheus, Grafana, Papertrail Infrastructure: Ubuntu, Docker Swarm CI/CD: Google Cloud Build
I also run a few ad-hoc scripts in Google Cloud Run that perform very specific duties like triggering CI/CD builds or sending Slack notifications.
Google Cloud Platform is great!
Django, Python 3, Django REST Framework, PostgreSQL, ElasticSearch, uWSGI, nginx, Celery, RabbitMQ, Ubuntu, Ansible, Sentry.io, Gitlab, Hetzner, Cloudflare, Create React App. Effects on success: I already knew this stack (no time lost learning new tech), can run with a very tight budget (suitable for starting a business on the side). And, obviously, this is a great stack that will scale far into the future if needed.
I've been working on building out a productized offering of a starter kit for this stack: https://www.saaspegasus.com
I create and sell business software for writing invoices and managing customers. It is also available for rent and I use the following stack for my own cloud: Debian, KVM, Apache, MySQL (with Percona for clustering), GlusterFS, rSync, HAProxy, PHP, jQuery I actually own 3 servers :) I know, it's super boring, but this stack has only failed me once in about five years. Yes, in my opinion this stack has helped me a lot…
Can you share me the details of your service? I need simplest solution for Customer registering order, Verifying order against stock availability to create invoce and delivering it. An affiliate/reference management will be plus.
Pardon the website, as there isn't much to see there. We are still in alpha stage. Yes, Clojure ecosystem has been a tremendous help in engineering the system. As a former python dev, I think Clojure made a whole lot of mandatory moving parts unnecessary - like celery and redis for designing such a system. Also, ditching Javascript+react ecosystem with better wrappers has been an absolute blast so far.