Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 2.81 KB

ReadMe.md

File metadata and controls

19 lines (16 loc) · 2.81 KB

Acumen Exercises

This repo includes some simple exercises to help drive conversations and discuss how problems are approached.

Exercises

Type Summary
Command Line 01 Using a command line let's do some simple tasks like change directory to parsing a file
Design Architecture 01 Given some broad requirements to build a new API how would you do it, and what do you consider?
Enterprise Design 01 Given the task to deploy and host an internal application what factors do you considered.
Node Express A simple node Express app, can you add an API route and manipulate the parameters
Sql Given some common mistakes in SQL can you help debug the SQL?
vue2_typescript A Vue and Typescript, can you fix a bug and add a simple feature.
react_typescript A React and Typescript, can you fix a bug and add a simple feature.
angular_typescript A Angular and Typescript, can you fix a bug and add a simple feature.
typescript_problem_01_is_string_a_permutation/ Simple Typescript logic problem
typescript_problem_02_all_permutations/ Typescript logic problem
typescript_problem_03_bom/ More complex Typescript logic problem