Coder Social home page Coder Social logo

iuriaraujocs's Projects

api-rest-laravel icon api-rest-laravel

This project aims to implement a secure api rest focused on authentication. Laravel 6 is used, and the laravel/ui package has been reused and adapted to api format.

mini-redis icon mini-redis

This project implements a Redis subset (a in-memory NoSQL database) using PHP language working with socket on port 7080. The service listens to that port for requests, and can be used for multiple simultaneous connections. With the connection established, it offers the following commands: SET, GET, DEL, DBSIZE, INCR, ZADD, ZCARD, ZRANK and ZRANGE. The Redis mini server can be started from the command line using the command "php <path> miniRedis.php", thus the same listens on port 7080 for requests. On linux Ubuntu 18.80 LTS, which was tested, the mini server can be accessed for testing from the command telnet 127.0.0.1 7080. or any other type of connection on port 7080 In this project, there is also the version of connection via http, which the client can connect with miniRedis via browser for example: "http: // localhost: 80 /? cmd = set% 20mykey% 20value" or by command line curl "http: // localhost: 80 /? cmd = set% 20mykey% 20value" it can be easily adapted and installed in any hosting service in order to serve any application over the internet.

mini-system icon mini-system

This project aimed to achieve a small framework in PHP language from scratch. The ideia is development from scratch everything that a developer needs to make a profissional project without using any famous framework from market. My mini-system is a way I found to study how real frameworks really work under the hood, and I've been created along of my programmer development, mainly in the beggining for learning purposes and it was not thought to be commercialized or anything like that. Many classes I created to understand how works, how to do and was designed in order to obtain flexibility and modularized systems easily.

php-development-enviroment icon php-development-enviroment

This repository creates a minimal development environment with PHP 7.4, Apache2 and Composer 2.0. With module rewrite enabled and Slim framework too.

products-categories-manager icon products-categories-manager

O desafio é desenvolver um sistema de gerenciamento de produtos. Esse sistema será composto de um cadastro de produtos e categorias.

transactions-import-data-laravel icon transactions-import-data-laravel

This project deals with storing information from csv files, and presenting them. In this, it was bootstrap, vuejs, laravel and mysql are used.

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.