- Видео 23
- Просмотров 6 126
Azadi Bogolubov
Добавлен 24 июн 2014
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
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
Просмотров: 119
Видео
Relaxing Ambient Music & Nature Sounds - Frogs, Ducks, Water, Thunder (Best heard with headphones)
Просмотров 802 месяца назад
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
Просмотров 3822 месяца назад
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 D
Просмотров 13210 месяцев назад
First attempt at direct audio recording with crossfade between sections.
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 (ruclips.net/video/sps9qtcb444/видео.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 ...
Converting a Node REST API to Java with Spring
Просмотров 214Год назад
A continuation of the prior video (ruclips.net/video/LmhqLPo3F4U/видео.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/azad...
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
Просмотров 556 лет назад
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
Просмотров 3986 лет назад
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 лет назад
This video describes how to use the @Service annotation to remove the logic from your controller layer, creating an easy to test system, as well as one which follows single responsibility principles.
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 Jacoco Coverage Example
Просмотров 4,2 тыс.7 лет назад
Spring Boot Jacoco Coverage Example
Nice Azadi, thank you for sharing. Many blessings on your upcoming endeavors.
Glad you enjoyed it. Is there another topic you might enjoy?
Great video sir :)
Awesome work, Azadi! Thanks for sharing your industry experience and academic knowledge with the community!
Source code: github.com/azadibogolubov/DegreesOfFreedom/tree/main/Node_Mongoose_React_Intro
Thank you!
thanks!
Thanks for the video. Seeing you explain this was much easier than wading through the documentation.
Thank you for the feedback. It is always a struggle knowing what kind of videos to put online, so I typically just post if a friend or colleague asks me a question and then make the same answer for anyone else. This video was made after I myself spent a good bit of time wading the documentation and being tired from it. Have a great day!