Opens profile photo
Follow
Jorge Tovar
@jorgetovar621
Software Architect | ๐Ÿš€ Startups | โ˜๏ธ AWS Cloud
Science & Technologyjorgetovar.devJoined February 2013

Jorge Tovarโ€™s Tweets

Architects, developers, automation.. Every role would benefit from this
Quote Tweet
Learn DevOps for free: Basics โ†’ edx.org/learn/devops Linux โ†’ ryanstutorials.net/linuxtutorial Docker โ†’ docker-curriculum.com Kubernetes โ†’ kubernetes.io Jenkins โ†’ jenkins.io/doc/tutorials Terraform โ†’ developer.hashicorp.com/terraform/tuto ELK-Stack โ†’ logz.io/learn/complete
Show this thread
De acuerdo. We are just numbers
Quote Tweet
Layoffs en tech demostrando lo que realmente significamos para las corporaciones. Considerando que no tardaran ni un segundo en mostrarnos la puertaโ€ฆ Tal vez, la idea de ser โ€œmercenarioโ€ no eran tan mala. Just saying.
Mind blowing
Quote Tweet
I've read thousands of articles over the last 20 years in Tech. Agile, Career, Distributed Systems, Engineering Management, Metrics, Programming, Testing, Types... Below are The 22 Articles that Impacted my Career the most โž• my main highlights from each one. ๐Ÿงต๐Ÿงต๐Ÿงต
Show this thread
1
Why are so many people not programmers? In order to become a software engineer you need the willingness to work hard for 30 minutes to make sense of something that most people would give up after 30 seconds
Tired of > fatal: The current branch example has no upstream branch. To push the current branch and set the remote as upstream, use use this ๐Ÿค˜ > git config --global --add --bool push.autoSetupRemote true
1
Actually Cloudformation is a great tool, I started with Terraform, but for simple scenarios it would be a good option
- Assign privileges to groups and not directly to the users - Leverage Infrastructure as Code: Terraform, CDK, or even CloudFormation - Make things easy to rollback Share and retweet if you have found this util
Quote Tweet
Things to keep in mind when starting with AWS - Monitor your AWS costs by setting billing alerts (Cloudformation Template gist.github.com/jorgetovar/e23) - Tag everything - Use Serverless Architectures as much as possible - Store no application state
Show this thread
Show this thread
- Log a lot of information, and enable traceability - Scale-out is better in most the cases - Create an IAM user for your AWS account. - Enable MFA in all your AWS users - Grant roles to EC2. Applications should not have AIM accounts
1
Show this thread
Things to keep in mind when starting with AWS - Monitor your AWS costs by setting billing alerts (Cloudformation Template gist.github.com/jorgetovar/e23) - Tag everything - Use Serverless Architectures as much as possible - Store no application state
1
Show this thread
Cloud Engineer Skillset: - Cloud platforms (AWS, Azure, GCP) โ˜๏ธ - Networking ๐Ÿ“ถ - Linux ๐Ÿง - Programming ๐Ÿง‘โ€๐Ÿ’ป - Automation tools โš™๏ธ - IaC ๐Ÿ—ƒ๏ธ - Containerization ๐Ÿ“ฆ - Monitoring and logging ๐Ÿ–ฅ๏ธ - DevOps ๐Ÿ› ๏ธ - Security ๐Ÿ” - Problem-solving๐Ÿ’ก - Communication & Collaboration ๐Ÿค
41
1,870
Experts are the result of a lot of failures - Untested code - Fragile environments - Bad performance app - 0 clients applications - Wrong tech stack - Unmaintainable code - Complex aplications - No CI/CD Learn to fail cheap and fast, and keep learning!
Lenguajes que mรกs he disfrutado aprendiendo - Python - Clojure - Kotlin Menos - Golang - Javascript - Rust
Quote Tweet
Lenguajes de programaciรณn que mรกs disfrute aprendiendo: 1. JavaScript 2. Solidity 3. Python Los que menos disfrutรฉ aprendiendo 1. C# 2. Java 3. Objetive C twitter.com/charliesbot/stโ€ฆ
The trade-off here seems to be Control vs. Convenience. A good alternative would be to deploy your Application usingย CircleCI, you can add the needed steps to guarantee best practices, and the deployment is fast enough, 22 Seconds
Show this thread
๐€๐–๐’ ๐–๐ž๐› ๐€๐ฉ๐ฉ๐ฅ๐ข๐œ๐š๐ญ๐ข๐จ๐ง ๐ฐ๐ข๐ญ๐ก ๐€๐ฎ๐ญ๐จ๐ฆ๐š๐ญ๐ข๐œ ๐๐ž๐ฉ๐ฅ๐จ๐ฒ๐ฌ ๐ฎ๐ฌ๐ข๐ง๐  Platforms like Vercel make it very easy to deploy a Web Application, but there are no Silver bullets in Software Development.
1
Show this thread