Skip to content

Instantly share code, notes, and snippets.

View abrusu-collins's full-sized avatar
🚀
Building Cool Stuff

collins abrusu-collins

🚀
Building Cool Stuff
View GitHub Profile
@codeSTACKr
codeSTACKr / mongodb_cheat_sheet_2022.md
Created January 10, 2022 22:54
MongoDB Cheat Sheet 2022
@IntrepidDemian
IntrepidDemian / assessment-java-overview.md
Last active July 9, 2024 23:41
Java Backend Software Engineer Take-Home Assessment

Java Backend Software Engineer Take-Home Assessment

This assessment is an opportunity for the candidate to provide examples of their knowledge and skills using technologies and practices they may see working for Intrepid Networks. It is also an opportunity for the Intrepid Networks software development team to evaluate the candidate's use of these skills and technologies. This assessment will be used as points of discussion during any additional interviews.

Your challenge

MVP Project

This project is the only part of this challenge we consider required. Create a project that can be tested with Postman (No frontend component required for this project) so that we are able to complete CRUD operations via the REST API. The user summary, technical summary, and user stories for this project are listed below in the [fictitious-company-inc-blog-app-requirements-mvp.md](https://gist.github.com/IntrepidDemian/b6add456dc3af28e9e959bcc6a244be2#file-fictitious-company-inc-blog-app-requiremen

@bradtraversy
bradtraversy / mysql_cheat_sheet.md
Last active September 23, 2024 01:17
MySQL Cheat Sheet

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH