Login
Discover
Waves
Decks
Plus
Login
Signup
genrbe
@genrbe
45
Followers
173
Following
10
Resource Credits
Available
Used
Created
May 10, 2018
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
genrbe
utopian-io
2018-07-26 18:59
[koajs Tutorial #1] First static app with basic authentication, free hosting, free domain, advertising-free
[koajs Tutorial #1] First static app with basic authentication, free hosting, free domain, advertising-free Repository: What will you learn? How to create repository on github. How to create service for
$ 21.968
9
4
genrbe
open-source
2018-06-03 20:25
Initialize the user interface for the shop at everything [shop-at-everything]
Create repository: Create project use vue-cli. vvue init webpack shop-ui Then, commit and push. The next task will be adding the admin component and the product list component.
$ 0.681
3
genrbe
open-source
2018-06-03 20:11
Run on heroku [shop-at-everything]
Create app: Deploy app: Build: For now it does not work properly because there is no database connected but it's only a matter of time
$ 0.703
4
genrbe
open-source
2018-06-01 19:51
Build Docker image and publish to DockerHub in CI
Issue: #14 I added a file (Dockerfile) that created the image of the docker: FROM alpine:edge # install bash RUN \ apk add --no-cache bash # install screen RUN \ apk add screen # install java RUN \ apk
$ 0.713
3
genrbe
open-source
2018-05-21 11:39
Integration with travis-ci
Creating an account at travis-ci.org The .travis.yml file was added: .travis.yml Set up github: A project (pull request) built on travis-ci. Pull request
$ 0.854
3
1
genrbe
open-source
2018-05-21 06:57
Products API
Products API The Product data model was added. Product model Then a Repository was added that will allow you to save data in the MongoDB database. RepositoryProduct Then the REST API controller for PRODUCTS
$ 0.849
2
genrbe
open-source
2018-05-20 09:23
Test coverage [shop-at-everything]
A gradle plugin that checks coverage of the tests was added. plugins { id 'info.solidsoft.pitest' version '1.3.0' } To prepare a report about the coverage of the test, we call: ./gradlew pintest Then you
$ 0.878
3
genrbe
open-source
2018-05-19 12:23
Start [shopateverything]
Description of the "Initial project of shopateverything". The project was initiated using the generator on the site: Then the User class was added: User Then a Repository was added that will
$ 0.911
4
1