sdemian.com
  • Home
  • Blog
  • Authors
  • Videos
  • About
1 Posts

add

What is the Docker ADD command
docker devops add technology

What is the Docker ADD command

The ADD command copies new files, directories or remote file URLs from source src and adds them to the filesystem of the image at the destination dest path. ...

Sergii Demianchuk
Sergii Demianchuk 12 Apr 2023
1 Posts

apollo

Building Simple NodeJS GraphQL API via Apollo Server example
graphql apollo nodejs technology

Building Simple NodeJS GraphQL API via Apollo Server example

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable descr...

Sergii Demianchuk
Sergii Demianchuk 27 Dec 2022
1 Posts

aws

Deploying a Rails App with an Nginx Sidecar Container
video aws sidecar ecs deployment

Deploying a Rails App with an Nginx Sidecar Container

So, You have been working hard on your idea implementation, and now it a time when You first think about deployment of your brand new Ruby on Rails applic...

Sergii Demianchuk
Sergii Demianchuk 05 Dec 2019
1 Posts

azure

Creating ReactJS serverless checkout form
azure video stripe react serverless

Creating ReactJS serverless checkout form

There comes a time in any apps life, when it will have to be monetize. There are a number of ways to become profitable, but accepting cash is a straight...

Sergii Demianchuk
Sergii Demianchuk 14 Aug 2019
1 Posts

database

Postgresql how to create new field in existing jsonb column
rails postgresql jsonb database

Postgresql how to create new field in existing jsonb column

How to create new field in existing jsonb column using Rails migration and Active Record Here is an example of how to add a new field called status_number w...

Sergii Demianchuk
Sergii Demianchuk 21 Apr 2023
2 Posts

deployment

Deploying a Rails App with an Nginx Sidecar Container
video aws sidecar ecs deployment

Deploying a Rails App with an Nginx Sidecar Container

So, You have been working hard on your idea implementation, and now it a time when You first think about deployment of your brand new Ruby on Rails applic...

Sergii Demianchuk
Sergii Demianchuk 05 Dec 2019
Deploying Elixir/Phoenix application on Heroku by Sergii Demianchuk
elixir phoenix deployment heroku video

Deploying Elixir/Phoenix application on Heroku by Sergii Demianchuk

We have discussed main questions raised on Elixir Users’ Survey 2016 created by Josh Adams. Full demo of Elixir/Phoenix application deployment on Heroku...

Sergii Demianchuk
Sergii Demianchuk 14 Nov 2017
1 Posts

devops

What is the Docker ADD command
docker devops add technology

What is the Docker ADD command

The ADD command copies new files, directories or remote file URLs from source src and adds them to the filesystem of the image at the destination dest path. ...

Sergii Demianchuk
Sergii Demianchuk 12 Apr 2023
1 Posts

docker

What is the Docker ADD command
docker devops add technology

What is the Docker ADD command

The ADD command copies new files, directories or remote file URLs from source src and adds them to the filesystem of the image at the destination dest path. ...

Sergii Demianchuk
Sergii Demianchuk 12 Apr 2023
1 Posts

ecs

Deploying a Rails App with an Nginx Sidecar Container
video aws sidecar ecs deployment

Deploying a Rails App with an Nginx Sidecar Container

So, You have been working hard on your idea implementation, and now it a time when You first think about deployment of your brand new Ruby on Rails applic...

Sergii Demianchuk
Sergii Demianchuk 05 Dec 2019
2 Posts

elixir

Deploying Elixir/Phoenix application on Heroku by Sergii Demianchuk
elixir phoenix deployment heroku video

Deploying Elixir/Phoenix application on Heroku by Sergii Demianchuk

We have discussed main questions raised on Elixir Users’ Survey 2016 created by Josh Adams. Full demo of Elixir/Phoenix application deployment on Heroku...

Sergii Demianchuk
Sergii Demianchuk 14 Nov 2017
Passion |> Elixir |> Phoenix
video elixir phoenix erlang

Passion |> Elixir |> Phoenix

We have discussed architecture concepts behind Erlang, Elixir and Phoenix web framework.

Sergii Demianchuk
Sergii Demianchuk 17 Jul 2017
1 Posts

erlang

Passion |> Elixir |> Phoenix
video elixir phoenix erlang

Passion |> Elixir |> Phoenix

We have discussed architecture concepts behind Erlang, Elixir and Phoenix web framework.

Sergii Demianchuk
Sergii Demianchuk 17 Jul 2017
1 Posts

graphql

Building Simple NodeJS GraphQL API via Apollo Server example
graphql apollo nodejs technology

Building Simple NodeJS GraphQL API via Apollo Server example

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable descr...

Sergii Demianchuk
Sergii Demianchuk 27 Dec 2022
1 Posts

heroku

Deploying Elixir/Phoenix application on Heroku by Sergii Demianchuk
elixir phoenix deployment heroku video

Deploying Elixir/Phoenix application on Heroku by Sergii Demianchuk

We have discussed main questions raised on Elixir Users’ Survey 2016 created by Josh Adams. Full demo of Elixir/Phoenix application deployment on Heroku...

Sergii Demianchuk
Sergii Demianchuk 14 Nov 2017
1 Posts

java

Create Apache Kafka Consumer
kafka technology java

Create Apache Kafka Consumer

To create an Apache Kafka consumer, you will need to first install Apache Kafka on your system, if you haven’t already done so. You can download Apache Kafka...

Sergii Demianchuk
Sergii Demianchuk 13 Dec 2022
1 Posts

jsonb

Postgresql how to create new field in existing jsonb column
rails postgresql jsonb database

Postgresql how to create new field in existing jsonb column

How to create new field in existing jsonb column using Rails migration and Active Record Here is an example of how to add a new field called status_number w...

Sergii Demianchuk
Sergii Demianchuk 21 Apr 2023
1 Posts

kafka

Create Apache Kafka Consumer
kafka technology java

Create Apache Kafka Consumer

To create an Apache Kafka consumer, you will need to first install Apache Kafka on your system, if you haven’t already done so. You can download Apache Kafka...

Sergii Demianchuk
Sergii Demianchuk 13 Dec 2022
1 Posts

kotlin

Kotlin Random Playground Code
kotlin technology

Kotlin Random Playground Code

Creating Kafka consumer using Kotlin is fun - at least they say so, why not to first play with Kotlin idiom and code. Kotlin Random Playground Code Try...

Sergii Demianchuk
Sergii Demianchuk 21 Dec 2022
1 Posts

nodejs

Building Simple NodeJS GraphQL API via Apollo Server example
graphql apollo nodejs technology

Building Simple NodeJS GraphQL API via Apollo Server example

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable descr...

Sergii Demianchuk
Sergii Demianchuk 27 Dec 2022
2 Posts

phoenix

Deploying Elixir/Phoenix application on Heroku by Sergii Demianchuk
elixir phoenix deployment heroku video

Deploying Elixir/Phoenix application on Heroku by Sergii Demianchuk

We have discussed main questions raised on Elixir Users’ Survey 2016 created by Josh Adams. Full demo of Elixir/Phoenix application deployment on Heroku...

Sergii Demianchuk
Sergii Demianchuk 14 Nov 2017
Passion |> Elixir |> Phoenix
video elixir phoenix erlang

Passion |> Elixir |> Phoenix

We have discussed architecture concepts behind Erlang, Elixir and Phoenix web framework.

Sergii Demianchuk
Sergii Demianchuk 17 Jul 2017
1 Posts

postgresql

Postgresql how to create new field in existing jsonb column
rails postgresql jsonb database

Postgresql how to create new field in existing jsonb column

How to create new field in existing jsonb column using Rails migration and Active Record Here is an example of how to add a new field called status_number w...

Sergii Demianchuk
Sergii Demianchuk 21 Apr 2023
1 Posts

rails

Postgresql how to create new field in existing jsonb column
rails postgresql jsonb database

Postgresql how to create new field in existing jsonb column

How to create new field in existing jsonb column using Rails migration and Active Record Here is an example of how to add a new field called status_number w...

Sergii Demianchuk
Sergii Demianchuk 21 Apr 2023
1 Posts

react

Creating ReactJS serverless checkout form
azure video stripe react serverless

Creating ReactJS serverless checkout form

There comes a time in any apps life, when it will have to be monetize. There are a number of ways to become profitable, but accepting cash is a straight...

Sergii Demianchuk
Sergii Demianchuk 14 Aug 2019
1 Posts

serverless

Creating ReactJS serverless checkout form
azure video stripe react serverless

Creating ReactJS serverless checkout form

There comes a time in any apps life, when it will have to be monetize. There are a number of ways to become profitable, but accepting cash is a straight...

Sergii Demianchuk
Sergii Demianchuk 14 Aug 2019
1 Posts

sidecar

Deploying a Rails App with an Nginx Sidecar Container
video aws sidecar ecs deployment

Deploying a Rails App with an Nginx Sidecar Container

So, You have been working hard on your idea implementation, and now it a time when You first think about deployment of your brand new Ruby on Rails applic...

Sergii Demianchuk
Sergii Demianchuk 05 Dec 2019
1 Posts

stripe

Creating ReactJS serverless checkout form
azure video stripe react serverless

Creating ReactJS serverless checkout form

There comes a time in any apps life, when it will have to be monetize. There are a number of ways to become profitable, but accepting cash is a straight...

Sergii Demianchuk
Sergii Demianchuk 14 Aug 2019
4 Posts

technology

What is the Docker ADD command
docker devops add technology

What is the Docker ADD command

The ADD command copies new files, directories or remote file URLs from source src and adds them to the filesystem of the image at the destination dest path. ...

Sergii Demianchuk
Sergii Demianchuk 12 Apr 2023
Building Simple NodeJS GraphQL API via Apollo Server example
graphql apollo nodejs technology

Building Simple NodeJS GraphQL API via Apollo Server example

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable descr...

Sergii Demianchuk
Sergii Demianchuk 27 Dec 2022
Kotlin Random Playground Code
kotlin technology

Kotlin Random Playground Code

Creating Kafka consumer using Kotlin is fun - at least they say so, why not to first play with Kotlin idiom and code. Kotlin Random Playground Code Try...

Sergii Demianchuk
Sergii Demianchuk 21 Dec 2022
Create Apache Kafka Consumer
kafka technology java

Create Apache Kafka Consumer

To create an Apache Kafka consumer, you will need to first install Apache Kafka on your system, if you haven’t already done so. You can download Apache Kafka...

Sergii Demianchuk
Sergii Demianchuk 13 Dec 2022
4 Posts

video

Deploying a Rails App with an Nginx Sidecar Container
video aws sidecar ecs deployment

Deploying a Rails App with an Nginx Sidecar Container

So, You have been working hard on your idea implementation, and now it a time when You first think about deployment of your brand new Ruby on Rails applic...

Sergii Demianchuk
Sergii Demianchuk 05 Dec 2019
Creating ReactJS serverless checkout form
azure video stripe react serverless

Creating ReactJS serverless checkout form

There comes a time in any apps life, when it will have to be monetize. There are a number of ways to become profitable, but accepting cash is a straight...

Sergii Demianchuk
Sergii Demianchuk 14 Aug 2019
Deploying Elixir/Phoenix application on Heroku by Sergii Demianchuk
elixir phoenix deployment heroku video

Deploying Elixir/Phoenix application on Heroku by Sergii Demianchuk

We have discussed main questions raised on Elixir Users’ Survey 2016 created by Josh Adams. Full demo of Elixir/Phoenix application deployment on Heroku...

Sergii Demianchuk
Sergii Demianchuk 14 Nov 2017
Passion |> Elixir |> Phoenix
video elixir phoenix erlang

Passion |> Elixir |> Phoenix

We have discussed architecture concepts behind Erlang, Elixir and Phoenix web framework.

Sergii Demianchuk
Sergii Demianchuk 17 Jul 2017

sdemian.com

Don’t limit yourself. Many people limit themselves to what they think they can do. You can go as far as your mind lets you. What you believe, remember, you can achieve.

Recent posts

Postgresql how to create new field in existing jsonb column
rails postgresql jsonb database

Postgresql how to create new field in existing jsonb column

Sergii Demianchuk
Sergii Demianchuk 21 Apr 2023
What is the Docker ADD command
docker devops add technology

What is the Docker ADD command

Sergii Demianchuk
Sergii Demianchuk 12 Apr 2023

Menu

  • Home
  • About
2023 © sdemian.com