nhsz
js/react/node developer, interested in open source, privacy-first and focused on users projects | prev @ethereum
@ethereumBuenos Aires, Argentina
Pinned Repositories
cryptography-research-website
Ethereum Foundation Cryptography Research Website
esp-website
Website for the Ethereum Foundation's Ecosystem Support Program (ESP):
ethereum-org-website
Ethereum.org is a primary online resource for the Ethereum community.
geth-website
This was a temporary home for the new Geth website
bitrate
:heavy_dollar_sign: Simple Progressive Web App to visualize current BTC/USD rate, powered by Bitstamp API
dolar-oficial
:dollar: Simple Progressive Web App to visualize official USD/ARS rate
github-project-finder
:octocat: A simple repository search engine using the GitHub API
intro-js
nextjs-ecommerce-poc
e-commerce PoC built with NextJS, TypeScript, ChakraUI, Zustand and Contentful API for content delivery
trello-clone
An attempt to mimic the UI and main features of Trello. Built with React & TypeScript.
nhsz's Repositories
nhsz/intro-js
nhsz/github-project-finder
:octocat: A simple repository search engine using the GitHub API
nhsz/triangle-area
Get the area of a triangle, given the base and height
nhsz/list-range
Return an array of values within range, determined by range(start, stop[, step])
nhsz/learn-go
:books: Free Golang learning resources
nhsz/citardauq-roots
Numerically stable method for solving quadratic equations
nhsz/codewars
:coffee: My solutions for Codewars' Katas
nhsz/startup-books
:books: Free Startup Culture books collection
nhsz/arch-little-guide
:penguin: Personal little Arch Linux guide
nhsz/char
Get the string representing a character whose Unicode code point is the integer i. ES6 implementation of Python built-in chr() function
nhsz/cs-books
:books: Free CS books collection
nhsz/es6-number
Check if a value is a number, including every 'number' type
nhsz/hacker-rank
:coffee: My solutions for Hacker Rank problems
nhsz/javascripting
NodeSchool's JavaScript workshop solutions
nhsz/js-books
:books: Free JS books collection
nhsz/JS-Intro-OOP-Exercises
nhsz/neorubykoans
My solutions to the Neo Ruby Koans exercises
nhsz/node-books
:books: Free NodeJS books collection
nhsz/ordr
Given a string representing one Unicode character, return an integer representing the Unicode code point of that character. ES6 implementation of Python built-in ord() function
nhsz/papers
nhsz/parallelogram-area
Get the area of a parallelogram, given the base and height
nhsz/problem-solving-strategies
:zap: Quick tips and strategies to remember when you get stuck solving algorithms
nhsz/project-euler
My solutions to Project Euler problems
nhsz/python_koans
Python Koans - Learn Python through TDD
nhsz/rectangle-area
Get the area of a rectangle, given the length and width
nhsz/softeng-books
:books: Free Software Engineering books collection
nhsz/square-area
Get the area of a square, given the length of one of its sides
nhsz/sumar
Sum all the values of an array, if they are all numeric