My Favorite Free Courses to Learn Design Patterns in Depth
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article.
image_credit -...
My Favorite Free Courses to Learn Design Patterns in Depth
javinpaul ・ Apr 25 ・ 9 min read
Frontend Web Performance Checklist
Improving performance of web applications will always be sexy. We want the page to load faster, smoother, and without too many layout shifts (Core Web Vitals, I am looking at you 😉). In this article I...
Frontend Web Performance Checklist
Jakub Andrzejewski ・ Apr 24 ・ 6 min read
Celebrating Novu @ 20k Stars
Not every day do you see a GitHub repo surpassing 20k stars. So I'm proud to announce that we are now 20.2k stars as of this writing!
We are incredibly thankful to the developer community for...
Celebrating Novu @ 20k Stars
Prosper Otemuyiwa for novu ・ Apr 25 ・ 4 min read
[Nestia] Boost up NestJS server much faster and easier (maximum 20,000x faster + tRPC similar)
Preface
As I've promised in the previous Typia Series Articles (dev.to), I'll introduce you my new library nestia, which can make NestJS much faster and easier.
With my new library nestia, you can...
[Nestia] Boost up NestJS server much faster and easier (maximum 20,000x faster + tRPC similar)
Jeongho Nam ・ Apr 27 ・ 6 min read
Learn serverless on AWS step-by-step - Authentication
TL;DR
In this series, I try to explain the basics of serverless on AWS, to enable you to build your own serverless applications. With last articles, we learned together how to create Lambda...
Learn serverless on AWS step-by-step - Authentication
Pierre Chollet for Kumo ・ Apr 27 ・ 8 min read
LeetCode - Divide Two Integers
Problem statement
Given two integers dividend and divisor, divide two integers without using multiplication, division, and mod operator.
The integer division should truncate toward zero, which means...
LeetCode - Divide Two Integers
Alkesh Ghorpade ・ Apr 23 ・ 5 min read
Choosing Go when Building Lambdas
So you've decided to build your first or your 500th Lambda function with AWS. Congratulations! That in and of itself is a great decision that will set you up on a solid foundation for operational...
Choosing Go when Building Lambdas
Benjamen Pyle for AWS Community Builders ・ Apr 22 ・ 7 min read
Seguridad en Golang
Cómo escribir código mas seguro en Go?
En esta ocasion, vamos a ver funciones de hash y de cifrado/decifrado con su principal diferencia. Como bonus, una repasada a las funciones pseudo aleatorias...
Seguridad en Golang
Tomas Francisco Lingotti ・ Apr 25 ・ 5 min read
Concurrencia en Golang IV
|1. | Modelo de concurrencia
|2. | Goroutines y canales
|3. | Wait Groups
|4. | Select y Worker pools
|5. | ErrGroup (error groups)
Para qué sirve select en Go?
Bueno llegamos a la cuarta entrega,...
Concurrencia en Golang IV
Tomas Francisco Lingotti ・ Apr 27 ・ 5 min read
POng is Not pinG.
I created the pong command in Go language.
See below for a run-time image.
This command was inspired by the existing awesome pong command.
That awesome pong command was created by kurehajime.
...
Top comments (1)
Shoutout to all the awesome authors featured this week : @javinpaul , @jacobandrewsky , @unicodeveloper , @samchon , and @pchol22 🙌.