46

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*

Comments
  • 12
    My dev checklist:
    ✅ Steal The dev checklist of @PonySlaystation
  • 2
    tempting dev checklist, steeling this and about time I create my own damn list for this year lol
  • 0
    If you don't have a Google Play account, I may help you!
  • 1
    Did 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.
  • 3
    ++ 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).
  • 3
    Any good tjtorials on CI? I'currently still deploy the "old fashion" way, by ssh in and call a deploy script.
  • 0
    @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. 😉
  • 4
    Mine 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 :/
  • 0
    @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. 😉
Add Comment