Best of Mobile DevelopmentNovember 2022

  1. 1
    Article
    Avatar of ishadeedAhmad Shadeed·4y

    Inside the mind of a frontend developer: Hero section

    The most important thing here is the thinking process, not the CSS outcome, as sometimes it can get fairly straightforward to understand. In this article, I will take you into the journey of building a hero section by showing you your thought process.

  2. 2
    Article
    Avatar of logrocketLogRocket·4y

    Microservices with NestJS, Kafka, and TypeScript

    The microservices architecture is an increasingly popular architecture pattern that follows the SOA (Service Oriented Architecture) concept. This guide will demonstrate how to build microservices using NestJS, Kafka, and TypeScript. You will create an authentication microservice to create and save user details.

  3. 3
    Article
    Avatar of asayerasayer·4y

    The best no-code development tools for developers

    No-code development is an approach to programming whereby you do not need to write codes for web development but use a Graphical User Interface and configuration.

  4. 4
    Article
    Avatar of newstackThe New Stack·4y

    Say Goodbye to Browsers and Passwords

    Authentication is no longer a simple act of providing a username and password. It’s a journey that the user takes to confirm their identity and gain secure access to their resources. The browser is a solid choice as it gives us essential security features. Hypermedia allows users to traverse authentication steps as needed.

  5. 5
    Article
    Avatar of logrocketLogRocket·4y

    Next.js 13: Working with the new app directory

    Next.js v13 is new at the time of writing, but has changed the manner in which many tasks were performed through its new directory. The new directory introduces the concepts of layouts, error components, and loading components while also leveraging React’s server components for building a UI.

  6. 6
    Article
    Avatar of logrocketLogRocket·3y

    Animate React components with a single line using AutoAnimate

    Animate React components with a single line using AutoAnimate Animation provides a compelling user experience for modern web apps. But, of course, adding animations can be a difficult and time-consuming task, and if your app has multiple components, it gets worse!

  7. 7
    Article
    Avatar of semaphoreSemaphore·4y

    React Native in 2022 and Beyond

    React Native has kept up well in delivering best-in-class experiences for small, medium, and large-scale applications. It has finally been unveiled with the release of v0.68 and is available for opt-in with a straightforward flag.

  8. 8
    Article
    Avatar of phProduct Hunt·4y

    Nhost - The Open Source Firebase Alternative with GraphQL

    The Open Source Firebase Alternative with GraphQL Nhost is an open-source alternative to Firebase. It provides all the APIs, services, and SDKs you need to build performant mobile & web applications.

  9. 9
    Article
    Avatar of communityCommunity Picks·3y

    Tech Stacks: The Current Landscape

    A Tech Stack is a combination of programming languages, frameworks, and tools that come together to make it possible for developers to build web or mobile applications and services. In many cases, the most popular operating system for tech stacks is Linux. The most common components of the server-side stack include programming languages like Python and Ruby.

  10. 10
    Article
    Avatar of communityCommunity Picks·4y

    A Brief Intro to FLET: Building Flutter Apps with Python

    FLET enables developers to easily build real-time web, mobile, and desktop apps in Python. The toolkit, created by Google, lets programmers create apps with top-notch user interfaces. In contrast to Java itself, Flutter employs Dart programming, an object-oriented language that is much simpler to learn.

  11. 11
    Article
    Avatar of googledevsGoogle Developers·4y

    Introducing Developer Journey: November 2022

    Every month, we will spotlight developers around the world, the Google tools they leverage, and the kind of products they are building. We are kicking off #DevJourney in I’ve been building Android apps since 2011, when I was in graduate school studying for my Master’s Degree in Computer Engineering.

  12. 12
    Article
    Avatar of ghblogGitHub Blog·4y

    The power of GitHub in the palm of your hand

    GitHub Mobile reduces friction from being away from the desktop by giving you the ability to take action on GitHub from anywhere. Stay in touch with your team, triage issues, manage projects, edit files, re-run jobs, and even merge code. Both capabilities are available on iOS and soon will be coming to Android.

  13. 13
    Article
    Avatar of logrocketLogRocket·3y

    End-to-end testing for Next.js applications with Cypress and TypeScript

    End-to-end testing helps you test your app’s user experience by simulating real-world scenarios. This gives you a more complete understanding of how well your app performs. In this tutorial, I’ll be showing you how to implement Cypress in your NextJS applications with the help of TypeScript.

  14. 14
    Article
    Avatar of tcTechCrunch·3y

    Be like Gmail? Proton Mail will soon offer email categorization, message scheduling, and more

    Proton Mail will soon offer email categorization, message scheduling, and more Proton services. The Swiss company has revealed a busy roadmap for the coming months that will usher in a swathe of new features that are just a little reminiscent of Gmail.

  15. 15
    Article
    Avatar of codropsCodrops·4y

    Web Design & Development News: Collective #736

    Get inspired Black Friday is coming early! Save the date and win an iMac at this year's Black Friday sale. Purchase any Divi product & get our biggest discount of all time, a free prize, a pack of website templates and exclusive access to dozens of additional product deals.

  16. 16
    Article
    Avatar of planetxamarinPlanet Xamarin·4y

    .NET MAUI : Runs on multiple platforms in one project (iOS, Android, and Windows)

    The name MAUI stands for.NET Multi-platform App UI. MAUI runs on multiple platforms in one project (iOS, Android, and Windows) Microsoft supports MAUI from Visual Studio 2022 latest version in Macs and Windows.

  17. 17
    Article
    Avatar of asayerasayer·4y

    Vue component libraries

    Vue component libraries provide building blocks for the productive development of UI. Bootstrap Vue is the most popular front-end framework in the world today. Fish UI is compatible with modern browser environments, and it has support for webpack and ES2015.

  18. 18
    Article
    Avatar of reactnativeexampleReact Native Example·4y

    A FIFA World Cup 2022 Predictor game made from Rocketseat bootcamp

    A FIFA World Cup 2022 Predictor game made from Rocketseat bootcamp. You can see the project layout in the link above: You’ll need an Figma account. GitHub View Github View Github view the subprojects documentations.

  19. 19
    Article
    Avatar of logrocketLogRocket·4y

    Comparing Dart and TypeScript

    Dart and TypeScript are well-known and well-established options, each with distinct features. Dart is a full-on programming language with more robust features, instead of a superset of JavaScript, which might result in a steeper learning curve. Dart might be a more appropriate option if you are coming from languages like C# and Java.

  20. 20
    Article
    Avatar of logrocketLogRocket·3y

    Implementing pull-to-refresh in React with Tailwind CSS

    The gesture that initiates the retrieval of your next entertaining post is pull-to-refresh. This action was created by Loren Brichter in the Tweetie app in 2008, and it quickly became popular like anything excellent would. By default, the mobile browser tends to refresh a page when the top of the page is reached.

  21. 21
    Article
    Avatar of tcTechCrunch·4y

    Meet Budibase, a low-code open-source web app builder with automations

    Northern Irish startup Budibase is capitalizing on with the announcement of a fresh $7 million tranche of funding to further develop an open source web app builder.

  22. 22
    Article
    Avatar of thnThe Hacker News·4y

    These Android Apps with a Million Play Store Installations Redirect Users to Malicious Sites

    Malwarebytes' analysis found the apps have an approximately four-day waiting period before opening the first phishing site in Chrome browser. The apps are part of a broader malware operation called HiddenAds, which has been active since at least June 2019 and has a track record of illicitly earning revenues.