Look for any podcast host, guest or anyone
Showing episodes and shows of

Emmanuel Hayford

Shows

The Rails ChangelogThe Rails Changelog029: Tuning Ruby on Rails App Performance with Jean BoussierIn 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 Workshop2025-01-241h 04The Rails ChangelogThe Rails Changelog028: Discussing Ruby's Data class, some Ruby quirks with Victor ShepelevIn 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-0833 minThe Rails ChangelogThe Rails Changelog027: Migrating a Rails Monolith from MySQL to Trilogy with Adrianna ChangIn 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-0252 minThe Rails ChangelogThe Rails Changelog026: Exploring Rails' Default Debugger with Stan LoThe 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-1033 minThe Rails ChangelogThe Rails Changelog025: Rails, Compilers & Profilers with Aaron PattersonAs 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-1849 minThe Rails ChangelogThe Rails Changelog024: Structuring Rails Apps with Matt SwansonIn 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-2750 minThe Rails ChangelogThe Rails Changelog023: Solid Queue Internals with Rosa GutierrezIn 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-201h 15The Rails ChangelogThe Rails Changelog022: Discussing Rails Camp USA with Bobbilee HartmanIn 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-1329 minThe Rails ChangelogThe Rails Changelog021: From Active Record Business Logic to DDD & Events with Andrzej KrzywdaAndrzej 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-071h 21The Rails ChangelogThe Rails Changelog020: Andy Croll & Ufuk Kayserilioglu Uncover RailsConf 2024 DetailsThe 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-161h 06The Rails ChangelogThe Rails Changelog019: Exploring RubyGems with Jenny ShenSenior 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.org2024-02-0844 minThe Rails ChangelogThe Rails Changelog018: 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 milestones2024-01-1807 minThe Rails ChangelogThe Rails Changelog017: A deeper dive into Zeitwerk with Xavier NoriaXavier 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-291h 25The Rails ChangelogThe Rails Changelog016: Fireside chat with Rafael FrançaRafael 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-0756 minThe Rails ChangelogThe Rails Changelog015: Exploring Turbo 8 with Jorge ManrubiaIn 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 Security2023-11-2353 minPastor Manuel PodcastPastor Manuel PodcastTHE REIGNING LIFE IN CHRIST PART 3Listen to it over and over again until you see the change you desire.2023-11-131h 25Pastor Manuel PodcastPastor Manuel PodcastTHE REIGNING LIFE IN CHRIST PART 2Understanding how to reign in life.2023-11-1237 minPastor Manuel PodcastPastor Manuel PodcastTHE REIGNING LIFE IN CHRIST PART 1Understanding the reigning life of a Christian2023-11-121h 23Pastor Manuel PodcastPastor Manuel PodcastTHE MYSTERY OF SALVATIONAre 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-1237 minPastor Manuel PodcastPastor Manuel PodcastStay Inspired with ALEM2023-11-0900 minThe Rails ChangelogThe Rails Changelog014: PostgreSQL for Rails Developers with Andrew AtkinsonAndrew 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-0351 minPastor Manuel PodcastPastor Manuel PodcastUnderstanding Spirituality Part 4https://alemfront.blogspot.com2023-10-282h 06Pastor Manuel PodcastPastor Manuel PodcastUnderstanding Spirituality Part 3https://alemfront.blogspot.com2023-10-281h 29The Rails ChangelogThe Rails Changelog013: Rails World Edition - Turbo Native with the Turbo Native Guy, Joe MasilottiThis 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 channel2023-10-1235 minThe Rails ChangelogThe Rails Changelog012: 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-311h 08The Rails ChangelogThe Rails Changelog011: Rails World ticket giveaway. From MRSK to Kamal & capture_emails test helperThanks 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 helper2023-08-2508 minThe Rails ChangelogThe Rails Changelog010: Improved Active Storage docs, a new has_secure_token callback with Dave KimuraDave 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_token2023-08-0418 minPastor Manuel PodcastPastor Manuel PodcastHE IS NOT HERE:HE IS RISENHe 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-0355 minPastor Manuel PodcastPastor Manuel PodcastHOW 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-2037 minThe Rails ChangelogThe Rails Changelog009: A class-level testing helper, config.autoload_lib with Xavier NoriaThe 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-1907 minPastor Manuel PodcastPastor Manuel PodcastPATTERNS 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-1551 minPastor Manuel PodcastPastor Manuel PodcastTHE MYSTERY OF SALVATIONTHE 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-1437 minPastor Manuel PodcastPastor Manuel PodcastHOW TO SPEED THE FULFILLMENT OF YOUR PROPHECYRead and subscribe to our posts on Alem Front Subscribe to Abundant life Embassy channel 2023-07-011h 16Pastor Manuel PodcastPastor Manuel PodcastWHY THE DELAY?Read and subscribe to our posts on Alem Front Subscribe to Abundant life Embassy channel 2023-07-0102 minPastor Manuel PodcastPastor Manuel PodcastDON'T LET YOUR JOY EBB AWAYRead and subscribe to our posts on Alem Front Subscribe to Abundant life Embassy channel 2023-07-0103 minPastor Manuel PodcastPastor Manuel PodcastWHY 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-0158 minPastor Manuel PodcastPastor Manuel PodcastWHY 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-0159 minThe Rails ChangelogThe Rails Changelog008: TLS/SSL on by default, New PostgreSQL migration commandsNewly-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 commands2023-06-2205 minThe Rails ChangelogThe Rails Changelog007: 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 Rails2023-05-2503 minThe Rails ChangelogThe Rails Changelog006: 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 Newsletter2023-05-0404 minThe Rails ChangelogThe Rails Changelog005: 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 contribution2023-04-2611 minThe Rails ChangelogThe Rails Changelog004: CTEs In Rails, CPKs coming soon with Vladimir DementyevVladimir 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 RubyActionPolicy2023-04-2027 minThe Rails ChangelogThe Rails Changelog003: A new Rails conference! No more ArgumentError for long index names with Greg MolnarWe'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 Released2023-04-0712 minPastor Manuel PodcastPastor Manuel PodcastDO THIS,IF YOU WANT TO BE INFLUENTIAL Read and subscribe to our posts on Alem Front Subscribe to Abundant life Embassy channel 2023-04-0303 minPastor Manuel PodcastPastor Manuel PodcastHOW TO BE PASSIONATE ABOUT THE GOSPELRead and subscribe to our posts on Alem Front Subscribe to Abundant life Embassy channel2023-04-0302 minThe Rails ChangelogThe Rails Changelog002: Rails 7.1 Prep For CPKs & Async Records DestructionRails 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-2906 minPastor Manuel PodcastPastor Manuel PodcastARE 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-2903 minPastor Manuel PodcastPastor Manuel PodcastTHE LORD IS COMING FOR THE PREPAREDYou 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-2903 minPastor Manuel PodcastPastor Manuel PodcastWHO IS A KINGDOM PARTNER?Everyone is called to partner with the gospel. Follow us on youtube: ABUNDANT LIFE EMBASSY Subscribe to our blog: ALEM FRONT2023-03-2902 minThe Rails ChangelogThe Rails Changelog001: Hello, world! This is The Rails ChangelogGet 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.rails2023-03-1504 minThe Ruby on Rails PodcastThe Ruby on Rails PodcastEpisode 457: This Week In Rails with Emmanuel HayfordEmmanuel 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-1526 minPastor Manuel PodcastPastor Manuel PodcastTHE BEAUTY AND PLACE OF SPIRITUAL COVERING(FATHERHOOD)No matter how anointed you are, the place of fatherhood can never be underestimated.2022-10-121h 33Pastor Manuel PodcastPastor Manuel PodcastPOSSESSING THE GATES PART 3HOW TO POSSESS GATES2022-10-051h 08Pastor Manuel PodcastPastor Manuel PodcastPOSSESSING THE GATES PART 2You 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:12022-10-041h 15Pastor Manuel PodcastPastor Manuel PodcastPOSSESSING THE GATES PART 1Get a good understanding of the fundamentals of gates and doors!2022-10-0321 minPastor Manuel PodcastPastor Manuel PodcastTHE SPIRIT OF GRACE AND SUPPLICATION- CATCH THE PRAYER MANTLEHave 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-011h 33Pastor Manuel PodcastPastor Manuel PodcastTHE SPIRIT OF GRACE AND SUPPLICATION PT.2A 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 will2022-09-2657 minPastor Manuel PodcastPastor Manuel PodcastWHY 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-2459 minPastor Manuel PodcastPastor Manuel PodcastTHE SPIRIT OF GRACE AND SUPPLICATION PT.1The 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-231h 19Pastor Manuel PodcastPastor Manuel PodcastWHY YOUR MIND IS UNFRUITFUL WHEN YOU BEGIN TO PRAY.How to overcome unfruitfulness and distractions in prayer2022-09-2104 minPastor Manuel PodcastPastor Manuel PodcastHOW TO OVERCOME WEARINESS IN PRAYERNo matter how tired you are, you must never compromise on your prayer time. #pastormanuel #prayer #pastormanuelpodcast2022-09-2101 minPastor Manuel PodcastPastor Manuel PodcastWHEN GOD SENDS YOUPART 2A What you must know as a man sent of GOD.2022-02-1042 minPastor Manuel PodcastPastor Manuel PodcastWHEN GOD SENDS YOUPART 1 What you must know as a man sent of GOD.2022-02-1037 minPastor Manuel PodcastPastor Manuel PodcastDEALING WITH APPETITEPART 22021-12-1745 minPastor Manuel PodcastPastor Manuel PodcastDEALING WITH APPETITEPART 12021-12-1736 minPastor Manuel PodcastPastor Manuel PodcastAPPETITESPART 3B2021-10-0641 minPastor Manuel PodcastPastor Manuel PodcastAPPETITESPART 3A2021-10-0639 minPastor Manuel PodcastPastor Manuel PodcastAPPETITESPART 2B2021-10-0537 minPastor Manuel PodcastPastor Manuel PodcastAPPETITESPART 2A2021-10-0541 minPastor Manuel PodcastPastor Manuel PodcastAPPETITESPART 1B2021-09-0932 minPastor Manuel PodcastPastor Manuel PodcastAPPETITESPART 1A2021-09-0931 minPastor Manuel PodcastPastor Manuel PodcastDO 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.com2021-07-2834 minPastor Manuel PodcastPastor Manuel PodcastURGENT MATTERS BEFORE HIS RETURN(HAVEN LAUNCH) -DISCUSSIONURGENT MATTERS BEFORE HIS RETURN: What the Holy Ghost wants you to know now!2021-07-2818 minPastor Manuel PodcastPastor Manuel PodcastTHEY THAT BE WITH USPART 12021-07-0159 minPastor Manuel PodcastPastor Manuel PodcastTHEY THAT BE WITH USPART 22021-07-011h 08Pastor Manuel PodcastPastor Manuel PodcastDEFENCE AND CONFIRMATION OF THE GOSPELEPISODE 3 PHASE 22021-07-0146 minPastor Manuel PodcastPastor Manuel PodcastDEFENCE AND CONFIRMATION OF THE GOSPELEPISODE 1 PHASE 22021-05-261h 19Pastor Manuel PodcastPastor Manuel PodcastGROWING UNTO THE STATE OF CHRISTHow to operate like God2021-05-211h 23Pastor Manuel PodcastPastor Manuel PodcastDEFENCE AND CONFIRMATION OF THE GOSPELEPISODE 3 PHASE 12021-05-201h 20Pastor Manuel PodcastPastor Manuel PodcastDEFENCE AND CONFIRMATION OF THE GOSPELEPISODE 2 PHASE 12021-05-201h 22Pastor Manuel PodcastPastor Manuel PodcastDEFENCE AND CONFIRMATION OF THE GOSPELEPISODE 1 PHASE 12021-05-201h 49Pastor Manuel PodcastPastor Manuel PodcastTHE FELLOWSHIP OF THE HOLY SPIRITPART 22021-05-0538 minPastor Manuel PodcastPastor Manuel PodcastTHE FELLOWSHIP OF THE HOLY SPIRITPART 12021-05-0550 minPastor Manuel PodcastPastor Manuel PodcastMAKING FULL PROOF OF YOUR MINISTRYPART 22021-05-0343 minPastor Manuel PodcastPastor Manuel PodcastMAKING FULL PROOF OF YOUR MINISTRYPART 12021-05-0351 minPastor Manuel PodcastPastor Manuel PodcastCHAMPIONSPART 2B2021-05-0138 minPastor Manuel PodcastPastor Manuel PodcastCHAMPIONSPART 2A2021-05-0138 minPastor Manuel PodcastPastor Manuel PodcastCHAMPIONSPART 12021-05-0144 minPastor Manuel PodcastPastor Manuel PodcastHOW TO FULFILL THE WORD OF GOD FOR YOUR LIFEPART 22021-04-2744 minPastor Manuel PodcastPastor Manuel PodcastHOW TO FULFILL THE WORD OF GOD FOR YOUR LIFEPART 12021-04-2751 minPastor Manuel PodcastPastor Manuel PodcastFERVENCY IN SPIRITPART 22021-04-261h 15Pastor Manuel PodcastPastor Manuel Podcast1MIN WITH PS. HAYFORDCulled from Encounter with God's WORD2021-04-2600 minPastor Manuel PodcastPastor Manuel PodcastFERVENCY IN SPIRITPART 12021-04-261h 41Pastor Manuel PodcastPastor Manuel PodcastEncounter with the word of GODPART 3B2021-04-2654 minPastor Manuel PodcastPastor Manuel PodcastEncounter with the word of GODPART 3A2021-04-2654 minPastor Manuel PodcastPastor Manuel PodcastEncounter with the word of GODPART 2B2021-04-261h 05Pastor Manuel PodcastPastor Manuel PodcastEncounter with the word of GODPART 2A2021-04-261h 05