Giter VIP home page Giter VIP logo

json-explorer's Introduction

Hello Friend!!! I'm Daniel Yoshizawa and welcome to my Github. ๐Ÿ™



> whoami?

Experienced software engineer with a diverse background in various areas of software development. With over 15 years in the industry, I have almost 6 years working professionally with C++ and an overall 10 years between academic, professional and personal projects.



> netstat -a github



> dpkg -l | grep techs


cplusplus gcc cmake debian git github python perl postgresql neo4j graphql react nodejs jquery html5 css3 godot digitalocean amazonwebservices ansible


> curl -u daniel:yoshizawa https://danielyoshizawa.dev

Check out my portfolio web site!



> mailto

Let's connect on Linkedin or email me at [email protected]

json-explorer's People

Contributors

danielyoshizawa avatar

Watchers

 avatar  avatar

json-explorer's Issues

[GITHUB] - Cache dependencies

Description:
The build on the github workflow is taking too long, we need to cache the libs libcurl, simdjson and catch to improve performance.

Acceptance:

  • Have libcurl, simdjson and catch cached

[COMMANDS] - Create structure to commands

Description:
Have an architecture for commands, using the open-close principle, we need to be able to add new commands with ease.

Acceptance:

  • Have an expansible design for commands

[GITHUB] - Improve README

Description:
The project is growing, it's a good time to improve our readme to keep track of the changes

Acceptance:

  • Improve the readme adding at least, description, dependencies, build process

[COMMANDS] - Create basic navigation commands

Description:
Create the basic commands for navigation, cd, ls, and quit, e.g. cd folder
For this first cut we need to implement cd .. (return) and cd / (go back to root), It is only necessary to operate in 1 level and ls will only show the current folder.
Quit / Exit, will leave the application.

Acceptance:

  • Have the command cd
  • Have the command ls
  • Have the command quit / exit

[VIEW] - Simple View

Descriptions
Create a simple view that will get the input and output of the commands results

Acceptance:

  • Have a view overloading << and >>
  • Have an error function to print errors returned by the model

[COMMAND] - Pool of commands

Description:
Create a pool of commands to make it easy to access each one.

Acceptance:

  • Have mechanics to make it easier to get the commands

[FIRST STEPS] - Dependencies

Description:
This project will use some libs to help it achieve its goals, we will need at least, libcurl, simdjson and catch2.

Acceptance:

  • Have libcurl
  • Have simdjson
  • Have catch2
  • Prove that the libs are woking

[FIRST STEPS] - Make it generic

Description:
We should be able to fetch any JSON resource from the internet provided by the user. Evaluate the content type, and navigate the JSON accordingly.

Acceptance:

  • Accept user endpoint
  • Check if the content type is application/JSON or can be converted to JSON
  • Navigate inside the parsed JSON

[FIRST STEPS] - Prove it to me!

Description:
Prove of concept, fetch a JSON from the web, parse it and print to the screen

Acceptance:

  • Fetch a resource from the internet
  • Parse it
  • Print its elements

[PARSER] - Input parser

Description:
Create an input parser, we have 2 situations at the moment, commands with or without parameters, e.g., cd data | ls | quit | load https://api.com .

This will make it easier to manage the command pool and make our code more generic.

Acceptance:

  • Have a string parser to split the input in command | path.

[COMMAND] - Load command

Description:
Implement a load command to perform requests to JSON endpoint

Acceptance:

  • Have a new command load
  • Work in the already implemented flow

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.