taboca
2023 update - Open for tech-writing and developer roles. See my personal site:
Web EvangelistRibeirao Preto, SP Brazil
Pinned Repositories
browser-adaptation-dynamic-theme
UX study — A Browser Plug-in Enabling Toolbar Color Adaptation based on Web Page Meta data or Color Capture (ambiance)
CamCanvas-API-
JavaScript API for Webcam image access using Canvas
Chromeless-Standalone-Text-Editor-with-Ace
cli-directory-tree-ascii
Evangelism Tool — A command-line tool to generate ascii art that describes the content of a given directory
doc-js-arrow-functions-single-expression-return-values
Technote — Single expressions as return value in arrow functions
doc-js-babel-react-less
Technote - Manually setting up Webpack for a simple project using less
node-api-auth-example
Technote — Simple example of client and server using a secret token and checking via HMAC sha256
notification-web-push-working-example
Technote / Video walkthrough / Example of a server that serves an HTML/JS that registers a Service Worker in the browser to receive future updates for a subscription / video walkthrough here https://www.youtube.com/watch?v=bu80mpG-Pn8
TagVisor
Real-time Animation Enhancements for Existing Web Pages
TelaSocial
Social Dashboard Browser Player for Television Panels - Linux based, Gecko-based
taboca's Repositories
taboca/lets-markdown-to-pdf
Let's convert markdown to PDF
taboca/doc-js-webpack-dev-with-proxy-for-express
Technote / ReactJS / A react-based application served from webpack with a proxy to local express server app for serving JSON
taboca/lets-markdown-to-pdf-relative-images
Let's convert a Markdown file to PDF - one that includes relative images
taboca/article-sample-code-parsing-csv-trades-record-foxbit-2020
Sample code that parses the Foxbit 2020 CSV file version 1
taboca/bedrock
Making mozilla.org awesome, one pebble at a time
taboca/binance-mytrades-accounting-margin
Code to get user account trades info (myTrades from Binance) for the user's margin account
taboca/book-urgency-entrepreneurship
Urgent vs Important for Entrepreneurs
taboca/book-writing
Course on Writing
taboca/container-server-virtual-host-nodeapp
Technote / Docker / Using Docker compose with an Apache server and a virtual hosted node app in other container
taboca/doc-js-babel-intro
Self study tutorial on modernizing my JS skills - intro to Babel
taboca/doc-js-eslint-with-marcio-s-code
Technote / Process / Testing ESLint with my own code - you dont want to see this; I am punishing myself doing all the changes by hand.
taboca/doc-js-example-create-react-native-and-e2e-jest-appium
Create-react-native-app then eject then e2e with Jest and Appium
taboca/doc-js-example-react-native-app-asyncstorage
Technote / React Native / Storage / An example of a React Native app with aSyncStorage
taboca/doc-js-example-react-native-redux-fetch
Technote — Basic app in React Native Redux using fetch
taboca/doc-js-example-react-native-redux-join-fake-store
Simple React Native example that makes UI element based on two local (client/data) stores
taboca/doc-js-example-react-native-redux-persist
Extended example, adding redux-persist to a simple React Redux app
taboca/doc-js-functional-intro
Self study tutorial glimpse about functional programming with JavaScript
taboca/doc-js-react-component-context-children-communication
Technote / ReactJS communication / Example of a child React component accessing a shared context and also executing a method
taboca/doc-js-react-component-map-filter
Example of an inner component, child of another, that filter its child elements checking their props against parent-informed prop
taboca/doc-js-react-router-reload-friendly-seo
Technote / SEO ReactJS / React-based app with a router and friendly for URL-sharing
taboca/doc-js-redux-state-propagation
Demo — showing blinking components when part of the store changes (via propagated states)
taboca/doc-js-seo-ready-react-app
Technote / production / Sample of a React app with SEO-ready initial rendering and hydratation )
taboca/doc-js-stateless-component
Dealing with the notion of stateless components
taboca/doc-js-ways-to-define-components
Mess about the ways to define components when how why?
taboca/doc-js-webpack-simple
Study notes — webpack, very basic
taboca/learning-js-functional-promise
Samples / Learning / Study annotation and background for implementing Promises
taboca/lightning-browser-extension
The Bitcoin Lightning Browser extension that connects to different wallet interfaces and brings deep lightning integration to the web
taboca/mongo-express-docker
a dockerized mongo-express for viewing mongoDB in the browser
taboca/node-binance-api
Node Binance API is an asynchronous node.js library for the Binance API designed to be easy to use.
taboca/react-app-releasing-docker
Simple example covering what is a release of a Node-based React-based app in a Docker container