Open in app

Sign in

Write

Sign in

Ion Utale
Ion Utale

191 Followers

Home

About

Pinned

Create a cheap http-proxy on GCP with terraform ( tutorial )

Sometime is very useful to have a private, high performance. This this terraform script you can easily create one ready to use. And when you’re done, just “terraform destroy” to stop paying for it. Create a VM with centOS 8 The script is almost identical to the VM+Docker. Let’s write down the essentials: First we need…

Proxy Server

3 min read

Create a cheap http-proxy on GCP with terraform ( tutorial )
Create a cheap http-proxy on GCP with terraform ( tutorial )
Proxy Server

3 min read


Pinned

Log4j shell attack. Let’s analyze one attack we received

No one thing about security, until they get hit by a cyber atta — Disclaimer We are safe, everything was patched the day the vulnerability was announced. Background I work for a luxury company and we use Datadog for logging, tracing, infrastructure and monitoring. I searched just for curiosity and found a few attacks, from which 1 was very interesting. Please don’t run any commands on your computer. Use a `VM` or `container` instead

Log4j

5 min read

Log4j shell attack. Let’s analyze one attack we received
Log4j shell attack. Let’s analyze one attack we received
Log4j

5 min read


Pinned

Github Copilot a few thoughts

TLDR; Is better than iPhone Siri 😅, but keep reading … — At the end of October GitHub send me an email with access to the copilot preview. Since then I have used as much as I could. My full stack assistant As we all know, at work we never have to deal with only one programing language and with the copilot, I jumped on any…

Programming

5 min read

Github Copilot few thoughts
Github Copilot few thoughts
Programming

5 min read


Published in

CodeX

·Pinned

asdf, a must-have for every programmer

one runtime manager to rule them all — So what is asdf Well is not a typo 😅. asdf is a “one tool” able to manage all runtimes & tools a programmer has locally. NodeJS, NPM, Java, mvn, gradle, go, rust, deno… if you know it then asdf has your back covered. At this moment it has over 450 support for runtimes…

Developer Tools

2 min read

asdf, a must-have for every programmer
asdf, a must-have for every programmer
Developer Tools

2 min read


Pinned

Create a VM with docker (pre-)installed using terraform.

This is not the best way of doing it but is one way that I like. So as a developer some times I need to spin up a quick VM with some default software already installed do my job and then destroy it to delete costs. Requirements (GCP) Google Cloud Platform…

Terraform

4 min read

Create a VM with docker (pre-)installed using terraform.
Create a VM with docker (pre-)installed using terraform.
Terraform

4 min read


Oct 7

Free Postgres Database Instances

Postgres is a popular open-source relational database management system (RDBMS). It is known for its reliability, scalability, and feature-richness. Postgres is used by a wide range of organizations, from small businesses to large enterprises. If you are looking for a free Postgres database instance, there are a few options available…

Postgres

2 min read

Free Postgres Database Instances
Free Postgres Database Instances
Postgres

2 min read


Oct 1

What is a docker fork bomb? 🐳⑂💣

somehow this is still a thing in docker, after more than 7 years — A Docker fork bomb is a type of Denial-of-Service (DoS) attack that exploits the ability of Docker containers to be easily forked. The attacker creates a Docker container that runs a script that forks itself repeatedly. This quickly creates a large number of processes, which can consume all of the…

Docker

2 min read

What is a docker fork bomb? 🐳⑂💣
What is a docker fork bomb? 🐳⑂💣
Docker

2 min read


Oct 1

Impress your friends with— document.designMode = ‘on’

Imagine a world where you could edit any web page you came across, simply by clicking a button. That’s the power of `document.designMode = ‘on’`. This magical attribute allows you to transform any web page into a personal playground, where you can change the text, images, and layout to your…

Tips And Tricks

2 min read

Impress your friends with— document.designMode = ‘on’
Impress your friends with— document.designMode = ‘on’
Tips And Tricks

2 min read


Oct 1

How to search for node_modules and delete all in a path

$ find path -name “node_modules” -type d -exec rm -rf {} + — Node modules are essential for developing JavaScript applications. However, they can also take up a lot of disk space, especially if you have multiple projects. In this article, we will show you how to search for and delete all node_modules folders in a path, using a simple command line command. Why delete node_modules folders? …

Programming

2 min read

How to search for node_modules and delete all in a path
How to search for node_modules and delete all in a path
Programming

2 min read


Sep 30

How to Write Useful Git Commit Messages

Fixed Something. — Git commit messages are like tiny love letters to your future self. They should be clear, concise, and informative. They should tell you what you changed, why you changed it, and how to revert the change if something goes wrong. But writing useful commit messages is not always easy. It…

JavaScript

3 min read

How to Write Useful Git Commit Messages
How to Write Useful Git Commit Messages
JavaScript

3 min read

Ion Utale

Ion Utale

191 Followers

Full Stack Developer

Following
  • David Fekke

    David Fekke

  • Men.21times@gmail.com

    Men.21times@gmail.com

  • Mark Ellis

    Mark Ellis

  • Tyler Owen

    Tyler Owen

  • fatfish

    fatfish

See all (430)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams