<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts of Tim Doe, MD. PhD. RSS</title><link><![CDATA[https://ci.una.io/test/m/posts/rss/author/26]]></link><atom:link href="https://ci.una.io/test/m/posts/rss/author/26" rel="self" type="application/rss+xml" /><description>Posts of Tim Doe, MD. PhD. RSS</description><lastBuildDate>Fri, 17 Apr 2026 19:50:11 GMT</lastBuildDate><item><title><![CDATA[Simultaneous Development for React and React Native]]></title><link><![CDATA[https://ci.una.io/test/view-post/simultaneous-development-for-react-and]]></link><guid><![CDATA[https://ci.una.io/test/view-post/simultaneous-development-for-react-and]]></guid><description><![CDATA[<p>Building interfaces for multiple platforms, including web, PWA, iOS, Android, and desktop, can be an exhilarating endeavor. While developing for each platform individually may seem daunting, a monorepo approach utilizing Next.js and React Native (with Expo) brings a sense of joy and efficiency to the process. Let's explore why developing for multiple platforms simultaneously can be the most fun and rewarding approach.1. Targeting Diverse PlatformsWith a monorepo approach, developers can target a wide range of platforms, from traditional websites to Progressive Web Apps (PWAs), native iOS and Android apps, and even desktop applications. This versatility allows you to reach a larger user base and provide a seamless experience across different devices.2. Reusability and Code SharingBy utilizing a monorepo, you can leverage the power of code sharing between the React and React Native components. With shared business logic and UI components, you can significantly reduce development time and effort, ensuring consistency and maintaining a single source of truth across platforms.3. Streamlined Development ProcessDeveloping for multiple platforms simultaneously may take slightly longer compared to building for a single platform. However, the monorepo approach brings efficiency to the development process. With shared tooling, configurations, and infrastructure, you can streamline the build, testing, and deployment pipelines, ultimately saving time in the long run.4. Rapid Prototyping and IterationThe monorepo approach, coupled with Next.js and Expo, allows for rapid prototyping and iteration. Developers can quickly see changes across web and native platforms, enabling faster feedback loops and making it easier to refine the user interface based on user feedback and testing.5. Community and Ecosystem SupportBoth Next.js and React Native have robust and active communities. The extensive community support ensures a wealth of resources, libraries, and plugins that facilitate the ... <a href="https://ci.una.io/test/view-post/simultaneous-development-for-react-and">Read more</a></p><img src="https://us-east-1.linodeobjects.com/una-ci/bx_posts_photos_resized/3/3v/3vq/3vqzvyrdc6mbngkgseqkqqte4mge4gie.jpg" />]]></description><pubDate>Fri, 17 Apr 2026 19:50:11 GMT</pubDate></item><item><title><![CDATA[Accessibility of PHP and ReactJS for Developers Old and New]]></title><link><![CDATA[https://ci.una.io/test/view-post/accessibility-of-php-and-reactjs-for]]></link><guid><![CDATA[https://ci.una.io/test/view-post/accessibility-of-php-and-reactjs-for]]></guid><description><![CDATA[<p>As we dive deeper into the development world, one of the key considerations is the accessibility of the tools we're using. Fortunately, PHP for backend and ReactJS for frontend stand out for their user-friendly nature, catering to both new and seasoned developers. Here's why these technologies are so appealing.PHP: The Backend ChampionPHP, one of the oldest programming languages, has stood the test of time and continues to be widely used in the industry.Ease of Learning: PHP's syntax is clear and concise, making it a great language for beginners to start with. Even with no prior programming experience, a new developer can quickly pick up PHP and start building web applications.Rich Resources: PHP's maturity means it boasts a plethora of learning resources. From online tutorials to dedicated forums and extensive documentation, the PHP community provides plenty of support for both new learners and experienced developers.Large Community: PHP has a robust, active community. This ensures that if developers encounter an issue, they can turn to the community for advice, tips, or solutions.ReactJS: The Frontend TrailblazerReactJS, despite being a relatively new addition to the frontend development scene, has quickly become a favourite among developers.Component-Based Architecture: React's component-based architecture simplifies the development process, making it more intuitive, especially for those new to frontend development.Strong Community: Just like PHP, React has a strong community. Developers can access and share a multitude of components, contributing to a resource-rich ecosystem.JavaScript Base: React is based on JavaScript, the most popular programming language according to the Stack Overflow Developer Survey. This makes React accessible to a large number of developers who are already familiar with JavaScript.Excellent Documentation: React has comprehensive, well-organized documentation. Whether you're a new developer trying to learn the ropes or a seasoned develop... <a href="https://ci.una.io/test/view-post/accessibility-of-php-and-reactjs-for">Read more</a></p><img src="https://us-east-1.linodeobjects.com/una-ci/bx_posts_photos_resized/h/hh/hh5/hh56hwmu8r2khfqlawzcf9fdwvtjuznc.jpg" />]]></description><pubDate>Fri, 17 Apr 2026 19:50:06 GMT</pubDate></item><item><title><![CDATA[Embracing the New Horizons: An Older Developer's Journey with React and React.js]]></title><link><![CDATA[https://ci.una.io/test/view-post/embracing-the-new-horizons-an-older]]></link><guid><![CDATA[https://ci.una.io/test/view-post/embracing-the-new-horizons-an-older]]></guid><description><![CDATA[<p>As an older developer who has been in the tech industry for 15+ years, I must admit I was initially skeptical when the buzz around React and React.js started to spread. Having spent the majority of my career using older technologies like C++ and JavaScript, I had grown comfortable with the familiar tools. However, curiosity got the better of me, and I decided to delve into this new realm of web development. Little did I know that this leap of faith would open up a world of possibilities and leave me thoroughly impressed with React and React.js every step of the way.The Learning CurveAt first glance, React seemed like an entirely different beast compared to the languages I was accustomed to. But as an experienced developer, I quickly realized that my foundational knowledge of JavaScript made it relatively straightforward to understand the core concepts of React. The initial learning curve was gentle, and I found myself adapting faster than I anticipated.Declarative NatureOne of the aspects that truly struck me was React's declarative nature. Rather than worrying about how to manipulate the Document Object Model (DOM) directly, React encouraged me to focus on describing the desired outcome. This shift in mindset allowed me to write cleaner and more maintainable code. Being able to visualize the UI as a function of state was a revelation, and it greatly simplified the development process for me.Component-based ArchitectureComing from a background in C++, where Object-Oriented Programming was a staple, React's component-based architecture felt incredibly intuitive. Breaking down the UI into smaller, reusable components just made sense. It allowed me to compartmentalize different aspects of the app logically, resulting in more manageable codebases and efficient debugging.Virtual DOM and PerformanceAs an older developer who experienced the early days of web development, I remember the painstaking process of manipulating the DOM directly. With React's Virtual DOM, those da... <a href="https://ci.una.io/test/view-post/embracing-the-new-horizons-an-older">Read more</a></p><img src="https://us-east-1.linodeobjects.com/una-ci/bx_posts_photos_resized/v/va/vae/vaebszpprfhjzsyv6wvyjukjsvyf4t7k.jpg" />]]></description><pubDate>Fri, 17 Apr 2026 19:50:00 GMT</pubDate></item></channel></rss>