Loading ...

Install Shipyard With Curl

Hello everybody, today in order to preserve shortcut for shipyard installation I've decided to preserve it's shortcut in my blog.   curl -sSL https://shipyard-project.com/deploy | bash -s this will install shipyard at your centOS machine. User name will be admin, password: shipyard.

Three Grids In Acumatica

 Recently I've posted following question on stackoverflow:   I have following request from my customer to be implemented in Acumatica: Create form which have input fields on top. Form should have first grid, which reacts on parameters on top Form should have second grid, which reacts o...

Mesos Terminology

Hello everybody, today I want to share few words of my knowledge related to mesos and mesosphere. Recently I've subscribed myself for making investigation for mesosphere. And quite often I was asked by my project manager what is difference between mesos and mesosphere. For now I've found that mai...

Http Status Codes

Hello everybody, today I want to write a few words about http status codes which some kind are common among developers for web api clients. So, For POST request following are common to return: 201 ( item was created ), 400 ( bad request ), 500 ( internal server error ) For GET: 200 ( ok ), 404 (...

Some Notes On Usage Of Docker

Hello everybody, today I want to write a few words about usage of docker for windows. First of all, I want to point what is docker at all. There are many ideas of how to explain it, but in my opinion docker is like installed and configured piece of software with needed fragment of operating syste...