Tech Rumors
3 subscribers
235K photos
239K links
Download Telegram
dev.to

1. Resume Writing Secrets: 25 Tips to Get You Hired
In the last 5 years I received interview calls from 200+ tech companies.

Over this period I perfected my resume one tiny improvement at a time.

I have documented my learnings in 25 tips that I learnt too late. 🥲

These will help you in leveling up your resume and help past mandatory screening test from recruiters.

Let's dive in 🚀

Projects + Results > Any college degree.
Prove with your resume that you read the job description.
Best resumes are highly scannable.
Your resume should be visually…
#career #webdev #beginners #codenewbie

2. Deploy Amazon IVS Live Streams and Chat with Terraform
Infrastructure as Code (IaC) is a way to manage and provision infrastructure for a service through code, rather than manually through a user interface. This can include resources such as servers, load balancers, databases, network configuration, and more.

By using code to manage infrastructure, teams can version control their infrastructure and make it easier to automate the provisioning and management of resources. This can be particularly helpful in large organizations with teams and complex …
#aws #terraform #devops #cloud
dev.to

1. 30 days 30 shorts
Managing a Youtube channel is not too tough, make a system instead of GOALS

Under the Hood

I admit I am a newbie when it comes to posting on Youtube. As usual like you and everyone, I’ve also watched Peter Mackinon and Ali Abdaal

I am a big fan of both of them not because of their content but because of their consistency.

Ali keeps on focusing to create systems rather than GOALS.

What does it mean is the big question, I read the same concept in Atomic Habits and now I am listening to it fr…
#webdev #programming #beginners #tutorial

2. Terraform Tips & Tricks: Managing Large-Scale Azure Resource Imports
This post describes my journey to import several hundred Azure resources in Terraform. Before digging into the what and the how let me give you a brief description of our environment's infrastructure.

In my current company, we manage many Azure resources for each environment and we have a few of them (DEV, TEST, etc.). Every environment looks pretty much the same and it mostly differs by product SKUs, database sizes, etc.

My fellow team members and I are building a microservices solution, we h…
#azure #terraform #devops

3. Introduction to Elastic Beanstalk with Django, RDS, Docker and Nginx
In this article, we will learn about Elastic Beanstalk and its capabilities. We will understand the problem that Elastic Beanstalk solves and the steps required to set up and deploy a Django app with Elastic Beanstalk.

We will also be using Docker for containerizing the app and Nginx as a reverse proxy server. Additionally, we will learn how to connect an RDS instance with our Beanstalk application.

What is Elastic Beanstalk?

Elastic Beanstalk (EB) is a managed AWS service that allows you to…
#django #aws #cloud #elasticbeanstalk
dev.to

1. Yet Another Newsletter LOL: So much snow!
We got a lot of snow in Montreal over the past week and I did a little too much shoveling. I tweaked my back, but thank goodness for a great physio. I’m not 100% yet, but at least I can tie my shoes now lol.

And with that, another week, another newsletter. Let’s get to it!

Around the Web

Some interesting stuff has shipped in the latest version of Remix (v. 1.11.0) including CSS modules support, Vanilla Extract support and Remix’s defer.
I like the new way of cloning objects in JavaScript and …
#newsletter

2. Elevating Your Serverless Development with AWS SAM
IAC is essential for modern day development as it allows for more efficient and effective management of infrastructure. It helps to automate the provisioning and deployment of resources, and enables software engineers to manage their infrastructure as code in a version control system. This allows for better collaboration and tracking of changes, making it easier to rollback or update resources as needed.

I've been working on Terraform for a bit now, but never had a chance to explore much about …
#aws #sam #iac #terraform
dev.to

Query data sources using state file in Terraform - 2
This is in continuation of the 1st article - Query data sources using state file in Terraform - 1, where we have configured VPC Infrastructure.

In this article, I am going to deploy application infrastructure defined by a separate Terraform configuration and use the terraform_remote_state data source to query information about your VPC.

Finally, you will use the aws_ami data source to configure the correct AMI for the current region.

Please visit my GitHub Repository for Terraform articles on…
#terraform #vpc #cli #aws
dev.to

1. Top 10 html elements to use in 2023
HTML is a powerful markup language that can be used to give our web applications structure and provide powerful accessibility benefits, but only when used appropriately.

In this article, we’ll discover the top ten HTML elements you might not have known existed but can help you create more accessible and structurally-sound web applications.

Translate

The translate attribute in HTML is used to specify whether the content of an element is translated or not. This attribute is new in HTML5. The t…
#webdev #html #tutorial #beginners

2. How to securely expose your local app to the internet using EC2?
Are you developing an app and want others to access it before it's available in the cloud? Or are you integrating with a third-party tool and wish to enable access to your local app for a better development experience? This article is for you.

There are many use cases where you might need to expose your local app (the app you are developing on your local machine) to the internet. That could be a site, an API or a chatbot. I've worked on a few of these cases, most recently a side project develop…
#aws #terraform #softwareengineering #cloud

3. How install Cloud SDK Docker image in GCP?
🧰 Simple way to install SDK in GCP.

🔗Related content

You can find repo related in:

🐱🏍GitHub

You can connect with me in:

🧬LinkedIn

Resume 🧾

I will install Docker image to use it as a SDK in Console GCP.

For more information and potential of this, click here.

1st - Pull Docker image

To use the image of the latest Cloud SDK release we will need pull image from repository in console.

I use following command:

CONSOLE:

docker pull gcr.io/google.com/cloudsdktool/cloud-sdk:latest

O…
#cloud #cloudskills #computerscience #beginners
dev.to

1. 1Password CLI, AWS and Terraform
The issue

1Password CLI is great, having a single source for managing access keys and being able to use fingerprint ID on a Mac is such a cool feature. The AWS plugin works great, but if you want to use AWS through a third party (in this case Terraform), I failed to get it to work.

This blog post is based on finding a MacOS solution, mileage may vary on other operating systems.

The plan

After some searching I came across this guide Storing AWS CLI Credentials in 1Password by Kenneth Falck…
#1password #aws #terraform #security

2. Containerization and Microservices: The Future of Building and Deploying Modern Applications
In today's fast-paced software development landscape, containerization and microservices have become essential tools for building and deploying modern applications. Together, they provide a powerful solution for creating scalable, resilient, and easy-to-deploy systems.

Containerization, which is most commonly implemented using Docker, is a method of packaging and distributing software so that it can run consistently across different environments. It allows developers to bundle their application…
#discuss #tutorial #devops #kubernetes

3. Best Practices for Utility-First CSS
Utility-First CSS is a modern and flexible approach to styling website.

However, it temps developers to "step on the gas", turn on the heavy metal and write literally everything into class attributes in completely random order. This ends up with a class long like Route 50 and coding turns into a "Sherlock Holmes experience".

This guide is a list of useful lessons learned while working and testing Utility-First CSS. It's goal is to help you use Utility-First CSS effectively while eliminating th…
#css #webdev #javascript #beginners
dev.to

1. Maximizing Terraform Efficiency: Best Practices for Infrastructure Management
Terraform is a popular open-source tool for managing infrastructure as code (IAC). It enables the management and provisioning of infrastructure resources like virtual machines, databases, and networks to be automated by development and operations teams. While Terraform has many advantages for managing infrastructure, it can also be difficult to use effectively due to its complexity. This article will cover best practices for making Terraform as effective as possible, simplifying and optimizing y…
#beginners #terraform #devops

2. Fui demitida, e agora?
É, eu já me fiz essa pergunta. E antes de qualquer coisa, preciso te confessar: também não sabia muito bem o que fazer.

Escrevo esse texto um dia (02/02/23) após diversas empresas que atuam diretamente com tecnologia terem feito demissões. E hoje eu posso falar de um lugar (um pouco) mais confortável, mas há 3 meses atrás, eu estava nessa situação. E fiquei totalmente desnorteada, enquanto chorava desesperadamente e sentia o chão sumir.

Venho contar isso porque eu literalmente entendo esse sen…
#layoffs #technology #demissão #career

3. ChatGPT Is My New Personal Trainer
I'm a bit of a fitness guy.

In college, I worked at a running store. I built relationships with people in the fitness industry and got my toes wet with coaching. I trained people for years to build speed and endurance and helped them get comfortable with running.

When I graduated college and started working in the tech industry, I continued to coach for a couple more years. Eventually, that tapered off as I focused on work. However, I ended up leading a strength-training group at my company f…
#serverless #ai
dev.to

Sexiest way to manage your AWS resources
A friend has been editing a SaaS solution for a few years on AWS Cloud. Step by step, his SaaS...
#terraform #aws #codepipeline #iac
dev.to

How did I upgrade Aurora Postgres RDS clusters in Production using Terraform
Step by Step Guide which includes Planning required for the upgrade Usage of terraform module and...
#aws #rds #devops #terraform
dev.to

Understanding Terraform: part 1 – What is Terraform?
Serie of sketchnotes about Terraform. Explaining in a visual way Terraform principles.
#terraform #devops #beginners #iac
dev.to

Infraestructura como código: Cloudformation vs Terraform
La infraestructura tecnológica es cada vez más requerida de forma más rápida y eficiente para...
#aws #cloudformation #terraform #iac
dev.to

AWS Terraform for Single Containers
I recently worked through and wrote up a basic comparison of cloud providers, with the intent of...
#aws #terraform #docker #cloud
dev.to

An Introduction to AWS Batch
AWS Batch is a fully managed service that helps us developers run batch computing workloads on the...
#aws #batch #terraform #containers
dev.to

Streamline your data analytics with AWS Athena queries and Terraform
Part I of this article will detail how to streamline your data analytics with AWS Athena using...
#aws #todayilearned #tutorial #terraform
dev.to

The story about how I took my learning on AWS Glue to the next level
For everyone reading this article, I ask a poetic license to tell you a story about the challenges I...
#glue #terraform #analytics #iac
dev.to

Terraform, Lambda, and Event Bridge: The perfect trio for AWS cost optimization
If you're reading this, perhaps it's not too late. Chances are, however, that you've experienced the...
#awscostrol #terraform #awscommunitybuilders #awsinstance
dev.to

Dynamic Volume Provisioning in Kubernetes with AWS and Terraform
Introduction In this article, we will be dealing with understanding Persistent Volumes in...
#devops #kubernetes #terraform #aws
dev.to

AWS VPC Explained with Terraform
Amazon Web Services (AWS) lets you build and run Virtual Private Clouds (VPCs) with different...
#aws #terraform #cloud #devops
dev.to

How to deploy a serverless website with Terraform
Introduction I first publish this article in my own blog...
#iac #terraform #serverless #aws