Merge Conflict

  • Autor: Vários
  • Narrador: Vários
  • Editora: Podcast
  • Duração: 316:15:45
  • Mais informações

Informações:

Sinopse

Merge Conflict is a weekly discussion with Frank and James on all things development, technology, & more. After years of being friends, Frank and James finally decided to sit down and start a podcast about their lives as mobile developers using Xamarin. Much more than just another mobile development podcast, Merge Conflict, reaches all areas of development including desktop, server, and of course mobile. They also cover fun things happening in the world of technology and gaming and whatever else happens to be on Frank's and James' minds.

Episódios

  • Merge Conflict 52: Bug Fixes and Improvements

    03/07/2017 Duração: 47min

    Will Frank ever update his apps in the app store? When, how, and what should go into that super important app update that your users are expecting? We investigate what has changed for us and the app stores in the last year. How about open source projects and libraries? Do these fall into the same criteria of an "app release"? We also take a look at how Apple, Google, and awesome CI services have helped us be more successful. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr

  • Merge Conflict 51: The Core Developer Experience

    26/06/2017 Duração: 39min

    .NET on Linux? Yes we can with .NET Core! This week we tackle what it is like to develop for the server and the web using the new fancy Core tooling with .NET Core and ASP.NET Core. Frank stress tests .NET on Linux servers with the ultimate button clicking experience and James attempts to figure out how the internet and ASP.NET MVC works all from VS for Mac! Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr

  • Merge Conflict 50: We Have Standards

    19/06/2017 Duração: 37min

    It is that time again, lightning talks! We cover 6 different topics in under 30 minutes! This week we talk coding standards, documentation, E3, app reviews, and so much more! Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr

  • Merge Conflict 49: The Magic of MVVM

    12/06/2017 Duração: 43min

    We are back to talk architecture with MVVM, that is right Model-View-ViewModel, and all of the awesome stuff that comes along for the ride with the fantastic frameworks available. Before we talk about those frameworks, we go through why we love MVVM itself, what it is, how to use it, and why it is not just data binding. We take a look at popular frameworks and how to use MVVM with no framework at all. So sit back and get ready for architecture! Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr

  • Special Edition: WWDC 2017 Recap

    08/06/2017 Duração: 01h19min

    WWDC has come to a close and we are here to fill you in all the news from the largest Apple Developer event of the year. From iOS 11 and amazing new machine learning APIs, to brand new Mac hardware to start development on, to yes renaming in Xcode 9, we break down each and every announcement that you need to know about. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr

  • Merge Conflict 48: Frank Mocks Interfaces

    05/06/2017 Duração: 37min

    To create design time data or not to create design time data, that is the question? Or is it better to mock out all of your interfaces or say heck let's code straight to the API end points? When you are developing a large project and desire the "blendability", what approach is best to take, and what works well with design time tools like Blend and the Xamarin Live Player? We discuss all this and more on this week's episode. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr

  • Merge Conflict 47: You Got Some F# in My C#

    29/05/2017 Duração: 54min

    C# 7 is here! The most functional version of C# to date with pattern matching, tuples, local functions, and so much more! This week we break down every single new feature and let you know what we love and what we think is just okay. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr

  • Merge Conflict 46: Building the Xamarin Live Player

    22/05/2017 Duração: 47min

    The dream of continuous deployment and debugging your Android and iOS apps from Visual Studio with nothing more than a device is now a reality. We talk shop on what the Xamarin Live Player is and how we built it. Frank goes into the inner workings of his genius mind and the bits and bytes of how the Live Player player works. James on the other hand got to work on the app and IDE integrations with the Xamarin team and discusses the intricate parts of running an app inside of an app. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr

  • Merge Conflict 45: Build 2017 - No More MSBuild

    15/05/2017 Duração: 01h01min

    The past few days at Microsoft Build 2017 have been filled with wonderful news for .NET and Xamarin developers. On this weeks pod we have a full recap of the event, announcements, and a few predictions. Additionally, we deep dive into a few stand out topics such as XAML Standard, .NET Standard 2.0, the Xamarin Live Player, and of course Fluent Design. Sit back and relax for a Build 2017 packed show. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr

  • Merge Conflict 44: I Love Callbacks

    08/05/2017 Duração: 41min

    This week we tackle the TPL, that is right, the Task Parallel Library. We dive into one of our favorite features of C# and .NET, async/await programming. We take a walk down memory lane to talk about thread pools, completion handlers, locks, and just about everything else we had to do for parallel programming. Sit back, relax, and enjoy some TPL! Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr

  • Merge Conflict 43: DevOps for the Solo Developer

    01/05/2017 Duração: 42min

    DevOps, that is right Developer Operations, all the things that you don't want to do manually, so you automate them! This week we talk about build, test, and deploy for all of your mobile applications and .NET libraries. As solo developers it all seemed like a pipe dream to have everything magically happen when we committed code to GitHub, but the services available streamline the entire process. Frank and James walk through not only their solo DevOps solutions, but what it means when you start working on a team with serious applications. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr

  • Merge Conflict 42: Code Coverage == Quality

    24/04/2017 Duração: 44min

    It's everyone's favorite topic... TESTING! That's right we tackle the world of unit testing, code coverage, user interface testing, acceptance testing, and so much more. Even though Frank and James are solo developers and there may not always be time to write a full suite of unit tests, that doesn't mean they don't dream of 100% code coverage. What does that even mean though? Does that mean your app will be flawless? Where do you get started and what should be your goals? We discuss on this week's show. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Proudly recorded on Zencastr

  • Merge Conflict 41: Print me up, Scotty

    17/04/2017 Duração: 44min

    Is 3D printing poised to change how we prototype and build parts and full machines or is it just another toy? Both Frank and James have been long time 3D printing advocates and with prices coming down to consumer friendly levels it seems like it is a great time to jump in. However, as James just recently experienced it may still be early days filled with tons of headaches and thrown away print failures. We discuss the past, present, and future of 3D printing on this week's Merge Conflict. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface

  • Merge Conflict 40: Setting Expectations

    10/04/2017 Duração: 37min

    It's that time again... Lightning Talks!!! Every 10th episode here on Merge Conflict we take a look at our list of topics and what our listeners have submitted and pick six different topics that each get five minutes of coverage. This round we take a look at the ideal developer setup, how to manage tricky certificates, properly handling settings in applications, publishing an app in a week, effective app store advertising, and finally how to properly ask for that five star review. Sit back and get ready for an action packed episode! Be sure to tweet or email us with topics that you would like to see covered in the future. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface

  • Merge Conflict 39: Parsing Palindromes

    03/04/2017 Duração: 43min

    It's time to tune our developer skills by leveraging some amazing coding challenges that teach us answers to questions like exactly what are linked lists again? We share the best resources we know on coding questions and share our experiences from past interviews of what you should really be studying. It isn't just code as we discuss the crazy left field questions that you may be asked during your next interview. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface

  • Merge Conflict 38: One Library to Rule Them All

    27/03/2017 Duração: 53min

    It is finally time for .NET truly to be EVERYWHERE! This week we investigate the dream of .NET Standard libraries, one library that can be shared in any .NET application. We take a look at the concept, implementation, tooling, and mix in our analysis of the pros and cons of making the big switch to .NET Standard libraries. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface

  • Merge Conflict 37: TLS - How Do You EVEN

    20/03/2017 Duração: 51min

    It's time to go down the rabbit hole of networking to investigate the ins and outs of Transport Layer Security (TLS) and how it impacts your apps. James walks Frank through his latest issues with APIs requiring TLS 1.2+ and how he was able to debug the situation at 4:30am to get a new release of his app. We attempt to make networking fun as we dive through HTTP Headers and general connectivity tips and tricks. Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface

  • Merge Conflict 36: Sorry iPhone 4

    13/03/2017 Duração: 41min

    When and how should you drop support for a specific device or operating system? We talk about the market today and how we handle it in our own apps. We also dive into specifics around what types of hardware architecture to support and how that impacts your application. Finally, it is much more than just mobile applications, as the same has to be considered for the desktop, and Frank speaks from personal experience. Links & Show Notes Android Dashboard Project Centennial Merge Conflict Stickers! Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Subscribe iTunes Google Play Music Stitcher Pocket Casts Overcast Merge Conflict may make commission from affiliate links

  • Merge Conflict 35: Security Through Obscurity

    06/03/2017 Duração: 40min

    It's time to talk code security when developing applications to try to stop people from stealing our precious code and apps. We discuss the different methods we have used to attempt to obfuscate our code and the tools we use to peek into our own code. When it comes to security, it is more than just the executable we ship as we have to be aware of everything happening on the device such as in app purchases, certificates, web requests, and a bunch of other things. We discuss all this and more on this week's show. Links & Show Notes dotPeek Security Through Obscurity Securing IAP with Azure Functions Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Subscribe iTunes Google Play Music Stitcher Pocket Casts Overcast Merge Conflict may make commission from affiliate links

  • Merge Conflict 34: Developing for macOS

    27/02/2017 Duração: 56min

    It is time to tackle the other desktop and brush up on our struts and springs as when investigate the ins and outs of macOS. If you know iOS development your are primed to make your next great desktop macOS application, it is way easier than you think! Frank walks us through how he got started, what you need, and how Xamarin.Forms is about to change the desktop game. Links & Show Notes Sparkle Updater SkiFree AppKit Steve Jobs The Lost Interview Xamarin.Forms Nightly Builds Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Music : Amethyst Seer - Citrine by Adventureface Subscribe iTunes Google Play Music Stitcher Pocket Casts Overcast Merge Conflict may make commission from affiliate links

Página 20 de 22