Tulio Calil
A blog for software developer with articles on different topics such as Mobile and Web Development, Typescript, Elixir, Clojure and other topics.
Lynx - React Native alternative from TikTok
Today(05/03/2025), ByteDance, the company behind TikTok, has launched Lynx, a new framework that aims to revolutionize mobile app development, positioning itself as an alternative to React Native.
Lynx allows developers to build native interfaces using markup and CSS, making it easier to transition into mobile development without
Simplify API Testing and Collection Versioning Using httpYac
As a developer, working with APIs can be both empowering and challenging. Whether you're building, testing, or debugging APIs, having the right tools at your disposal can make all the difference. While tools like Postman and Insomnia have become go-to solutions for API testing, there’s a "new" player in
Microlearning: Kubernetes Hacks - Simple Tips to Boost Your Workflow
Kubernetes is a powerful tool, but navigating its complexities can sometimes feel overwhelming. The good news? A few practical hacks can make a big difference in how you manage and optimize your clusters. Whether it’s seamless updates, efficient debugging, or smarter scaling, these tips are here to simplify your
Microlearning: NestJS and JWE - How to use it
Learn how to secure data using JSON Web Encryption (JWE) in NestJS. This post compares JWE and JWT, focusing on data encryption and confidentiality. It provides a practical guide on setting up the node-jose library, managing keys, and implementing encryption and decryption services in NestJS.
Migrating Native Android App to React Native in 2024
Upgrade your Android app to React Native in 2024 efficiently. This brief guide covers crucial steps and insights for a seamless transition, boosting cross-platform support and streamlining app maintenance. Ideal for developers seeking swift, scalable development solutions.
React Native and Maestro - UI Tests easy
Maestro is a mobile UI testing framework, very simple and effective. It's an alternative to other frameworks like Appium, Espresso, UIAutomator or XCTest and is built on top of the knowledge from its predecessors.
Maestro doesn't depend on any mobile framework, so you can run it in React Native apps,
Paid-members only
Offline auth with Electron + SQLite + React
In an increasingly digital world, the need for secure and robust authentication systems is paramount. Whether you're building a desktop application, a mobile app, or a web platform, the ability to authenticate users reliably and securely is a fundamental requirement. While online authentication methods are well-established and widely adopted, there
Paid-members only