SeeFun.Dev
743 subscribers
355 photos
24 videos
7 files
190 links
He/Him

Building, coding, and sharing

Github- https://github.com/sifenfisaha

Dm- @see_fun
Download Telegram
Hey guys! πŸ‘‹

I'm trying to build a small CV, but haven’t found a good free site to create one yet. Anyone know a free platform for making a CV? Drop your suggestions in the comments! πŸš€
πŸ‘4
πŸš€ Site Update! πŸš€

I've finished building most of my site! , and it's fully responsive! πŸ“±πŸ’» The project section is just a demo for now, but my real projects will be up soon. If you notice anything missing or have suggestions, drop them in the comments! πŸ‘¨β€πŸ’» Check it out here: sifendev
πŸŽ‰8πŸ”₯3πŸ‘2🫑1
πŸ₯³ Good Morning, Code Fam! πŸ₯³

Today officially marks 1 month since we started this journey together! πŸš€ Huge thanks to everyone for your support, engagement, and encouragement along the way. Excited to see where we’ll go next! Let’s keep learning, building, and pushing forward πŸ’ͺπŸ”₯

#Milestone
Please open Telegram to view this post
VIEW IN TELEGRAM
1πŸ”₯8πŸŽ‰4⚑2πŸ‘1
So...I just realized what hashtags are actually for πŸ˜‚ I didn’t know until now that they help organize posts! Apparently, they make it easier to find specific topics, and now I feel like I’ve been missing out.

Starting today, I’ll be tagging posts with relevant hashtags (and maybe going back to add them to old posts too!) so you can sort through my feed more easily.

Here are the tags I’ll be using:
- #NewToolDiscovery πŸ›  - When I find cool tools to share.
- #Projects πŸš€ - To track what I’m building.
- #TipsAndTricks πŸ’‘ - Quick coding tips I’ve learned.
- #DevJourney πŸ“ˆ - Updates on my web dev journey.

Hope this helps, and thanks. πŸ˜…
πŸ‘7πŸ”₯2⚑1❀1
✨ New tool Discovered: diagrams.net! ✨

Discovered diagrams and it’s a game changer! πŸ›  This free tool lets you easily create flowcharts and diagrams that help make coding projects clearer. Whether it’s planning out how functions work together, visualizing what connects where, or organizing the steps in your code, it’s all way easier to keep track of.

Perfect for simplifying those tricky JavaScript projects! 🌐 #NewToolDiscovery
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2
What’s everyone’s favorite part of coding? πŸ’» Is it problem-solving, that β€œAha!” moment when things finally work, or just seeing the final result come to life?

Drop your answer below and let’s see what keeps us all motivated! πŸš€ #CodingVibes
πŸ‘3⚑1
πŸ§‘β€πŸ’» JavaScript Challenge of the Day! πŸ§‘β€πŸ’»

Today’s focus: Array Methods in JavaScript πŸš€ Arrays are powerful in JS, and learning how to use methods like .map(), .filter(), and .reduce() can make your code so much cleaner and efficient! Here's a quick rundown:

const numbers = [1, 2, 3, 4, 5];

// .map() - creates a new array with each element doubled
const doubled = numbers.map(num => num * 2); // [2, 4, 6, 8, 10]

// .filter() - creates a new array with only even numbers
const evens = numbers.filter(num => num % 2 === 0); // [2, 4]

// .reduce() - sums all the elements
const sum = numbers.reduce((acc, num) => acc + num, 0); // 15


These methods are lifesavers when working with data! Give them a try, and let me know how you use them in your projects! πŸ’‘ #DevJourney
πŸ‘5πŸ‘1
Ever wonder what life would be like if we had β€œundo” and β€œredo” buttons IRL? Imagine the power! Made an awkward comment? Undo. Forgot to save a file? Redo. Missed an opportunity? Redo. πŸ˜‚
πŸ‘5🀣4
Today, I’m exploring how JavaScript works behind the scenes, and wow there’s so much complexity! 🀯 Memory management, call stacks, event loops…it’s wild how much is going on. And the craziest part? One guy built the core of it all in just 10 days! πŸ˜…
#DevJourney
πŸ’―4πŸ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘3πŸ”₯1πŸ‘1
πŸŽ‰ Woohoo! We just hit 300 subscribers! πŸŽ‰

A huge THANK YOU to each of you for being part of this journey. Your support, comments, and ideas keep me motivated every day! Can’t wait to keep learning, building, and sharing more cool stuff with you all. πŸš€

#CodeFam
πŸŽ‰9πŸ‘3πŸ‘1
Coding is like a puzzle 🧩 the more pieces you fit together, the clearer the picture gets. It’s challenging, but there’s always that satisfaction when things click into place! πŸ”₯
πŸ‘Œ4πŸ‘1
The infamous this keyword in JavaScript! 🀯 Honestly, I completely lost my mind trying to understand it. It’s crazy how one tiny word can feel like an endless maze of context and rules! I’m finally starting to piece it together, but wow… it’s been a journey.
πŸ‘6
Hey Code Fam! Today, someone asked about my JavaScript learning journey, so here’s a peek at my roadmap! Following a structured checklist has been key to staying on track and motivated. Here’s what I’m working through:

JavaScript Learning Checklist:πŸ“±

βœ”οΈ Basics (Variables, Data Types, Operators)
βœ”οΈ Control Flow (If/Else, Loops)
βœ”οΈ Functions and Scope
βœ”οΈ DOM Manipulation
βœ”οΈ Events and Interactions
βœ”οΈ Arrays and Objects
βœ”οΈ Understanding How JavaScript Works Behind the Scenes (it’s wild! 🀯)
βœ”οΈ ES6+ Features
βœ”οΈ Async JavaScript (Promises, Async/Await)
βœ”οΈ Error Handling
βœ”οΈ Modules and Imports
βœ”οΈ Working with APIs
βœ”οΈ Final Project for Real-World Practice

The journey has its ups and downs, but every concept makes the whole picture clearer. Let’s keep moving forward! πŸ’ͺ
#CodingChecklis
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯5πŸ‘2🀯1πŸ—Ώ1
Forwarded from Dagmawi Babi
And the very first episode is out. Enjoy. πŸ₯°

Robel Mezemir (aka @Robi_makes_stuff)
β€’ https://youtu.be/wsaTUYT3KJk?si=zCorJvfvHiRsnhHz

#MyYouTube #Podcasts
@Dagmawi_Babi
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘4
Today's Progress πŸš€: I dove into destructuring arrays and objects in JavaScript makes working with data so much smoother! Also took some time to practice and reinforce previous concepts. Feeling that knowledge start to stack up! πŸ’ͺπŸ’» #WebDevJourney
πŸ‘4
Hey everyone! 🌱 I've been coding non-stop for over a month now.. time to take a little break and recharge! Planning to rest up for the next two days and be back in action by Monday. Thanks for sticking with me! πŸ’»βœ¨
#WebDevJourney
Please open Telegram to view this post
VIEW IN TELEGRAM
❀10πŸ”₯4⚑1
Hey everyone, I was thinking a lot today, just kinda talking to myself... and....how did humans go from just rocks and air to creating programming languages, Wi-Fi, and PCs? Like, how did we even come up with this stuff? It’s kinda mind-blowing!
⚑8😁4
When there’s so much to do… you end up doing nothing πŸ˜…
πŸ‘9😁4
Hey everyone! Just made the switch from Windows to Linux Ubuntu, and it's amazing! πŸš€ The speed, customization, and control are on another level. Excited to dive deeper into this OS!
πŸŽ‰8πŸ‘1
The internet speed is killing me today it’s so slow! 🐒 Trying to get things done, but this is testing my patience big time…
😭9