Walrus Icon

The Coding Walrus

Gnawing on code for review, one line at a time.

Walrus Logo
0

Latest Pickings

Guía Rápida de Redux - 2020-11-10

Lure: Aprende como aplicar,escribir el código, y mejores practicas para usar la librería mas popular para el manejo de estado en React, Redux.

Smol Slice: Guía Rápida de Redux Esta guia tiene mucho mas sentido si ya conoces Redux y necesitas refrescar un poco, o si ya leiste . Asumiremos que…

Conceptos de Redux - 2020-11-05

Lure: Aprende sobre los conceptos detras de la libreria mas popular para el manejo de estado en React, Redux.

Smol Slice: Conceptos de Redux React JS es una librería excelente manejando la manipulación del DOM de una manera declarativa, facilitando lo que es…

Python to JavaScript Basics - 2020-08-11

Lure: Learn Python comming from JavaScript with this series. We will cover the basic differences and cover some key topics to start the transition.

Smol Slice: Python to JavaScript Basics Moving from JS to Python is not a very daunting move to make, however there are a few base concepts in Python…

Fundamentos de JavaScript 2020 ES6++ P1: Variables - 2020-08-03

Lure: Deja de utilizar var en JavaScript. Aprende sobre let y const y porque son el nuevo estándar desde ES6.

Smol Slice: Fundamentos de JavaScript 2020 ES6++ P1: Variables JavaScript es el lenguaje de programación mas utilizado en el mundo, es el lenguaje…

Gatsby vs React: When, why, and how - 2020-07-31

Lure: When to choose Gatsby over React, why would you choose Gatsby, and how do you decide.

Smol Slice: Gatsby vs React: When, why, and how. Gatsby builds on React, so if you know React you can jump into Gatsby easily. Even though the syntax…

Javascript For Loop Alternatives 2 - 2020-07-28

Lure: Find the best alternatives to the use of for loops in JavaScript. See use cases for Array methods map, reduce, and forEach and how the stack up against for loop alternatives.

Smol Slice: Javascript For Loop Alternatives 2 Javascript is an incredibly flexible programming language being, by its own definition, multi-paradigm…

Using React Redux Connect with TypeScript - 2020-07-21

Lure: How to use Redux Connect and get TypeScript type inference with React TSX. Set up a solid type foundation to get as much TS inference across all of your Redux and avoid human error. Learn to type your Reducers, Selectors, and Actions.

Smol Slice: Using React Redux Connect with TypeScript When using Redux in a TypeScript React Application, we will run into some snags. One of the main…

Javascript For Loop Alternatives 1 - 2020-07-16

Lure: Find the best alternatives to the use of for loops in JavaScript. See use cases for Array methods find, fiter, and slice and how they stack against for loop alternatives.

Smol Slice: Javascript For Loop Alternatives 1 Javascript is an incredibly flexible programming language being, by its own definition, multi-paradigm…

Total pickings to date: 8