Azadi Bogolubov
Azadi Bogolubov
  • 25
  • 5 850
Meditation in Db - Birds and Forest River
Music by Azadi Bogolubov - Degrees of Freedom
This song is for anyone who has ever experienced longing, loss, or just feeling an emptiness that cannot be named.
I've faced a lot of loss in my life, and am using the synthesizer to help me process, and hope it helps someone else out there.
Credits:
Nature sounds
pixabay.com/sound-effects/river-in-the-forest-17271/
pixabay.com/sound-effects/birds-in-spring-north-carolina-61396/
Image:
pixabay.com/photos/trees-forest-fog-foggy-5746604/
#ethereal #meditationmusicrelaxingmusicforstress #meditationmusicrelaxmindbodysleep #meditation #meditationmusic #ambient #ambientmusic #ambientsounds
Переглядів: 39

Відео

Relaxing Ambient Music & Nature Sounds - Frogs, Ducks, Water, Thunder (Best heard with headphones)
Переглядів 6628 днів тому
NOTE: Not everyone will like this or find it meditative. It has a special story for me. There was a place in Beaverton, Oregon, USA, where I lived at one time, it was a block from the major street, and the tree frogs were so loud you could not hear the cars even nearby, and it was a place of solace and healing for me. The attempt here is to capture that place, a place where sound initially come...
Relaxing Ambient Music, Rain and Thunder
Переглядів 82Місяць тому
Relaxing Ambient Music, Rain and Thunder Music by Azadi Bogolubov - Degrees of Freedom Photo provided by www.vecteezy.com/photo/1425339-lightning-strike-at-night Get more photos at: www.vecteezy.com/free-photos/lightning #ethereal #meditationmusicrelaxingmusicforstress #meditationmusicrelaxmindbodysleep #meditation #meditationmusic #ambient #ambientmusic #ambientsounds
Meditation in E
Переглядів 784 місяці тому
Meditation in E
Meditation in D
Переглядів 1269 місяців тому
First attempt at direct audio recording with crossfade between sections.
Meditation Track with Piano and Violin
Переглядів 97Рік тому
Photo is from Birmingham Botanical Gardens in Birmingham, Alabama.
Meditation Track
Переглядів 34Рік тому
My first attempt at creating a pad in Vital using Ableton Live
Graph QL with Apollo Server
Переглядів 21Рік тому
This video will discuss the very basic fundamentals of GraphQL using Apollo Server with Node.js. Covered will be the query and mutation types, type definitions, graphql interface, and why you might consider GraphQL instead of a REST API. Source code at: github.com/azadibogolubov/DegreesOfFreedom
Convert Mongo to Postgres with Node and Spring
Переглядів 36Рік тому
A continuation of the prior video (ua-cam.com/video/sps9qtcb444/v-deo.html) on converting an existing REST API with Node, Mongo/Mongoose and React to Java, and showing it still works as expected. In this video, we cover the similarities and differences between Node and Spring with regards to changing the underlying DB from Mongo to Postgres, and show how the underlying backend can be replaced w...
Converting a Node REST API to Java with Spring
Переглядів 195Рік тому
A continuation of the prior video (ua-cam.com/video/LmhqLPo3F4U/v-deo.html) on creating a REST API with Node, Mongo/Mongoose and React. In this video, we cover the similarities and differences between Node and Spring, and show how the underlying backend can be replaced with relative ease, and the gotchas to consider. A full demo is given at the end. Source code can be found at: github.com/azadi...
Intro to Node.js REST API with React and Mongoose
Переглядів 28Рік тому
This is an introductory video for Degrees of Freedom to help let students meet me virtually, and to see how I teach. In this video we will not do hands on coding, but rather go over the existing code, and show how it fits together. The code is also hosted at Github: github.com/azadibogolubov/DegreesOfFreedom
Java function composition
Переглядів 555 років тому
You've seen it in mathematics classes in the form of f(g(x)) where f(x) and g(x) are functions. Maybe you've even seen your professor use this in class, or on an open source project you want to jump in on. Well, here's a nice survey into the use of a Set_T_ as the value of a HashMap_K,V_
Java HashMap putIfAbsent explanation
Переглядів 3925 років тому
You've used HashMaps, but have you ever worked with putIfAbsent? This is a really nice alternative to having to if and if/else combination.
A survey into HashMaps
Переглядів 136 років тому
I had a friend ask about HashMap vs ArrayList, and why they are needed, and what the differences are, can they be used together, and so on. Here I kinda get in the weeds and play around a bit informally (very informally) on the topic to show what can and can't be done.
How to write your own Spring annotations
Переглядів 306 років тому
Source code here: github.com/azadibogolubov/video_tutorials/tree/master/annotationsdemo
Using @Service to isolate logic from Spring Components
Переглядів 186 років тому
Using @Service to isolate logic from Spring Components
@RequestParams vs @PathVariables
Переглядів 246 років тому
@RequestParams vs @PathVariables
Spring Data Mongo Introduction
Переглядів 446 років тому
Spring Data Mongo Introduction
GitHub Pull Request
Переглядів 337 років тому
GitHub Pull Request
Git Branching
Переглядів 117 років тому
Git Branching
How to create a Github repository and do a git commit
Переглядів 227 років тому
How to create a Github repository and do a git commit
Spring Boot JUnit
Переглядів 507 років тому
Spring Boot JUnit
Spring Boot Jacoco Coverage Example
Переглядів 4,2 тис.7 років тому
Spring Boot Jacoco Coverage Example
Spring Boot POST Request
Переглядів 1307 років тому
Spring Boot POST Request
Spring Boot Hello World
Переглядів 387 років тому
Spring Boot Hello World