Code IT | Remote Work
1.94K subscribers
405 photos
72 videos
12 files
200 links
Exploring code, AI, remote work & building in public. Join the lab and grow with us!
Download Telegram
Have a nice week

#meme #apple #visionPro
🎉 Exam is over! Congratulation and the break is here.
Most of us is experiencing Short attention span. With the rise of platforms like TikTok and Instagram Reels, which specialize in short, easily consumable video content, there has been a shift in our preferences towards brief and engaging content formats. but how many video do you remember from TikTok or Instagram you watch today?
As a result, many us may find ourselves less inclined to watch longer, in-depth videos or consume lengthy written content on platforms like YouTube or blogs.

Let's recover our habit to watch longer and useful videos over internet.
Here are some recommendation of YouTube channels to watch for this break. 🥳
Part 1


🖥Tech Review
1. Joma Tech - No one keeps tech news as interesting as this man do.
2. Marques - another good tech review channel by marques
3. Linus Tech Tips - passionate team of "professionally curious" experts in consumer technology
4. Pooja Dutt - She is software engineer for over 5 years! currently work at Microsoft and making tech related videos on YouTube.
5. Tech Vision - Covering the world of technology and innovation.

🖥Documentaries and Talks
1. Story of Alcatraz Island Prison (Amharic) - Sheger FM Makoya
2. Secret History of Silicon Valley - Computer History Museum
3. Will technology shape our future - Deborah Nas (Tedx Talk)


🖥Best Podcasts Guests Speech
1. Dawit Abrham (Meri Podcast)
2. Bethlehem Dessie (Meri Podcast)
3. Elshadai Tegegn (Gugut Podcast)
4. Daniel Guzo Tech (Gugut Podcast)
5. Lex Fridman (Lex Podcast)


🖥Random Channels & Videos to watch
1. What If
2
. Hacking Google Series
3. Interesting Engineering
4. Neo Explain

🖥Educational (Coding)
1. Clément Mihailescu - For coding nerds
2. Programming with Mosh - DSA
3. Machine Learning for Everybody – Full Course

Drop you favorite channel in a comment.

And don't forget to subscribe
Our channel We are coking something. Stay tuned. ☕️

@innovate_aastu
Please open Telegram to view this post
VIEW IN TELEGRAM
I saw this website by Ethiopian dev.
It's creative and funny. Go and play around with it 😅
Just click No.
https://www.valentine-invite.com/

@innovate_aastu
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Motivation and discipline are two concepts that are often used interchangeably, but they are not the same thing.

Motivation has never been the sole reason for success; it merely helps you get started.
Discipline, on the other hand, is the ability to control oneself and act in accordance with a set of rules or principles.

You decide and plan to improve your grades, start learning that tech stack, go to the gym, work on that project, create content, start reading the Bible, or quit your bad habits... You were motivated enough, but after you start, that feeling doesn't stay with you.

The point is what you do each day and how disciplined you are.
Adopt a fighting mentality, not just a winning mentality.

@innovate_aastu
Black_and_Blue_Bold_Gradient_Technology_AI_Artificial_Inteligence.gif
10.6 MB
Woohoo 1.6K Families🫶 Feeling blessed 😇

We appreciate your suggestions to improve the content of our Telegram channel. Please vote for the resources that you'd want to see more of.

👑For Architecture Students and those interested in acquiring new skills

🔖Graphics Design Courses and Books
👑Premium Graphics Resources
🖼Graphics Design Software

🧠For Software Enthusiasts

💻Web and Mobile App Development Resources
🎨Premium UI Kits
🛍Premium UI Presentation Resources
☺️Best Inspirations

Additionally, would you like to see:

⚡️Tech Reviews
⚡️Tips & Tricks
Please open Telegram to view this post
VIEW IN TELEGRAM
Feel free to check all options that interest you. If you have any other suggestions or comments, please don't hesitate to share them with us.
Anonymous Poll
59%
Graphics Design Courses and Books
36%
Premium Graphics Resources
49%
Graphics Design Software
32%
Premium UI Kits
30%
Premium UI Presentation Resources
33%
Best Inspirations
37%
Tech Reviews
41%
Tips & Tricks
This media is not supported in your browser
VIEW IN TELEGRAM
ChatGPT’s new text-to-video model, Sora can now produce a high fidelity video. Sora can create videos of up to 60 seconds featuring highly detailed scenes, complex camera motion, and multiple characters with vibrant emotions.

For Sora to produce this video, the prompt given was: “Beautiful, snowy Tokyo city is bustling. The camera moves through the bustling city street, following several people enjoying the beautiful snowy weather and shopping at nearby stalls. Gorgeous sakura petals are flying through the wind along with snowflakes.”

Just a few years back, who would have imagined that AI could create an entire video from a simple prompt? What wonders lie ahead?

Via Solomon Kassa

#ai #chatgpt #sora #generativeai

💬 @innovate_aastu
Please open Telegram to view this post
VIEW IN TELEGRAM
😛 Adobe Creative Softwares

hello creative people, As promised

The above link will take you to ten distinct Adobe Creative Software programs for Mac OS  and Windows.

✅️👍 #Graphics #Softwares
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
👩‍💻 Recently, I have been considering redesigning my portfolio site, something simple, techie, and unique.
With this goal in mind, I decided to start learning Next.js, transitioning from React. And I come across upon @bchiang7's portfolio, which inspire with me due to its current design simplicity. However, it was not open source, I couldn't access the code. So, I start developing similar one from scratch, viewing it as an opportunity for further learning. 🚀

After 3 days, I cloned the website. (the one on the video)
👉 https://gemechis.dev.

Of course, I will make it opensource when I changed it very soon.
until that here are some portfolio website resources you can learn and build your own referring them✌️

Download Resource Here
React Portfolio v4
Developer Portfolio


✅️👍 #React #NextJs #Development
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Dagmawi Babi
API Hub
https://github.com/dagmawibabi/apihub

So I use a lot of free and open API's all the time for random apps, experiments and even production ready apps. And time after time I have to relearn their end-points, parameters, query formats and dig through their documentations and more so I can understand their responses and convert them all into suitable formats and that has been tiring. 😵

So I decided to make APIHub, a parent API to all other APIs. I don't have to relearn end-points, dig through their documentations, convert responses to JSON and go through the hassle anymore. I only have to learn this one API and that's it! 🥳

Currently I've integrated these APIs
🐙 GitHub
🌨 WeatherAPI
💻 HackerNews
💰 CoinGecko for Crypto
👩‍🚀 APOTD for Space Photo Data

Best Features
• Not only does it handle basic requests but it also handles nested requests automatically. So your frontend only has to request once, whole the API handles all nested requests and responds with a complete response
• It extends query parameters. It goes further than the basic API usage provided; it handles calculations, date conversions, response limits, data filters, date ranges and so much more.
• All responses are JSON and It's got a predictable error response and handling.

Contribution
The project uses HonoJS and TypeScript which makes your DX so nice. And the entire codebase has been commented and a documentation is being generated. So if you'd like to expand this hub and basically make the lives of so many devs easy, help by contributing.

Drop a star while you're at it

#MyProjects #APIHub
@Dagmawi_Babi
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
A while ago, I asked close friends to write me a recommendation on LinkedIn, and it was heartwarming. 🥺
And actually this story came to my mind when I read them.

በድሮ ግዜ አንድ ሰውዬ ነበር አሉ... ከውጪ የመጣ እርዳታ ለመቀበል ፈለገ፣ ሰዎቹም የኑሮ ሁኔታውን ችግሩን በወረቀት አፅፎ እንዲያመጣ ነገሩት። የተቸገረው ሰውዬ በከተማው ውስጥ ከሚታወቅ አንድ ፀሀፊ ዘንድ ሄዶ የኑሮ ሁኔታውን እየነገረው በደንምብ እንድፅፍ ነገረው።
ፀሀፊው ቆንጆ አርጎ ፃፈለት። ከዛም ያነብለት ጀመር፣ ድሀው ሰዉየው ምርር ብሎ አለቀሰ...።
ፀሀፍው ተገርሞ "ምን ሆንክ?" ስለው "ለካስ እንደዚህ ተቸግረ ነበር እንዴ?" አለው 😀 ይባላል ....

ለካስ ይሄን ሁላ ሰርቻለሁ? (ትላላችሁ)🤔

At least if you are progressing, You are doing great; make sure your circle is supportive, and people help you to be your best version.🌷  Don't let imposter syndrome dampen your motivation, You are valuable.

መልካም እሁድ

✅️👍 #random #LinkedIn
Please open Telegram to view this post
VIEW IN TELEGRAM
Headers and Footers

Over 40 header templates and over 70 footer templates in both light and dark mode that you can use in your next project.

✅️👍
#web_design
#figma #ui_kit
#resource
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM