Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tempting dev checklist, steeling this and about time I create my own damn list for this year lol
-
slyckies3247yDid an API with NodeJS during the last month. If you've got your sql statements working, give sequelizer a try. Makes everything easier if you're planning to work with a database.
-
Wack63117y++ for CraftCMS, although I personally like my Symfony (with easy admin bundle) or if possible https://sulu.io (has dependency on elastic search for some bundles, so not really usable on standard webhostings).
-
Wack63117yAny good tjtorials on CI? I'currently still deploy the "old fashion" way, by ssh in and call a deploy script.
-
@Wack Thx for the hint with symphony, I still have to try it out one day.
I'm not too experienced with CI, because except for my personal trial and errors it has not yet reached our company workflow.
I did some tests in Gitlab once and managed to build via gulp and deploy over FTP.
I had to make a docker for gitlab containing the build and deploy tools.
There are some tutarials on how to configure gitlab-ci.yml. I never tried CI on github.
If you have some spare time, it really is worth a try. 😉 -
hack64567yMine is pretty same. Just NodeJS part os different. I am gonna write an api with golang. Its fucking fast and can handle too much request dude. Nodejs is decent too but I dont like nodejs :/
-
@hack Haha I dislike NodeJS as well, but its just for curiosity.
Thanks for the hint, I'll check it out if I find time. 😉
Related Rants
My devGoals for 2018:
- Build a RESTful API with NodeJS just for learning.
- Finish my first product (electronics sideproject).
- Convert more people to use CraftCMS or at least not use Joomla or WP.
- Get a raise.
- Add Continuous Integration to more projects.
- Add more unit testing where appropriate.
- Create and release a mobile app.
To be continued...
*playing to be continued meme sound*
rant
goals
wk85