Design Magic with AI. Crafting, Refining, and Elevating Using Relume Site Builder
Yassine Benslim
2023-09-01
Topics
Mohamed Taha Boutayeb
2023-07-18
Unifying Data and Code: Seamlessly Linking dbt Cloud with Django
This blog post details the process of linking a dbt Cloud instance with a Django project for seamless management and triggering of data transformations. The post includes instructions for configuring Django settings, setting up the dbt Cloud client, making backend API calls, and retrieving projects and jobs.
8 min read
Mohamed Taha Boutayeb
2023-07-11
Symphony of a Technical Lead: Harmonizing Instruments of Collaboration
This blog post explores the role of a technical lead in harmonizing collaboration tools like Linear, Notion, Slack, and GitHub.By fine-tuning requirements and refining project melodies, they ensure client satisfaction. Through collaborative teamwork, these talented individuals create an exceptional composition that delights users, satisfies clients, and showcases the harmony achieved.
9 min read
Ayoub Aharmim
2023-06-26
Create a native module for React Native app - Part 1
This blog post is the first part of a tutorial on how to create a native module for a React Native app. The post discusses the need for native modules in React Native, and walks through the process of creating a Swift file to check internet connectivity. The tutorial includes code snippets and screenshots to guide the reader through the process. The post is aimed at developers who are familiar with React Native and want to create their own native modules.
6 min read
Youssef Rina
2023-06-21
Information Architecture in UI: Effective Data Presentation
Viewing the soccer field as a web or mobile page, we'll discuss best practices to enhance UI structure and data presentation, mirroring the teamwork of players on the field.
9 min read
Sifeddine Nahhas
2023-05-05
Embracing AI-Powered Applications: A Developer’s Journey with LangChain
Dive into the world of AI-powered apps with LangChain! Effortlessly build applications using advanced language models like ChatGPT.
16 min read
Chaimaa Safi
2023-05-03
Real-time Notifications with Pusher in Next.js
How to use Pusher in a Next.js app to receive notifications in real-time?