Open in app

Sign in

Write

Sign in

Albert Colom
Albert Colom

41 Followers

Home

About

Published in

Level Up Coding

·Nov 15

Top 10 Most Used Regex Patterns

List of the most commonly used regular expressions that you should know — Regular expressions or regex are used to search for and match patterns in strings or text data. This is useful for tasks such as validating input, searching for specific words or phrases, and extracting information from text. In this post I have tried to gather some of the most used…

Regex

3 min read

Top 10 Most Used Regex Patterns
Top 10 Most Used Regex Patterns
Regex

3 min read


Published in

Level Up Coding

·Sep 24

Easy steps to install K3s with SSL certificate by traefik, cert manager and Let’s Encrypt

How to install k3s + Traefik + CertManager + LetsEncrypt Why use k3s? k3s is a lightweight Kubernetes distribution designed to be minimal and efficient, making it well-suited for resource-constrained environments and use cases where simplicity and ease of deployment are important. It was created by Rancher Labs and is intended to simplify…

Kubernetes

5 min read

Easy steps to install K3s with SSL certificate by traefik, cert manager and Let’s Encrypt
Easy steps to install K3s with SSL certificate by traefik, cert manager and Let’s Encrypt
Kubernetes

5 min read


Aug 29

How to create your first Golang Lambda With Serverless Framework

This article explains step-by-step how to implement a simple AWS Lambda with Serverless Framework. Prerequisites to follow this article AWS account aws-cli with the property permissions Node.js to use Serverless Framework Go Why use a AWS lambda? AWS Lambda is a serverless computing service provided by Amazon Web Services (AWS). It allows you to run your code in response to…

Serverless

4 min read

How to create your first Golang Lambda With Serverless Framework
How to create your first Golang Lambda With Serverless Framework
Serverless

4 min read


Aug 18

How to use Arrow Function in PHP with examples

It is available since PHP version 7.4 but many do not understand how to use it. — Arrow functions, also known as “short closures”, were introduced in PHP 7.4 as a more concise way to define anonymous functions. They are particularly useful for small, simple functions. Probably if you come from other languages you are already used to using them but if this is not your case…

PHP

5 min read

How to use Arrow Function in PHP with examples
How to use Arrow Function in PHP with examples
PHP

5 min read


Aug 15

Use custom PHP Collection instead Array

In this article we will see how to define a custom PHP collection — An Array is a basic data structure that stores values key/value without any constrictions or any OOP method and it is very difficult to control and maintain the data they contain. To solve this problem some modern frameworks like Laravel (Illuminate Collection) or Symfony (Doctrine ArrayCollection) use their own OOP…

PHP

4 min read

Use custom PHP Collection instead Array
Use custom PHP Collection instead Array
PHP

4 min read


Aug 1

How to publish domain events with doctrine listener

Publish domain events on the Queue system when Doctrine flush entity using clean architectures. — In this example, we use: Symfony as PHP framework Symfony Messenger as EventBus Doctrine as ORM RabbitMQ as Message broker Create DomainEvent Entity First of all, create an abstract Entity of which they will inherit all domain events. …

Clean Architecture

5 min read

How to publish domain events with doctrine listener
How to publish domain events with doctrine listener
Clean Architecture

5 min read


Jul 10

How to create CD with GitHub Actions and Kubernetes

An example to create pipeline to deploy a simple GO application into k3s cluster with Docker image from scratch — Previous requirements: GitHub Account Kubernetes cluster in this example I use a lightweight version of Kubernetes with K3s Simple http application with GO A simple illustrative example with http server on port 80 with basic handle respond on a main url. If you already have any application you can go to the next step.

Deployment Pipelines

5 min read

How to create CD with GitHub Actions and Kubernetes
How to create CD with GitHub Actions and Kubernetes
Deployment Pipelines

5 min read

Albert Colom

Albert Colom

41 Followers

Backend Developer in continuously learning: https://albertcolom.com/

Following
  • Dmytro Misik

    Dmytro Misik

  • Trey Huffine

    Trey Huffine

  • Sameer Kumar

    Sameer Kumar

  • Nina Pakshina

    Nina Pakshina

  • dsysd dev

    dsysd dev

See all (13)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams