dev.to
1. Primeros pasos en WordPress 2023
Hola a todos! Esta es mi primera publicación en la plataforma DEV y la idea de este articulo es relatar de forma clara lo sencillo que puede ser crear tú propia página web sin grandes conocimientos en programación, gracias al CMS WordPress.
Una vez instalado WordPress, con tu dominio muchas veces las dudas que nos preguntamos y más al comenzó son como continuar ahora. Es decir, ¿Cuál es la forma más optima de configurar WordPress con todo lo necesario para que yo solo me preocupe del contenido…
#wordpress #beginners #spanish
2. Sorting in Go(Golang) made easy
Hello there,
In today's article, I will be talking about https://github.com/hisyntax/sort, a Go library I built for sorting data.
What is sort ?
sort is a Go library that sorts data(both string and int) with their number of occurrences and returns the desired data length in descending order with no duplicates of values.
Use cases range from:
To implement a trending feature in an e-commerce platform
To get the most ordered(purchased) products e.t.c
This library contains two methods in the …
#go #sort #library
1. Primeros pasos en WordPress 2023
Hola a todos! Esta es mi primera publicación en la plataforma DEV y la idea de este articulo es relatar de forma clara lo sencillo que puede ser crear tú propia página web sin grandes conocimientos en programación, gracias al CMS WordPress.
Una vez instalado WordPress, con tu dominio muchas veces las dudas que nos preguntamos y más al comenzó son como continuar ahora. Es decir, ¿Cuál es la forma más optima de configurar WordPress con todo lo necesario para que yo solo me preocupe del contenido…
#wordpress #beginners #spanish
2. Sorting in Go(Golang) made easy
Hello there,
In today's article, I will be talking about https://github.com/hisyntax/sort, a Go library I built for sorting data.
What is sort ?
sort is a Go library that sorts data(both string and int) with their number of occurrences and returns the desired data length in descending order with no duplicates of values.
Use cases range from:
To implement a trending feature in an e-commerce platform
To get the most ordered(purchased) products e.t.c
This library contains two methods in the …
#go #sort #library