Ecommerce Admin
A basic ecommerce admin application with frontend and backend. You can also see screenshots in the ss folder. Features Login & Logout List all products Create products …
Software and Game Dev
Programming articles.
A basic ecommerce admin application with frontend and backend. You can also see screenshots in the ss folder. Features Login & Logout List all products Create products …
I would like the talk about a framework that I really loved, Spark. Spark is a micro-framework that allows us to build back-end services in …
The project has been built with Golang, ReactJS and MariaDB. To run the project you need to install: Node v12.18.3+ and Golang v1.15.2+ You need …
The project uses: NodeJS v12.18.2 Docker v19.03.12 Docker Compose v1.26.2 Project has been built with VueJS, ExpressJS, MongoDB. To run the project: The front-end will …
In Java, the streams provide us to make some functional-style operations on streams of data. For instance, reducing, filtering, grouping, sorting, etc. In this article, we will try …
A trivia game that have been built with ReactJS. The project uses Open Trivia DB to retrieve questions. The game’s features: 4 selection on the welcome page, Questions …
When we want to start a ReactJS project, there is a simple npm command: ‘create-react-app’. Thanks to this command we can easily set up the …
The project have been built with vanilla js & scss. Also webpack, babel, postcss have been used. To run the project: Locate to the root …
I deployed the project to Heroku. You can try it. But currently, there is not a user based system so anyone can see other’s actions (CRUD …
Yes. Here we are. In the part 1, we have discussed microservices, its advantages, and disadvantages. Also, we have compared it with monolithic architecture. Aaand, we have decided …