podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
Emmanuel Hayford
Shows
The Rails Changelog
029: Tuning Ruby on Rails App Performance with Jean Boussier
In this episode, Jean Boussier and I dive deep into performance optimisation for Ruby on Rails applications. From diagnosing common bottlenecks and mastering advanced caching techniques to leveraging YJIT, jemalloc, and server concurrency models, we explore practical strategies for scaling apps efficiently. We also discuss key metrics for monitoring production performance, cost-effective observability, and modern Rails patterns to embrace or avoid. Perfect for developers looking to take their Rails performance game to the next level!Try Mailtrap for freeRails Guide: Tuning Performance for DeploymentNate Berkopec: The Rails Performance Workshop
2025-01-24
1h 04
The Rails Changelog
028: Discussing Ruby's Data class, some Ruby quirks with Victor Shepelev
In this episode, I’m joined by Victor Shepelev, a member of the Ruby Core team and the author of Ruby’s new Data class. We dive into why Ruby needed the Data class, exploring how it fits into the language and enhances Ruby’s capabilities. Victor also shares insights on some other exciting Ruby features, including Numbered Block Parameters, the "it" keyword, and the growing role of functional programming in Ruby.Beyond coding, Victor has a unique perspective as he’s officially enlisted in the Ukrainian Army. I had the chance to talk with him about what it’...
2024-11-08
33 min
The Rails Changelog
027: Migrating a Rails Monolith from MySQL to Trilogy with Adrianna Chang
In this episode, I sit down with a seasoned Rails engineer to dive into the technical intricacies and community-building work that power the Ruby ecosystem. Adrianna, who currently works as an engineer at Shopify shares insights into their role, their experience with the vibrant WNB.rb community, and what goes into organising meetups focused on all things Ruby and Rails.We take a deep dive into Trilogy, Shopify’s custom implementation of the MySQL protocol. Adrianna unpacks the motivation behind developing Trilogy, the design choices that distinguish it from the traditional libmysqlclient library, and the trade-offs they fa...
2024-11-02
52 min
The Rails Changelog
026: Exploring Rails' Default Debugger with Stan Lo
The debugger you didn't know you needed. Ruby comes with an official debugger called Debug, which is now included in new Rails applications. Surprisingly, many Rails developers are still unaware of just how powerful this tool is. In this episode, Stan and I dive into its capabilities, exploring how it enhances the debugging process and makes troubleshooting more efficient.DebugThe Startup of You
2024-10-10
33 min
The Rails Changelog
025: Rails, Compilers & Profilers with Aaron Patterson
As you'd expect, any conversation with Aaron inevitably involves Ruby, Rails, compilers, and profiling. In this episode, we delve into all these topics. Enjoy!
2024-07-18
49 min
The Rails Changelog
024: Structuring Rails Apps with Matt Swanson
In this conversation, Matt discusses his podcast Yagny FM and the motivation behind it. He also talks about his approach to open source contributions within the Rails ecosystem. Matt shares his thoughts on Hotwire and the misconception of using all its features. He discusses the trade-offs between basic conditionals and feature management tools in terms of long-term maintainability and scalability. Matt also touches on the use of feature flags and how to balance simplicity with increasing complexity over time. Lastly, he briefly mentions his experience with background jobs and the potential move to Solid Queue. In this conversation, Matt...
2024-06-27
50 min
The Rails Changelog
023: Solid Queue Internals with Rosa Gutierrez
In this interview with Rosa Gutierrez of 37signals, Rosa elaborates on her work, particularly her contributions to Solid Queue and its implementation alongside Active Job. She describes the motivations behind developing Solid Queue, addressing performance issues with existing systems like Resque, and transitioning some workloads to database-backed queues. Rosa also explains the technical details of Solid Queue's architecture, including supervisor and dispatcher roles, how it handles job prioritization, concurrency, and the challenges of ensuring performance in high-load environments. Essential advice is provided on when to use or avoid Solid Queue, depending on specific needs and existing setups....
2024-06-20
1h 15
The Rails Changelog
022: Discussing Rails Camp USA with Bobbilee Hartman
In this episode, Bobbilee, a pivotal figure in the Rails community, shares the inspiring journey behind Rails Camp West. Bobbilee talks about the origins and motivations for creating Rails Camp West, rooted in her experiences at big tech conferences and her desire to create a more intimate, laid-back environment for tech enthusiasts. She highlights the first camp in 2014 and how it has grown into a beloved annual event with a 75% return rate among attendees, showcasing the community’s strong bonds.Bobbilee delves into the distinctions between Rails Camp West and the original Australian Rails Camp, emphasising the in...
2024-06-13
29 min
The Rails Changelog
021: From Active Record Business Logic to DDD & Events with Andrzej Krzywda
Andrzej Krzywda discusses event sourcing, event-driven architecture, and Domain-Driven Design (DDD) in the context of Ruby on Rails applications. He explains the concept of bounded contexts and how they relate to communication between different modules. He also shares insights on when and why to apply DDD to Rails applications, particularly in cases where the application becomes complex and difficult to maintain. Andrzej explores the challenges and benefits of migrating an existing Rails app to an event-driven architecture and highlights advanced event sourcing concepts such as snapshotting, projections, and versioning. In this conversation, Andrzej Krzywda discusses event sourcing and DDD...
2024-03-07
1h 21
The Rails Changelog
020: Andy Croll & Ufuk Kayserilioglu Uncover RailsConf 2024 Details
The conversation covers various aspects of RailsConf, including its mission, organization, and selection process for talks. The chapters delve into the background of the participants, the role of Ruby Central in organizing RailsConf, and the significance of the conference in the Ruby and Rails communities. The discussion also explores the unique features of RailsConf 2024, such as the community day and hack day, as well as the selection process for talks and the responsibilities of the program committee. Additionally, the conversation touches on the criteria for choosing conference locations and the process of selecting keynote speakers. In this conversation, Emmanuel...
2024-02-16
1h 06
The Rails Changelog
019: Exploring RubyGems with Jenny Shen
Senior Developer Jenny Shen from Shopify joins me to discuss RubyGems. In this episode, we unravel the intricate mechanics of dependency resolution within RubyGems, exploring topics such as compact indexes and more. Our discussion extends to the paramount issue of security, where we examine the proactive measures undertaken by the RubyGems team to fortify gems for every Ruby programmer. PubGrub version solving algorithmThe New Rubygems Index Format by Andre ArkoTrusted Publishing on RubyGems.org
2024-02-08
44 min
The Rails Changelog
018: Rails 8 is coming!
In this monologue, I've highlighted just a few of the features that I'm eagerly anticipating in Rails 8. As the first episode of the year, I've also addressed some housekeeping matters, determining the optimal episode production capacity and pace. Most importantly, I want to express my gratitude to all the listeners of The Rails Changelog – thank you for your unwavering support.Rails 8 milestones
2024-01-18
07 min
The Rails Changelog
017: A deeper dive into Zeitwerk with Xavier Noria
Xavier Noria of the Rails Core team adeptly delves into the intricacies of Zeitwerk in this episode. Our discussion extends to elucidate the distinctions among autoloading, eager loading, and reloading, shedding light on the nuanced processes that transpire during app deployment. Subsequently, we delve into an exploration of the technical challenges currently confronting Ruby on Rails.
2023-12-29
1h 25
The Rails Changelog
016: Fireside chat with Rafael França
Rafael França, an esteemed member of the Rails Core team, is our featured guest in this episode. Join us as he delves into his journey with Rails, sharing insights on his initiation into the framework and the eventual path that led him to become an integral part of the core team. Our conversation explores the intricacies of decision-making within the core team, shedding light on the prioritization of pull requests (PRs), offering a sneak peek into the upcoming Rails 8, and providing valuable tips on getting your PRs successfully merged. Tune in for an in-depth discussion covering these topics a...
2023-12-07
56 min
The Rails Changelog
015: Exploring Turbo 8 with Jorge Manrubia
In this episode, Jorge Manrubia provides insights into his experience working at 37signals. Our conversation delves into the intricacies of Active Record encryption, and we explore the latest advancements in Turbo 8 technology.Jorge Manrubia's Book RecommendationPragmatic Thinking And Learning Refactoring Domain-Driven Design Smalltalk Best Practice Patterns Design Patterns TurboActive Record EncryptionSpektr Security
2023-11-23
53 min
Pastor Manuel Podcast
THE REIGNING LIFE IN CHRIST PART 3
Listen to it over and over again until you see the change you desire.
2023-11-13
1h 25
Pastor Manuel Podcast
THE REIGNING LIFE IN CHRIST PART 2
Understanding how to reign in life.
2023-11-12
37 min
Pastor Manuel Podcast
THE REIGNING LIFE IN CHRIST PART 1
Understanding the reigning life of a Christian
2023-11-12
1h 23
Pastor Manuel Podcast
THE MYSTERY OF SALVATION
Are you aware that angels and the prophets of old never understood the dimensions of salvation as revealed to them by the Holy Spirit?
2023-11-12
37 min
Pastor Manuel Podcast
Stay Inspired with ALEM
2023-11-09
00 min
The Rails Changelog
014: PostgreSQL for Rails Developers with Andrew Atkinson
Andrew Atkinson, the esteemed author of "High Performance PostgreSQL for Rails," joins me in this episode for an in-depth conversation. We delve into the myriad features that Ruby on Rails developers can harness to optimize PostgreSQL within their applications.Stay tuned throughout the episode for an exclusive discount code, which will grant listeners a generous 25% off when purchasing "High Performance PostgreSQL for Rails." Don't miss out on this valuable opportunity to enhance your development skills!
2023-11-03
51 min
Pastor Manuel Podcast
Understanding Spirituality Part 4
https://alemfront.blogspot.com
2023-10-28
2h 06
Pastor Manuel Podcast
Understanding Spirituality Part 3
https://alemfront.blogspot.com
2023-10-28
1h 29
The Rails Changelog
013: Rails World Edition - Turbo Native with the Turbo Native Guy, Joe Masilotti
This special episode was recorded live at Rails World, the ambient crowd noise gives that fact out. Rails World was a huge success! In this episode, I got to sit face-to-face with Joe Masilotti. Joe's talk at Rails World was terrific! We got to discuss the pros and cons of Turbo Native and a whole lot more. This is Joe MasilottiTurboNavigatorTurbo iOSBuzzsprout Podcast HostingSupport The Rails ChangelogSubscribe to Rails's YouTube channel
2023-10-12
35 min
The Rails Changelog
012: DHH joins the show to talk Rails 8, Delegated Types, Kamal and more!
In this episode, I'm joined by DHH to discuss Kamal, The Rails Foundation, Rails 8, Delegated Types, On Writing Software Well and a whole lot more! This episode is packed and a must-listen!
2023-08-31
1h 08
The Rails Changelog
011: Rails World ticket giveaway. From MRSK to Kamal & capture_emails test helper
Thanks to Buzzsprout one Rubyist can get a free ticket to Rails World in October this year in Amsterdam, follow the link below for details. Change is good... sometimes. Two days ago Basecamp changed the name of its deployment tool from MRSK to Kamal. Rails 7.1 will have a new `capture_emails` help that's quite a bit more elegant, check it out.Rails World ticket giveawayFrom MRSK to KamalNew capture_emails test helper
2023-08-25
08 min
The Rails Changelog
010: Improved Active Storage docs, a new has_secure_token callback with Dave Kimura
Dave Kimura of Drifting Ruby fame joins me to discuss the importance of Ruby on Rails documents. We talk specifically about improved documentation around Active Storage and Active Record encryption, then dive into the new callback for when has_secure_token is triggered.Improved Active Storage docs (This PR was updated)Improved Active Record Encryption docsEagerly cast serialized query attributesA callback for has_secure_token
2023-08-04
18 min
Pastor Manuel Podcast
HE IS NOT HERE:HE IS RISEN
He Is Not Here: He is risen The resurrection of Jesus from the dead is our sure witness that no matter what may come our way, no matter what men shall do and put us through, we have the victory. We shall never remain where men left us. The born again is like the wind.... you can’t use his present situation to predict his end. Halleluuuuuuuujah! You are bigger than what men think of you. Join us , like and follow for more grace to overcome your present and fu...
2023-08-03
55 min
Pastor Manuel Podcast
HOW TO ACTIVATE STRENGTH THAT NEVER CEASES
ACTIVATION OF STRENGTH THROUGH PRAYER. Although our outman goes through a lot of challenges , buffeted by recess and rigour of life, we are assured of a renewal of strength day after day by the Holy Ghost. Interestingly, this renewal of strength among other spiritual blessings are not just automatic but requires activation.Join me on our page as we delve into the kind of attitude of prayer that generates strength. How do we wait upon the Lord in prayer for the renewal of strength?Kindly like and follow our page for more riverting revelations concerning the endtime...
2023-07-20
37 min
The Rails Changelog
009: A class-level testing helper, config.autoload_lib with Xavier Noria
The with_routing helper method can now be used at the class level, added to that, the new autoload_lib configuration options mean we can autoload and eager load library code inside of our Rails applications. Oh, and we have the show's first sponsor -- AppSignal! AppSignal APM offers error tracking, performance monitoring, dashboards, host metrics, and alerts. Built for Ruby, Ruby on Rails, Elixir, Node.js, and JavaScript.A class-level testing helperA config.autoload_lib configuration optionAppSignal is our new sponsor!
2023-07-19
07 min
Pastor Manuel Podcast
PATTERNS AND PATHWAYS
PATTERNS AND PATHWAYS God never gives assignment without a pattern. And the devil never succeeds in his attacks on a family without creating a pattern in that family.Why struggle in areas where others are sweatlessly making feat? Why doing same old thing and expecting breakthroughs? Have you considered Patterns?Our God who is eternal reveals His purposes and pathways to His children... what’s relevant with God yesterday , is still relevant today unless He Himself makes amends. Such ways creates patterns.PATTERNS are regularity in design serving as a guide for repetitive happenings.Every pattern in th...
2023-07-15
51 min
Pastor Manuel Podcast
THE MYSTERY OF SALVATION
THE MYSTERY OF SALVATION Are you aware that angels and the prophets of old never understood the dimensions of salvation as revealed to them by the Holy Spirit? To them Salvation only mean deliverance... but that was just the minutest of what is embedded in its wells. (Isaiah 12:2). It’s true this mystery of salvation they overcame the devil, satan , that old serpent by the blood 🩸 but little did they know about that blood. Through salvation, man is made right with God and have His divine nature But why does...
2023-07-14
37 min
Pastor Manuel Podcast
HOW TO SPEED THE FULFILLMENT OF YOUR PROPHECY
Read and subscribe to our posts on Alem Front Subscribe to Abundant life Embassy channel
2023-07-01
1h 16
Pastor Manuel Podcast
WHY THE DELAY?
Read and subscribe to our posts on Alem Front Subscribe to Abundant life Embassy channel
2023-07-01
02 min
Pastor Manuel Podcast
DON'T LET YOUR JOY EBB AWAY
Read and subscribe to our posts on Alem Front Subscribe to Abundant life Embassy channel
2023-07-01
03 min
Pastor Manuel Podcast
WHY DOES GOD SOMETIMES TAKE US ON A LONG ROUTE TO DESTINY? (Never make your transit your comfort zone)
Although God had wanted Israel to check out of Egypt to to His promised land, He chose the way of the Red Sea to that of the straight and shorter way via the way of the Philistines on purpose.... (don’t give God alternatives) Life is a process with transits .... learn to navigate through the stages God has destined for you. Learn how to skip alternative stages through this video. Read and subscribe to our posts on Alem Front Subscribe to Abundant life Embassy channel
2023-07-01
58 min
Pastor Manuel Podcast
WHY DOES GOD SOMETIMES TAKE US ON A LONG ROUTE TO DESTINY?
Never make your transit your comfort zone Although God had wanted Israel to check out of Egypt 🇪🇬 to His promised land, He chose the way of the Red Sea to that of the straight and shorter way via the way of the Philistines on purpose.... (don’t give God alternatives) Life is a process with transits .... learn to navigate through the stages God has destined for you. Read and subscribe to our posts on Alem Front Subscribe to Abundant life Embassy channel
2023-07-01
59 min
The Rails Changelog
008: TLS/SSL on by default, New PostgreSQL migration commands
Newly-generated Ruby on Rails applications will now be served over TLS/SSL with Strict-Transport-Security response headers by default. Rails also added PostgreSQL migration commands for enum rename, add value, and rename value.Rails World Tickets on saleForce SSL config set to true by defaultNew PostgreSQL migration commands
2023-06-22
05 min
The Rails Changelog
007: Rails 7.0.5 released! Rails World CFP open, ticket landing page available.
Rails 7.0.5 just got released with a lot of bug fixes. This week's episode misses new Rails features... saving them for the next episodes, but I think you should know about Andrew Atkinson's upcoming High Performance PostgreSQL for Rails book!Rails World CFPRails World ticketsRails 7.0.5 released!High Performance PostgreSQL for RailsThis Week In Rails
2023-05-25
03 min
The Rails Changelog
006: Rails 7.1 got rid of the apostrophe for the right single quotation mark!
Rails 7.1 got rid of the apostrophe (U+0027) for the right single quotation mark (U+2019), which will likely break your tests. It added a new `intersects?` method to `ActiveRecord::Relation`. Improve typography of user facing validation messagesAdd `intersects?` to `Relation`The Rails Tricks Newsletter
2023-05-04
04 min
The Rails Changelog
005: Rails World chat with Amanda Perino. Trilogy, ChatGPT's contribution to Rails.
Amanda Perino reveals more about Rails World, The Rails Foundation's first ever conference happening in Amsterdam, Netherlands this year. Trilogy is a database adapter from GitHub to connect Ruby on Rails and Active Record clients to MySQL-compatible database servers has recently been merged into Rails!Rails World conferenceThe Rails SaaS conferenceTrilogy adapter for RailsChatGPT's Rails contribution
2023-04-26
11 min
The Rails Changelog
004: CTEs In Rails, CPKs coming soon with Vladimir Dementyev
Vladimir Dementyev joins the show to discuss Action Cable Redis connection resilience, Common Table Expressions (CTEs) and a new Active Support helper for zettabytes of data, Any Cable and ActionPolicy.Common Table Expression Support In RailsOngoing Work On Composite Primary KeysActive Support Zettabytes Helper MethodMatchData#named_captures Method In RubyActionPolicy
2023-04-20
27 min
The Rails Changelog
003: A new Rails conference! No more ArgumentError for long index names with Greg Molnar
We're joined by Greg Molnar, co-editor of This Week In Rails to discuss lots of fun new items. Among them are the Rails Foundation's upcoming conference in Amsterdam and a fix to long index names that Rails generates for Postgres, MySQL and SQLite.Rails World! A new Rails conference from the Rails FoundationA more efficient marshal_dump and marshal_load on ActiveRecord::BaseActionController::Parameter's except aliased as withoutArgumentError on long index names fixedSafe ways to do direct uploadsCharacter set set in some CONTENT-TYPE response headersRuby 3.2.2 Released
2023-04-07
12 min
Pastor Manuel Podcast
DO THIS,IF YOU WANT TO BE INFLUENTIAL
Read and subscribe to our posts on Alem Front Subscribe to Abundant life Embassy channel
2023-04-03
03 min
Pastor Manuel Podcast
HOW TO BE PASSIONATE ABOUT THE GOSPEL
Read and subscribe to our posts on Alem Front Subscribe to Abundant life Embassy channel
2023-04-03
02 min
The Rails Changelog
002: Rails 7.1 Prep For CPKs & Async Records Destruction
Rails 7.1 will add several enhancements to existing functionalities, these include enhancements on destroying records in a background job and preparation to support composite primary keys. Please see extended show notes for details.
2023-03-29
06 min
Pastor Manuel Podcast
ARE YOU WORKING OR LABOURING FOR GOD?
Get to know the difference: Works and labour of love. Are you working or labouring for the lord? Subscribe to Abundant Life Embassy youtube channel for more. Subscribe to Alem Front blog and be blessed.
2023-03-29
03 min
Pastor Manuel Podcast
THE LORD IS COMING FOR THE PREPARED
You are not part of this world. Be prepared to meet the lord. Get to know the difference between rapture and the second coming of Jesus Christ. Subscribe to Abundant Life Embassy on Youtube for more. Subscribe to Alem Front blog for an insightful expose' of the word of God.
2023-03-29
03 min
Pastor Manuel Podcast
WHO IS A KINGDOM PARTNER?
Everyone is called to partner with the gospel. Follow us on youtube: ABUNDANT LIFE EMBASSY Subscribe to our blog: ALEM FRONT
2023-03-29
02 min
The Rails Changelog
001: Hello, world! This is The Rails Changelog
Get to know the motivation behind the podcast and a bit about the podcast name and theme song. An introductory episode of The Rails Changelog. Subscribe to This Week In Rails => https://world.hey.com/this.week.in.rails
2023-03-15
04 min
The Ruby on Rails Podcast
Episode 457: This Week In Rails with Emmanuel Hayford
Emmanuel Hayford is an independent Rails Consultant and a co-editor of "The Weeks in Rails". He excitedly tells Brittany his favorite upcoming features for Rails 7.1 and his favorite features that shipped with Ruby 3.2. They wrap the episode discussing why community content is so important. Show Notes & Links: This Week in Rails TryRuby: Learn programming with Ruby An Overview Of Ruby on Rails 7.1 Features. Part I Ruby 3.2.0 Released Rad Ruby Emmanuel Hayford on Twitter (@siaw23) Sponsored By: Miro Brainstorm, solve problems, and reach better decisions faster as a team on Miro’s vi...
2023-02-15
26 min
Pastor Manuel Podcast
THE BEAUTY AND PLACE OF SPIRITUAL COVERING(FATHERHOOD)
No matter how anointed you are, the place of fatherhood can never be underestimated.
2022-10-12
1h 33
Pastor Manuel Podcast
POSSESSING THE GATES PART 3
HOW TO POSSESS GATES
2022-10-05
1h 08
Pastor Manuel Podcast
POSSESSING THE GATES PART 2
You can’t possess a Nation without Possessing it’s Gates. Mordecai sat at the gate, Abraham sat in the tent door, David sat in the gates, Lot sat in the door Gen 19:1
2022-10-04
1h 15
Pastor Manuel Podcast
POSSESSING THE GATES PART 1
Get a good understanding of the fundamentals of gates and doors!
2022-10-03
21 min
Pastor Manuel Podcast
THE SPIRIT OF GRACE AND SUPPLICATION- CATCH THE PRAYER MANTLE
Have you wondered as to why others can linger in God’s presence for hours and days? Catch the prayer mantle via this prophetic altar.
2022-10-01
1h 33
Pastor Manuel Podcast
THE SPIRIT OF GRACE AND SUPPLICATION PT.2
A wheel In The middle of A WHEEL (Ezk1:16) There’s a grace for Supplications and Devotion. The Holy Ghost unveils the mystery of supplications and the alignment of the human will with His will
2022-09-26
57 min
Pastor Manuel Podcast
WHY DOES GOD SOMETIMES TAKE US ON A LONG ROUTE TO DESTINY? (Never make your transit your comfort zone).
Although God had wanted Israel to check out of Egypt 🇪🇬 to His promised land, He chose the way of the Red Sea to that of the straight and shorter way via the way of the Philistines on purpose.... (don’t give God alternatives) Life is a process with transits .... learn to navigate through the stages God has destined for you. Learn how to skip alternative stages through this message.
2022-09-24
59 min
Pastor Manuel Podcast
THE SPIRIT OF GRACE AND SUPPLICATION PT.1
The Holy Spirit is also known as the Spirit of Grace.... His sole responsibility in us is to help us check out of this mundane fleshly life to please God. He is in every believer on (Rom8:9) However, His works are not automatic but activated. It takes this spirit of grace and supplications to destroy the dead flies and foxes. (Ecc 10:1) and (Songs of Solomon 2:15) Dead flies make your anointing smell and the little foxes destroy the tender vine. What’s this tender vine and what are these foxes 🦊 ?
2022-09-23
1h 19
Pastor Manuel Podcast
WHY YOUR MIND IS UNFRUITFUL WHEN YOU BEGIN TO PRAY.
How to overcome unfruitfulness and distractions in prayer
2022-09-21
04 min
Pastor Manuel Podcast
HOW TO OVERCOME WEARINESS IN PRAYER
No matter how tired you are, you must never compromise on your prayer time. #pastormanuel #prayer #pastormanuelpodcast
2022-09-21
01 min
Pastor Manuel Podcast
WHEN GOD SENDS YOU
PART 2A What you must know as a man sent of GOD.
2022-02-10
42 min
Pastor Manuel Podcast
WHEN GOD SENDS YOU
PART 1 What you must know as a man sent of GOD.
2022-02-10
37 min
Pastor Manuel Podcast
DEALING WITH APPETITE
PART 2
2021-12-17
45 min
Pastor Manuel Podcast
DEALING WITH APPETITE
PART 1
2021-12-17
36 min
Pastor Manuel Podcast
APPETITES
PART 3B
2021-10-06
41 min
Pastor Manuel Podcast
APPETITES
PART 3A
2021-10-06
39 min
Pastor Manuel Podcast
APPETITES
PART 2B
2021-10-05
37 min
Pastor Manuel Podcast
APPETITES
PART 2A
2021-10-05
41 min
Pastor Manuel Podcast
APPETITES
PART 1B
2021-09-09
32 min
Pastor Manuel Podcast
APPETITES
PART 1A
2021-09-09
31 min
Pastor Manuel Podcast
DO YOU KNOW THAT BEING RIGHTEOUS ALONE DOES NOT QUALIFY YOU FOR THE RAPTURE!?
URGENT MATTERS BEFORE HIS RETURN : What the Holy Ghost wants you to know now! TO PARTNER OR SPONSOR US MTN MOBILE MONEY : 0550782045 OR Fill the form : https://forms.gle/egQD66ygexqjXXkU6 EMAIL US : abundantlifeembassy05@gmail.com
2021-07-28
34 min
Pastor Manuel Podcast
URGENT MATTERS BEFORE HIS RETURN(HAVEN LAUNCH) -DISCUSSION
URGENT MATTERS BEFORE HIS RETURN: What the Holy Ghost wants you to know now!
2021-07-28
18 min
Pastor Manuel Podcast
THEY THAT BE WITH US
PART 1
2021-07-01
59 min
Pastor Manuel Podcast
THEY THAT BE WITH US
PART 2
2021-07-01
1h 08
Pastor Manuel Podcast
DEFENCE AND CONFIRMATION OF THE GOSPEL
EPISODE 3 PHASE 2
2021-07-01
46 min
Pastor Manuel Podcast
DEFENCE AND CONFIRMATION OF THE GOSPEL
EPISODE 1 PHASE 2
2021-05-26
1h 19
Pastor Manuel Podcast
GROWING UNTO THE STATE OF CHRIST
How to operate like God
2021-05-21
1h 23
Pastor Manuel Podcast
DEFENCE AND CONFIRMATION OF THE GOSPEL
EPISODE 3 PHASE 1
2021-05-20
1h 20
Pastor Manuel Podcast
DEFENCE AND CONFIRMATION OF THE GOSPEL
EPISODE 2 PHASE 1
2021-05-20
1h 22
Pastor Manuel Podcast
DEFENCE AND CONFIRMATION OF THE GOSPEL
EPISODE 1 PHASE 1
2021-05-20
1h 49
Pastor Manuel Podcast
THE FELLOWSHIP OF THE HOLY SPIRIT
PART 2
2021-05-05
38 min
Pastor Manuel Podcast
THE FELLOWSHIP OF THE HOLY SPIRIT
PART 1
2021-05-05
50 min
Pastor Manuel Podcast
MAKING FULL PROOF OF YOUR MINISTRY
PART 2
2021-05-03
43 min
Pastor Manuel Podcast
MAKING FULL PROOF OF YOUR MINISTRY
PART 1
2021-05-03
51 min
Pastor Manuel Podcast
CHAMPIONS
PART 2B
2021-05-01
38 min
Pastor Manuel Podcast
CHAMPIONS
PART 2A
2021-05-01
38 min
Pastor Manuel Podcast
CHAMPIONS
PART 1
2021-05-01
44 min
Pastor Manuel Podcast
HOW TO FULFILL THE WORD OF GOD FOR YOUR LIFE
PART 2
2021-04-27
44 min
Pastor Manuel Podcast
HOW TO FULFILL THE WORD OF GOD FOR YOUR LIFE
PART 1
2021-04-27
51 min
Pastor Manuel Podcast
FERVENCY IN SPIRIT
PART 2
2021-04-26
1h 15
Pastor Manuel Podcast
1MIN WITH PS. HAYFORD
Culled from Encounter with God's WORD
2021-04-26
00 min
Pastor Manuel Podcast
FERVENCY IN SPIRIT
PART 1
2021-04-26
1h 41
Pastor Manuel Podcast
Encounter with the word of GOD
PART 3B
2021-04-26
54 min
Pastor Manuel Podcast
Encounter with the word of GOD
PART 3A
2021-04-26
54 min
Pastor Manuel Podcast
Encounter with the word of GOD
PART 2B
2021-04-26
1h 05
Pastor Manuel Podcast
Encounter with the word of GOD
PART 2A
2021-04-26
1h 05