I hate how x often doesnt have download video button for some tweets
sooo... i built my own x video downloader!
you can check it out here: blitzcutai.com/tools/x-video-…
Hey @X algorithm,
I am looking to #connect with people in
- AI agents & automation
- Backend / APIs
- Full stack & web dev
- Solo & indie founders
- Startups and SAAS builders
- Builders and code shippers
Main goal to start X is to connect, network, and build in public.
Here is my portfolio :)
👉🏼 parthg.app
Continuous Deployment with Github: New commit triggers Ubuntu machine to clone repo, dockerize app, push to Dockerhub, and deploy to EC2. Streamlined workflow.
Docker may be overkill for simple EC2 deployments. Consider it for GCP App Runner, ECS, or K8s instead.
@kirat_tw
Create CI/CD pipelines in Github:
1. Add workflows to .github/workflows
2. Use YAML for config (e.g. lint.yml)
3. Define steps: checkout, setup, lint, build, deploy
4. Trigger on events like push/PR
See example: github.com/code100x/cms/b…#DevOps#CICD#Github@kirat_tw
Meta confirmed a vulnerability in its AI-powered Instagram support assistant that was exploited to take over user accounts.
The AI could be convinced to change the email linked to an account without properly checking who was making the request.
Once the email was changed, hackers could reset the password and lock out the real owner.
Meta has fixed the vulnerability but they didnt explain how the hell this happened