RogerPyDev
Python Command Line Interface (CLI) & Automation Applications Developer | Specialized in Python Solutions for System Optimization & Workflow Automation
Panamá
RogerPyDev's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
flutter/flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
mouredev/Hello-Python
Curso para aprender el lenguaje de programación Python desde cero y para principiantes. 100 clases, 44 horas en vídeo, código, proyectos y grupo de chat. Fundamentos, frontend, backend, testing, IA...
metagrover/ES6-for-humans
A kickstarter guide to writing ES6
mouredev/retos-programacion-2023
Ejercicios de código semanales en 2023 de la comunidad MoureDev para practicar lógica en cualquier lenguaje de programación.
ronreiter/interactive-tutorials
Interactive Tutorials
mouredev/python-web
Curso para aprender desarrollo frontend Web con Python puro desde cero. Elaborado durante las emisiones en directo desde Twitch de MoureDev.
mrcodedev/frontend-developer-resources
Recursos gratuitos para empezar a ser un Frontend Developer o ampliar conocimientos
devefy/Flutter-Story-App-UI
nisarhassan12/portfolio-template
A beautiful minimal and accessible portfolio template for Developers. Give it a star 🌟 if you find it useful.
abuanwar072/Travel-App-UI-using-Flutter
Furqankhanzada/flutter_eCommerce_ui_kit
Flutter - E Commerce UI KIT ( completely free for everyone )
afgprogrammer/Flutter-Splash-Screen-Animation
Flutter Splash Screen design and Animation - day 8
flutternetwork/WiFiFlutter
Flutter plugin suite for various WiFi services.
olayemii/chyker-foods
A food ordering app built with flutter and firebase
afgprogrammer/Flutter-Login-Signup-page
Flutter Login and Signup Page design and Animation - day 23
afgprogrammer/Flutter-Login-Page-3
Flutter Beautiful Login Page Design and Animation - day 14
afgprogrammer/flutter-inspiration-app-ui
Flutter Inspiration Application Design - day 1
AhmedAbouelkher/groceries-shopping-flutter-app
(UPGRADED TO FLUTTER 3.24.0 🎉) This project is a simple implementation for an existing, amazing, and exciting UI/UX design.
ishaileshmishra/flutter-ecommerce-app
Flutter UI development guide
afgprogrammer/Flutter-trip-app-ui
Flutter Trip Application UI/UX Design - day 2
afgprogrammer/Flutter-actors-profile-app-ui
Flutter Actors Profile Application UI/UX Design - Day 4
afgprogrammer/Flutter-page-transition-animation
Flutter Page-Transition Animation, UI/UX design - day 6
Klerith/react-calendar-frontend
Aplicación hecha en mi curso de React de cero a experto
josecodetech/fastapi
josecodetech/fastapi_deploy
mrcodedev/curso-javascript-moderno
Curso JavaScript Moderno
mrcodedev/modern-js-cheatsheet
Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.
Josej2r/JavaScript_Algorithms_and_Data_Structures_Certification
grg8881m/Permanece-en-l-nea
En Informática una cola (queue) es una estructura de datos abstracta donde los elementos se mantienen en orden. Los nuevos elementos se pueden añadir en la parte posterior de la cola y los elementos antiguos se retiran de la parte delantera de la cola. Escribe una función nextInLine que tome un arreglo (arr) y un número (item) como argumentos. Agrega el número al final del arreglo, luego elimina el primer elemento del arreglo. La función nextInLine debe entonces devolver el elemento que fue removido.