Giter Site home page Giter Site logo

nlpf's Introduction

NLPF - Nouveaux Langages de Programmation et Frameworks - New Programmation Languages and Frameworks

What is this project ?

This project is a small experiment made for a course which is an introduction to non-standard languages (no PHP, Java, C++). This project was made with Roman Thiaw-Kine during only two days, which explains the rush and the code quality. We had a free choice on the technologies, so we chose some challenge with the following stack:

  • Go - REST API server
  • CouchDB - NoSQL database
  • AngularJS 1 - FrontEnd
  • Docker - Containerisation of testing environment

The goal of the project was to realize a Minimum Viable Project of a small crowdfunding platform and to present it to a client in less than a week. After that realization, the point was to realize a feedback on our stack to the rest of the class

Our Feedback

  • AngularJS: Due to the lack of time, AngularJS has been only used as a 'shortcut' for Javascript, and we only used this framework at a fraction of its capacities

  • CouchDB: The usage of CouchDB in this project was a first trial for this sort of technologies, and we haven't had the opportunity to use all the functionnalities offered by CouchDB

  • Docker: The docker is based on a golang image, which is itself based on debian. Since their is no updated package of couchDB for Debian, it has been necessary to find a manual installation script and configure it to work directly in our context. Globally, using Docker has been a great addition as we were working on different environnements. It also permitted us to deploy the application on a server in a few minutes.

  • Go: The language used on the server side has come with a few challenges. First of all, Go comes with a native handling of JSON but it requires to create structs for each exchange, which is far from practical. Because of that, it has been necessary to manually parse and create the json used for the REST API, and for storing into CouchDB. On the other side, Go is a great language, with incredible performances. It really looks and feels like improved C which is nice. However just like C, each advanced functionnality needs a dedicated library (server: gin-gonic, database: couchdb-go).

Globally the chosen stack was risky, especially in a context of rush, but it has been really enjoyable and instructive for us to work with these technologies.

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.