Patryk and Wojciech from Brains & Beards use their combined 25+ years of professional experience to discuss programming, building teams, workflows and everything else that it takes to deliver great mobile applications (in React Native, or otherwise).
…
continue reading
1
BBS 19: Documentation in Software Projects
36:27
36:27
נגן מאוחר יותר
נגן מאוחר יותר
רשימות
לייק
אהבתי
36:27
https://brainsandbeards.com/ Key Moments: Documentation comes in different forms like code comments, README files, external documentation in Confluence, and architectural decision records (ADRs). Code comments can become outdated over time as the code changes, so it's better to rely on clear naming, TypeScript types, and unit tests to document code…
…
continue reading
1
BBS 18: Working with mobile teams
41:51
41:51
נגן מאוחר יותר
נגן מאוחר יותר
רשימות
לייק
אהבתי
41:51
https://brainsandbeards.com/ Key Moments: Mobile development teams have responsibilities beyond just writing code, such as providing guidance on design, UX, platform best practices, and APIs. Mobile developers should proactively communicate with other teams like design, product, and backend to ensure mobile needs are met. Designers may not be aware…
…
continue reading
Find us on https://brainsandbeards.com/ The hosts discuss their daily work setups and what equipment they use, including standing desks, laptops, external monitors, headphones, microphones, and other accessories. One host uses a standing desk to avoid sitting for long periods and stays engaged by walking while in meetings or working. Their laptops …
…
continue reading
1
BBS 16: Maintainable React Native course
19:30
19:30
נגן מאוחר יותר
נגן מאוחר יותר
רשימות
לייק
אהבתי
19:30
You can find us on https://brainsandbeards.com/ You can find our course on https://brainsandbeards.com/mrn Key Moments The podcast discusses a new online course called "Maintainable React Native" which teaches developers how to build maintainable architecture for mobile apps through practical examples and techniques delivered via weekly emails. The…
…
continue reading
You can find us on https://brainsandbeards.com/ Key Moments: React Native allows separating native app skeletons from JavaScript business logic bundles, providing opportunities for faster updates without app store reviews. Code pushing allows remotely delivering JavaScript bundle updates to users without app store reviews. Bundles can be replaced o…
…
continue reading
Wojciech and Patryk are talking about recent quirks of the Internet. In this episode, we focused mostly on the infosec news, as there were plenty of disturbing discoveries in this space. Links from the show: https://downfall.page/ https://www.righto.com/2013/09/intel-x86-documentation-has-more-pages.html https://robins.one/notes/uninstall-the-night…
…
continue reading
1
BBS 13: On separating style from components
11:38
11:38
נגן מאוחר יותר
נגן מאוחר יותר
רשימות
לייק
אהבתי
11:38
In this solo episode Wojciech discusses a pet peeve of his - separating styles from JSX in React Native components. Too long, didn't listen? Read the blog post instead: https://brainsandbeards.com/blog/2022-locating-styles-in-react-native This podcast is sponsored by Brains & Beards, a development studio dedicated to helping companies create better…
…
continue reading
Wojciech & Łukasz discuss the benefits, implementation tips, and potential pitfalls of normalising app state in your React Native mobile app ᕕ(ᐛ)ᕗ This podcast is sponsored by Brains & Beards, a development studio dedicated to helping companies create better mobile applications faster. If you want to support us, there are two things you can do: If …
…
continue reading
This podcast is sponsored by Brains & Beards, a development studio dedicated to helping companies create better mobile applications faster. If you want to support us, there are two things you can do: If you have a colleague or a friend that needs help on mobile app dev side, send them to brainsandbeards.com to check if we can help and get in touch …
…
continue reading
1
BBS 10 - Fastlane Automation: How Far is Too Far?
30:23
30:23
נגן מאוחר יותר
נגן מאוחר יותר
רשימות
לייק
אהבתי
30:23
This podcast is sponsored by Brains & Beards, a development studio dedicated to helping companies create better mobile applications faster. If you want to support us, there are two things you can do: If you have a colleague or a friend that needs help on mobile app dev side, send them to brainsandbeards.com to check if we can help and get in touch …
…
continue reading
1
BBS 9 - Pre-Commit Hooks: Toxin or Cancer?
14:01
14:01
נגן מאוחר יותר
נגן מאוחר יותר
רשימות
לייק
אהבתי
14:01
This podcast is sponsored by Brains & Beards, a development studio dedicated to helping companies create better mobile applications faster. If you want to support us, there are two things you can do: If you have a colleague or a friend that needs help on mobile app dev side, send them to brainsandbeards.com to check if we can help and get in touch …
…
continue reading
1
BBS 8 - Does Your Coding Test Hurt Your Recruting Process
42:48
42:48
נגן מאוחר יותר
נגן מאוחר יותר
רשימות
לייק
אהבתי
42:48
This podcast is sponsored by Brains & Beards, a development studio dedicated to helping companies create better mobile applications faster. If you want to support us, there are two things you can do: If you have a colleague or a friend that needs help on mobile app dev side, send them to brainsandbeards.com to check if we can help and get in touch …
…
continue reading
1
BBS 7: How Not to Go Crazy When Getting Things Done
36:15
36:15
נגן מאוחר יותר
נגן מאוחר יותר
רשימות
לייק
אהבתי
36:15
This podcast is sponsored by Brains & Beards, a development studio dedicated to helping companies create better mobile applications faster. If you want to support us, there are two things you can do: If you have a colleague or a friend that needs help on mobile app dev side, send them to brainsandbeards.com to check if we can help and get in touch …
…
continue reading
1
BBS 6: Webviews, the money-saving crutch
28:16
28:16
נגן מאוחר יותר
נגן מאוחר יותר
רשימות
לייק
אהבתי
28:16
This podcast is sponsored by Brains & Beards, a development studio dedicated to helping companies create better mobile applications faster. If you want to support us, there are two things you can do: If you have a colleague or a friend that needs help on mobile app dev side, send them to brainsandbeards.com to check if we can help and get in touch …
…
continue reading
1
BBS 5: React Native Libraries that We Recommend
46:30
46:30
נגן מאוחר יותר
נגן מאוחר יותר
רשימות
לייק
אהבתי
46:30
We share some of the libraries we often use in our React Native projects. In no particular order that would be: React & Redux in TypeScript - Complete Guide: https://github.com/piotrwitek/react-redux-typescript-guide A CLI tool to run multiple npm-scripts in parallel or sequential: https://www.npmjs.com/package/npm-run-all React Native Animated Cod…
…
continue reading
1
BBS 4: Holy Grail or How to Share Code between Web and Mobile
32:58
32:58
נגן מאוחר יותר
נגן מאוחר יותר
רשימות
לייק
אהבתי
32:58
Useful links: react-native-web: https://www.npmjs.com/package/react-native-web Radek Pietruszewski on cross-platform development in Nozbe: https://www.youtube.com/watch?v=KxSwRHi4lHk A Better Routeplanner (example of a React Native application with heavy code-sharing between web and mobile): https://abetterrouteplanner.com/ This podcast is sponsore…
…
continue reading
This podcast is sponsored by Brains & Beards, a development studio dedicated to helping companies create better mobile applications faster. If you want to support us, there are two things you can do: If you have a colleague or a friend that needs help on mobile app dev side, send them to brainsandbeards.com to check if we can help and get in touch …
…
continue reading
This podcast is sponsored by Brains & Beards, a development studio dedicated to helping companies create better mobile applications faster. If you want to support us, there are two things you can do: If you have a colleague or a friend that needs help on mobile app dev side, send them to brainsandbeards.com to check if we can help and get in touch …
…
continue reading
1
BBS 1: Estimation Pitfalls in Mobile Apps
40:17
40:17
נגן מאוחר יותר
נגן מאוחר יותר
רשימות
לייק
אהבתי
40:17
We discuss what it means to build a "seaworthy" mobile app, handling errors, manual testing, deep-linking and push notifications, automation and configuration, internationalisation and localisation, and many others. This podcast is sponsored by Brains & Beards, a development studio dedicated to helping companies create better mobile applications fa…
…
continue reading
1
BBS 0: Story of Two Nerds or How Everything Started
3:52
3:52
נגן מאוחר יותר
נגן מאוחר יותר
רשימות
לייק
אהבתי
3:52
This podcast is sponsored by Brains & Beards, a development studio dedicated to helping companies create better mobile applications faster. If you want to support us, there are two things you can do: If you have a colleague or a friend that needs help on mobile app dev side, send them to brainsandbeards.com to check if we can help and get in touch …
…
continue reading