Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
News
Sports
TV & Film
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts115/v4/98/f7/92/98f79219-7bb4-bb0f-57de-88fd2d079cbd/mza_14978755864388122204.jpg/600x600bb.jpg
Audcode
Mahmoud Ramadan
16 episodes
4 days ago
Audcode provides a quick Arabic summary for technical content (audio, video, articles, books) to keep yourself updated. The summary is provided from developers to developers.
Show more...
Technology
RSS
All content for Audcode is the property of Mahmoud Ramadan and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Audcode provides a quick Arabic summary for technical content (audio, video, articles, books) to keep yourself updated. The summary is provided from developers to developers.
Show more...
Technology
Episodes (16/16)
Audcode
How to secure Android Applications

Get The Full Course Time and Space Analysis of Algorithms, 

crack coding interview, and Master Dagger for Android

 https://bit.ly/3xUxoMT

 https://bit.ly/3wTz35e

 https://bit.ly/3jxbGum


Show more...
4 years ago
26 minutes 43 seconds

Audcode
Building Successful Software Product with Amr Medhat

Connect with Amr 

https://www.linkedin.com/in/amrmedhat/

connect with me

https://www.linkedin.com/in/mahmoud-ramadan-24017284/

https://twitter.com/ramadanDEV

Show more...
4 years ago
1 hour 6 minutes 17 seconds

Audcode
A/B Testing for Mobile App Development with Mahmoud Ramadan

connect with me

https://www.linkedin.com/in/mahmoud-ramadan-24017284/

https://twitter.com/ramadanDEV

Show more...
4 years ago
21 minutes 3 seconds

Audcode
China Tech Challenges for Mobile App Development with Mahmoud Ramadan

connect with me

https://www.linkedin.com/in/mahmoud-ramadan-24017284/

https://twitter.com/ramadanDEV

Show more...
4 years ago
19 minutes 7 seconds

Audcode
Lessons Learned from Software Industry with Mahmoud Ramadan

connect with me 

https://www.linkedin.com/in/mahmoud-ramadan-24017284/

https://twitter.com/ramadanDEV

Show more...
4 years ago
57 minutes 48 seconds

Audcode
Software Design Principles with Mohammad Al Husseiny

connect with  Eng/ Mohammad Al Husseiny

https://www.linkedin.com/in/mohammad-al-husseiny-20a9077b/

Show more...
4 years ago
1 hour 32 minutes 28 seconds

Audcode
Software Engineer Mindset with Mohammad Al Husseiny

connect with  Eng/ Mohammad Al Husseiny

https://www.linkedin.com/in/mohammad-al-husseiny-20a9077b/


Show more...
4 years ago
1 hour 12 minutes 46 seconds

Audcode
Flutter Deep Dive between Business and Development with Ahmed Tarek

Ahmed shared very important topics in Flutter in terms of business and development

connect with Ahmed

https://www.linkedin.com/in/tarek360/

https://twitter.com/a_tarek360

https://github.com/tarek360

Show more...
4 years ago
53 minutes 57 seconds

Audcode
Mobile App Automation with Fastlane with Mohamed Elsayed Ghonemi


Automate your development and release process

Fastlane is an open-source platform aimed at simplifying Android and iOS deployment.
Fastlane lets you automate every aspect of your development and release workflow.

links

https://fastlane.tools/

https://www.raywenderlich.com/10187451-fastlane-tutorial-for-android-getting-started

https://www.toptal.com/ios/fastlane-ios-automation

https://github.com/nccgroup/LazyDroid

https://github.com/cesards/AndroidShell

https://github.com/tmrdev/Android-Utility-Bash-Scripts

https://github.com/sujaydavalgi/android-shell-scripts


books

https://www.packtpub.com/product/continuous-delivery-for-mobile-with-fastlane/9781788398510


courses

https://www.raywenderlich.com/4967-submitting-your-app-with-fastlane

https://www.raywenderlich.com/1259223-fastlane-for-ios

https://www.udemy.com/course/android-devops-master-continuous-integration-and-delivery/







Show more...
4 years ago
41 minutes 5 seconds

Audcode
Summary for Architecting Android...Reloaded.

As Fernando  said 

"Keep in mind that there are NO silver bullets and of course there is always room for improvement, although this should be useful as a starting point.

And some advice:

  • Do not over think (do not do over-engineering).
  • Be pragmatic.
  • Minimize framework (android) dependencies in your project as much as you can.
  • Continuous improvement through refactor.
  • Do not write code without tests (I should not be saying this in 2018 :)). "

https://fernandocejas.com/blog/engineering/2019-05-08-architecting-android-reloaded/

Show more...
4 years ago
10 minutes 29 seconds

Audcode
Summary for Kotlin + buildSrc for Better Gradle Dependency Management

As  Sam Edwards said "

Different ways of managing Gradle dependencies:
  1. Manual Management
  2. Google’s Recommendation using “ext”
  3. Kotlin + buildSrc

"

https://handstandsam.com/2018/02/11/kotlin-buildsrc-for-better-gradle-dependency-management/

Show more...
4 years ago
8 minutes 38 seconds

Audcode
Summary for Master Problem Solving As Software Engineer Using LeetCode

As Mahmoud Ramadan said "

To improve your problem-solving skills you need the following :

  1. Learn Data structure and algorithms Basics
  2. Practice

https://ramadandev.medium.com/master-problem-solving-as-software-engineer-using-leetcode-af9f99f6f840

Show more...
4 years ago
11 minutes 12 seconds

Audcode
Summary for Master Continuous Integration and Delivery as Android Developer

As Mahmoud Ramadan said 

 " This CI/CD pipeline will use some tools like

  • Gitlab CI as CI server
  • Fastlane for Continuous Delivery
  • Detekt for static code analysis for Kotlin language
  • Fabric Beta from crashlatics
  • Google play.  "

https://ramadandev.medium.com/master-continuous-integration-and-delivery-as-android-developer-685b120caedc

Show more...
4 years ago
15 minutes 19 seconds

Audcode
Summary for Code Review And Best Practices for Android Developers

As Mahmoud Ramadan said 

"

  • Code Review is a culture.
  •  Do not Love your code
  • Leave your ego out of the door, we are a team

"

https://ramadandev.medium.com/introduction-f68b6174cf7c

Show more...
4 years ago
12 minutes 1 second

Audcode
Summary for How to build Android chat application like WhatsAPP

As Mahmoud Ramadan said

" To build Chat App Like WhatsApp, You need the following:

  1. Messaging SDK like Smack4
  2. WebRTC SDK for Audio and Video Calling
  3. SIgnal Protocol for Encryption "

https://ramadandev.medium.com/how-to-build-android-chat-application-like-whatsapp-43b42024f6e8

Show more...
4 years ago
13 minutes 11 seconds

Audcode
Summary for Coroutines on Android (part I): Getting the background

 As Sean McQuillan said 

"coroutines are a great solution to two problems:

  1. Long-running tasks are tasks that take too long to block the main thread.
  2. Main-safety allows you to ensure that any suspend function can be called from the main thread.
  3. Coroutines build upon regular functions by adding two new operations. In addition to invoking (or call) and return, coroutines add suspend and resume.
  4. Suspend and resume work together to replace callbacks.
  5. Coroutines will run on the main thread, and suspend does not mean background"

https://medium.com/androiddevelopers/coroutines-on-android-part-i-getting-the-background-3e0e54d20bb

Show more...
4 years ago
7 minutes 57 seconds

Audcode
Audcode provides a quick Arabic summary for technical content (audio, video, articles, books) to keep yourself updated. The summary is provided from developers to developers.