MiguelNiblock
React Native & Full-Stack dev | Data-Science background | Master's in Computer Science
Los Angeles, CA
Pinned Repositories
Analytic-Report_Youtube-Trending-Videos
Short and sweet analytic report on a dataset that contains Youtube's trending videos from 2017-18. I set out to produce some visually pleasing plots and answer some analytical questions using T-Tests, to make the most out of the data.
Deep-NLP_Predicting-Ad-Demand
Building a model with advanced NLP techniques to predict the Deal Probability of an ad.
FirebaseFormik
Simple form that gets submitted to a firestore collection through firebase
PlaceBook-App
PlaceBook aims to be a easy-to-use tool for bookmarking, organizing and consuming locations in a map. It is motivated by the lack of existing tools to accomplish this, and by the need being so ubiquitous. Although similar features are offered by existing apps (Like Google Maps, or other navigation apps), their interfaces prioritize other features, making it inconvenient to manage or customize saved pins. The ultimate goal of PlaceBook is to become a social media platform that revolves around places.
PlaceBook-Server
PlaceBook aims to be a easy-to-use tool for bookmarking, organizing and consuming locations in a map. It is motivated by the lack of existing tools to accomplish this, and by the need being so ubiquitous. Although similar features are offered by existing apps (Like Google Maps, or other navigation apps), their interfaces prioritize other features, making it inconvenient to manage or customize saved pins. The ultimate goal of PlaceBook is to become a social media platform that revolves around places.
ReactNative-BlogApp
This react native app allows you to create new blog posts by pressing the "+" button. Each entry has a title and content property. Posts can be edited by clicking on the post, and pressing the "pencil" button. A form is shown while editing, which contains TextInput elements and a submit button.
ReactNative-FoodSearch-Yelp-API
This react native app allows a user to search for restaurants on Yelp with a search term. When pressing on a restaurant' preview, the user is taken to a new screen that shows more photos of the restaurant.
UnitConverter
ReactNative/ Typescript app that converts metric and imperial units between meters <-> feet, and kg <-> lbs.
MiguelNiblock's Repositories
MiguelNiblock/Analytic-Report_Youtube-Trending-Videos
Short and sweet analytic report on a dataset that contains Youtube's trending videos from 2017-18. I set out to produce some visually pleasing plots and answer some analytical questions using T-Tests, to make the most out of the data.
MiguelNiblock/AutoGitignore
Simple module written in pure Python that automotically generates ".gitignore" files based on a recursive folder search for a predefined marker filename. For example: "include.txt" Helpful if you have a large project and hate writing overly complex ".gitignore" files.
MiguelNiblock/FirebaseFormik
Simple form that gets submitted to a firestore collection through firebase
MiguelNiblock/PlaceBook-App
PlaceBook aims to be a easy-to-use tool for bookmarking, organizing and consuming locations in a map. It is motivated by the lack of existing tools to accomplish this, and by the need being so ubiquitous. Although similar features are offered by existing apps (Like Google Maps, or other navigation apps), their interfaces prioritize other features, making it inconvenient to manage or customize saved pins. The ultimate goal of PlaceBook is to become a social media platform that revolves around places.
MiguelNiblock/PlaceBook-Server
PlaceBook aims to be a easy-to-use tool for bookmarking, organizing and consuming locations in a map. It is motivated by the lack of existing tools to accomplish this, and by the need being so ubiquitous. Although similar features are offered by existing apps (Like Google Maps, or other navigation apps), their interfaces prioritize other features, making it inconvenient to manage or customize saved pins. The ultimate goal of PlaceBook is to become a social media platform that revolves around places.
MiguelNiblock/ReactNative-BlogApp
This react native app allows you to create new blog posts by pressing the "+" button. Each entry has a title and content property. Posts can be edited by clicking on the post, and pressing the "pencil" button. A form is shown while editing, which contains TextInput elements and a submit button.
MiguelNiblock/ReactNative-FoodSearch-Yelp-API
This react native app allows a user to search for restaurants on Yelp with a search term. When pressing on a restaurant' preview, the user is taken to a new screen that shows more photos of the restaurant.
MiguelNiblock/UnitConverter
ReactNative/ Typescript app that converts metric and imperial units between meters <-> feet, and kg <-> lbs.
MiguelNiblock/cdk-workshop
MiguelNiblock/COVID19_quiz
Single-page client-side app built on Javascript, HTML and CSS that implements a multiple-choice quiz meant to test your COVID preparedness, and give you answers to important issues on the subject.
MiguelNiblock/grownby
MiguelNiblock/miguelniblock.github.io
Professional site for showcasing my computer science projects, career trajectory, skills and contact information.
MiguelNiblock/myblog
JAMStack blog made with Hexo. Site is deployed to the gh-pages branch. https://miguelniblock.github.io/myblog/
MiguelNiblock/Natural-Language-Processing_Predict-the-Author
This procedure compares various techniques used in NLP such as Latent Semantic Analysis, Bag of Words and TFIDF; to predict the author for a given article.
MiguelNiblock/next-jest-nativebase
MiguelNiblock/nextpo
MiguelNiblock/node-blog-api
CRUD API for blogging platform. Built from scratch with `npm` and Express. Handles GET and POST requests to `/blog-posts`. DELETE and PUT requests go to `/blog-posts/:id`.
MiguelNiblock/nx-samples-rn
Experiments with real world use cases for nx in a react-native/ next monorepo app with shared components, typescript, and ts-jest testing
MiguelNiblock/react-native-starter-app
Demonstration of foundational react native concepts like functional components, props, state, reducers, and interacting with objects, lists, buttons, and more. Made with expo-cli
MiguelNiblock/ReactNative-BlogApp-JsonServer
Backend server for react native blog app project. Deployed to glitch. Uses JsonServer to provide a mock database that responds to HTTP requests.
MiguelNiblock/remix-samples-rn
MiguelNiblock/Research-Proposal_Mental-Health-in-Tech
Exploratory data analysis and experimentation plan to find out if certain working conditions can reduce the loss in productivity caused by mental health issues.
MiguelNiblock/RN-Tracks-App
With this react-native app, users can record and save their location as tracks on a map. Tracks can be displayed later and are associated with a user account.
MiguelNiblock/RN-Tracks-Server
Express server API for RN-Tracks-App, which connects to a mongoDB instance.
MiguelNiblock/ruby_cityreviews_app
MiguelNiblock/ruby_recipes_app
MiguelNiblock/ruby_todo_app
MVC app deployed on Heroku, that uses a postgreSQL database for storing todos. To-dos are persistent, so you may visit the live page and add/edit/delete some if you wish!.
MiguelNiblock/ServerDev
Compilation of exercises and examples of using Express and Node
MiguelNiblock/Supervised-Learning_Credit-Card-Fraud
Machine learning model that classifies fraudulent transactions in a dataset with class imbalance.
MiguelNiblock/travis-ci-shopping-list