bcdasilv
Software engineering enthusiast with endless curiosity about how people can better build and evolve software.
@cqse San Luis Obispo, CA
Pinned Repositories
code-style-mining
This project aims at mining public software repositories on GitHub in order to map developers' coding style. To be the best of our knowledge, this is the first attempt to mine a large dataset of public software projects and provide to the community summarized quantitative data to understand how developers program in terms of coding style.
data-storage-api
Coding exercise for implementing a mock data storage API
expressjs-with-mongoose
A sample backend for our class app with database access (MongoDB) using Mongoose.
R_Python_ForDataScience
A repository with R code from my PhD empirical studies, and also Jupyter notebooks and python code for data analysis and data science learners.
react-flask-app
Sample app in React, Flask, and MongoDB (with Pymongo).
react-with-ci-cd
sentiment-analysis-on-issues
This is a fork from Jonathan Cheruvelil's (@jcheruve) project at Cal Poly (concluded on Spring 2018 and supervised by me)
SkyscrapAR-extractor
Source code extractor for SkyscrapAR
stackoverflow_analysis
code-style-data-vis
Building a data visualization solution for code style mined from thousands of GitHub public repositories.
bcdasilv's Repositories
bcdasilv/code-style-mining
This project aims at mining public software repositories on GitHub in order to map developers' coding style. To be the best of our knowledge, this is the first attempt to mine a large dataset of public software projects and provide to the community summarized quantitative data to understand how developers program in terms of coding style.
bcdasilv/data-storage-api
Coding exercise for implementing a mock data storage API
bcdasilv/expressjs-with-mongoose
A sample backend for our class app with database access (MongoDB) using Mongoose.
bcdasilv/react-with-ci-cd
bcdasilv/307MovieProject
bcdasilv/Baku
Baku is a cross-platform social media app that aims to inspire and connect travelers to locations around the world.
bcdasilv/codespaces-api-scripts
This is a repo for using GitHub Codespaces API to managing Codespace operations.
bcdasilv/CSC-308-309-Project
bcdasilv/csc307project
Group project for CSC307, implementing a Free Stuff Application
bcdasilv/expressjs-with-mongoose-localdb
bcdasilv/expressjs-with-testing
A sample backend for our class app with database access (MongoDB) using Mongoose and Jest test cases included.
bcdasilv/flask-assignment
bcdasilv/flask-pymongo
bcdasilv/hacker-rank-puzzles
This repository is where I save and share java and python code I've made for the HackerRank challenges. Feel free to download, share or suggest better ways to solve the challenges. Definitely, there is always room for improvement.
bcdasilv/jest-unittests
Class demonstration and starter code for the lab
bcdasilv/mongodb-memory-server
Spinning up mongod in memory for fast tests. If you run tests in parallel this lib helps to spin up dedicated mongodb servers for every test file in MacOS, *nix, Windows or CI environments (in most cases with zero-config).
bcdasilv/NoteTaking
This is a simple application that can store your notes
bcdasilv/PolyFlix
bcdasilv/PolyFreeStuff
bcdasilv/project_1
CSC 307 project 1 repository. A professor ratings website.
bcdasilv/python_unittests
Basic examples of unit tests in python/pytest.
bcdasilv/react-assignment-with-BE
Evolving the React code Part II linking frontend with backend.
bcdasilv/react-tutorial
Beginner code for the React official tutorial (https://reactjs.org/tutorial/tutorial.html)
bcdasilv/sample-mockito
An example of unit testing with JUnit and Mockito.
bcdasilv/Spotigo
Spotigo: Utility to generate Spotify palylists by BPM and user preferences
bcdasilv/square-root
bcdasilv/srp-facade-employee
Class example based on the book example (Ch 7 Clean Architecture by Robert Martin)
bcdasilv/Tabify
bcdasilv/threadnews-backend
Backend for ThreadNews
bcdasilv/unit-testing-example
This is an example to provide a brief intro (or recap) on unit testing written in Java (with Junit).