Forwarded from Naty
#HBD
ππ#Happy_Birthday_Teacherππ
My best #teacher for all subjects is now 25 years old, So, let's raise a toast to this incredible mentor who has transformed my live with its boundless wisdom! Cheers to 25 years of enlightenment and countless more to come! π₯β¨
@natysblog π join my blog
ππ#Happy_Birthday_Teacherππ
My best #teacher for all subjects is now 25 years old, So, let's raise a toast to this incredible mentor who has transformed my live with its boundless wisdom! Cheers to 25 years of enlightenment and countless more to come! π₯β¨
@natysblog π join my blog
Forwarded from Web Development
This media is not supported in your browser
VIEW IN TELEGRAM
How to run 2 different react native apps on 2 different emulators/devices at the same time
#reactnative
Read more
#reactnative
Read more
Which is ur preference
Anonymous Poll
57%
Relational database like MySQL
19%
Non relational database like mongoDb
13%
I've never used one
10%
What's database
Is this really happening π³π³ ?
Let's talk about it . Almost everyone including my grandma, who has never been on the internet knows that ethio telecom unlimited data pkg sucks. I've tried their web hosting pkg a couple of times and it's even worse than anything. And then they launched what they called tele-cloud (I'ven tried this one : never gonna happenπ) and now we have a website builder. Am guessing it gonna be awesome checking websites built with it. Anyways I'll try 2 be an open minded and give it a try and give u my honest opinion.
@selfmadecoder
Let's talk about it . Almost everyone including my grandma, who has never been on the internet knows that ethio telecom unlimited data pkg sucks. I've tried their web hosting pkg a couple of times and it's even worse than anything. And then they launched what they called tele-cloud (I'ven tried this one : never gonna happenπ) and now we have a website builder. Am guessing it gonna be awesome checking websites built with it. Anyways I'll try 2 be an open minded and give it a try and give u my honest opinion.
@selfmadecoder
Tell me ur plan to break into the tech industry being self taught
#questions
1. What specialization
2. Steps you follow
Let me know ur idea : use the comment section ;)
@selfmadecoder
#questions
1. What specialization
2. Steps you follow
Let me know ur idea : use the comment section ;)
@selfmadecoder
Bunna-script ;If you think you've mastered programming, come to Bunna Scriptππͺ
documentation@selfmadecoder
https://www.ethiocloud.com/bunnascript.aspx
===========================================
comment ur idea
are u a JavaScript developer ???
Anonymous Poll
49%
Yes ... Js is my major programming language
27%
No ... But I do work with it sometimes
24%
No JavaScript at all
New project upcoming π₯³
I've been working on a landing page for my friends who are thinking about starting a startup. I've used React and Vite to build the project, and I've incorporated CSS frameworks like Tailwind and Material UI. Realtime color websites have been really helpful for the UI. In the next couple of days, I'll be starting the web app, and there will be a lot of backend work that I'll be sharing. So, stay tuned for updates!.
@selfmadecoder
I've been working on a landing page for my friends who are thinking about starting a startup. I've used React and Vite to build the project, and I've incorporated CSS frameworks like Tailwind and Material UI. Realtime color websites have been really helpful for the UI. In the next couple of days, I'll be starting the web app, and there will be a lot of backend work that I'll be sharing. So, stay tuned for updates!.
@selfmadecoder
In React development in 2023, there are five advanced patterns that can supercharge your skills:
1. Hooks Pattern: Hooks are functions that enable you to use stateful behavior in functional components. You can create custom hooks to reuse logic across multiple components. For instance, the
2. Higher-Order Component (HOC) Pattern: HOCs allow you to wrap components with enhanced functionality. In the example,
3. Observer Pattern: Leveraging the
4. Compound Pattern: Combining multiple patterns like BFF, hooks, HOC, and observer patterns creates a sophisticated architecture. The example demonstrates how these patterns can be integrated into a single solution to simplify code structure and improve maintainability.
By applying these patterns, you can efficiently manage state, handle asynchronous data, and distribute processing load. These advanced React patterns empower you to create more complex and reliable applications, taking your React skills to the next level in 2023.
@selfmadecoder
1. Hooks Pattern: Hooks are functions that enable you to use stateful behavior in functional components. You can create custom hooks to reuse logic across multiple components. For instance, the
useFetch
custom hook simplifies data fetching and is used in the MyComponent
.2. Higher-Order Component (HOC) Pattern: HOCs allow you to wrap components with enhanced functionality. In the example,
withAuth
is a HOC that adds authentication logic to secure content. This pattern promotes code reusability and abstraction.3. Observer Pattern: Leveraging the
useContext
hook, you can create an observer pattern to transmit data down the component tree without passing props explicitly. The MyProvider
component fetches data and shares it with its children, like MyObserver
.4. Compound Pattern: Combining multiple patterns like BFF, hooks, HOC, and observer patterns creates a sophisticated architecture. The example demonstrates how these patterns can be integrated into a single solution to simplify code structure and improve maintainability.
By applying these patterns, you can efficiently manage state, handle asynchronous data, and distribute processing load. These advanced React patterns empower you to create more complex and reliable applications, taking your React skills to the next level in 2023.
@selfmadecoder