Gourav Khungergouravkhunger.hashnode.net·Sep 16, 2021How to create your first Android app using Android Studio?Hello there! This is the second article in the Android App Development For Beginner series. If you have followed along with the previous article, then you will have Android Studio set up. I will continue this article from where the previous article e...81 likes·508 readsAndroid DevelopmentAndroid
Lazar NikolovforCodeChemvisible-pets-embarrass-94.hashnode.net·Apr 14, 2021Building an MVP from Scratch 🚀Back in October 2020 I decided to start a pet project with a goal to learn a new technology. I noticed people on Twitter were saying how much they like the Developer Experience of Blitz JS so I decided to use it in this pet project. But then I though...68 likes·431 readsNext.js
Atul Kumarkumartul.hashnode.net·Sep 5, 2022My latest project helped me make $500 in just 2 hoursI must say that being consistent for such a long time is not so easy but I am trying my best to write high-quality articles, and thanks a lot, folks, for your constant support 🙏. I learned many new technologies like React, Redux, NextJS, etc. this y...62 likes·345 reads#week3
Farouq UsmanforProductTeam14productteam14.hashnode.net·Apr 15, 2023We Had Our First Team ProjectINTRODUCTION We all met in a group created during the side hustle boot camp we signed up for. We were given a task to create a product requirement document for a food delivery application. The Process The group project of product managers began with ...1 likeProduct Management
Salmasalmacoder.hashnode.net·Apr 13, 2023Create Your Own Car Inventory App with Ruby - A Beginner's GuideIntroduction Welcome to this tutorial, which is aimed at new Ruby developers who want to learn how to build a simple car inventory application using Ruby. This tutorial is part of a larger project: a real Car Inventory Management System that I recent...1 like·400 readsRuby
Disha Jaindisha.hashnode.net·Mar 10, 2023How to Enable Dark Mode in ReactJsEnabling dark mode in a ReactJS application can be done using various methods. Here are some ways to achieve this: Using CSS variables: One of the simplest ways to implement dark mode in a ReactJS application is by using CSS variables. You can defi...1 like·65 readsReact
Victor Onoja Odohvictoronoja.hashnode.net·Mar 2, 2023Second & Third Week, Second ProjectThe second week of the Sidehustle portfolio boot camp came with a new project; We were to create a to-do App that allowed the user to create, update, read, and delete tasks. The peculiar thing about this week's project was that we were to work direct...bootcamp
Lorenzo Balderramathecodingsoup.hashnode.net·Feb 18, 2023From Concept to Deployment: A Creative Guide to Starting a React ProjectReactJS has become one of the most popular front-end JavaScript libraries for building dynamic and interactive user interfaces. Whether you're building a simple web application or a complex enterprise-level application, ReactJS can help you create be...1 likeReact
Szabolcs Tóthbinaryrev.hashnode.net·Feb 15, 2023I tried and failedI am a self-taught developer, as most of us I usually followed tutorials on YoutTube or Udemy. I started (almost) hundreds of projects and never finished any. Ok, I published an app in Mac AppStrore, so not that bad... I had a bold/great/ambitious id...development
Fenil Khatrifenilkhatri.hashnode.net·Feb 13, 2023Google Data Analytics Capstone ProjectScenario You are a junior data analyst working in the marketing analyst team at Cyclistic, a bike-share company in Chicago. The director of marketing believes the company’s future success depends on maximizing the number of annual memberships. Theref...1 like·42 readsData Science
Sanathansanathan.hashnode.net·Feb 11, 2023Create a project with Next.js and TailwindcssLet's start with how to create the project with Next.js using Tailwindcss within a few easy steps. And also how to add Tailwindcss to the Next.js project 1 . Creating the Next.js project. The first thing we need to open the terminal, in the respectiv...124 readsTailwind CSS
Ranjan Guptaranjangupta.hashnode.net·Jan 18, 2023How To Manage Your Projects As A Developer Using NotionAs a developer, managing your projects can be a daunting task. With multiple tasks, deadlines, and team members to keep track of, it can be easy to get overwhelmed. But with the right tools, you can streamline your workflow and keep your projects org...notion
Olanrewaju Abdul-Kabirolakaycoder1.hashnode.net·Jan 2, 2023(Xenith ) Simple Blog App With FlaskZenith is a blogging website,The following are the stack used in creating this projects: Html/css Javascript Python (Flask) Environment setup To run this website locally on your system make sure you have python install on your device. The list o...Flask Framework