Have a nice evening
Btw Which side are you on
Btw Which side are you on
This media is not supported in your browser
VIEW IN TELEGRAM
๐4
Forwarded from TIKVAH-ETHIOPIA
แขแตแฎแตแซ แแญแ
แ แแแฝแข
แแแซแฝแ แ แฆแแแแฉ แจแแแแชแซ แจแแญแ แแณแแซ แ แแซแถแ แ แแแแ แ แตแแตแแฝแ แณแแซแต แถแ แ แแซแแแต แ แแแณแแฝแข
แแแ แฅแแณแ แ แแชแต แฅแจแฐแแแแ แซแแ แแคแต แ แแแต แจแแซแตแฐแ แขแแแ แแฌ แ แแแถแฝ แแซแถแ แจแฐแแแ แแคแต แจแแซแฎแซ แแแข
แ แตแแต แณแแซแต แฅแ แ แ แแฐแแ แฅแแต แแ แแญแแ แแฐ แขแตแฎแตแซ แฅแ แซแตแแฃแแข
แ แตแแต แณแแซแต แฐแ แฃแฃแ แจแแ แจ แฒแแ แจแ แตแแต แฒแณแญ แแแ แแแณแต แฐแจแตแ แแ แ แแตแตแฉ แแณแฐแ แจแปแแแข
@tikvahethiopia @tikvahethsport
แแแซแฝแ แ แฆแแแแฉ แจแแแแชแซ แจแแญแ แแณแแซ แ แแซแถแ แ แแแแ แ แตแแตแแฝแ แณแแซแต แถแ แ แแซแแแต แ แแแณแแฝแข
แแแ แฅแแณแ แ แแชแต แฅแจแฐแแแแ แซแแ แแคแต แ แแแต แจแแซแตแฐแ แขแแแ แแฌ แ แแแถแฝ แแซแถแ แจแฐแแแ แแคแต แจแแซแฎแซ แแแข
แ แตแแต แณแแซแต แฅแ แ แ แแฐแแ แฅแแต แแ แแญแแ แแฐ แขแตแฎแตแซ แฅแ แซแตแแฃแแข
แ แตแแต แณแแซแต แฐแ แฃแฃแ แจแแ แจ แฒแแ แจแ แตแแต แฒแณแญ แแแ แแแณแต แฐแจแตแ แแ แ แแตแตแฉ แแณแฐแ แจแปแแแข
@tikvahethiopia @tikvahethsport
๐1
๐จโ๐ป๐ฏGit Commands for Software Engineers๐ฉโ๐ป
โผ๏ธ#IMPORTANTโผ๏ธ
7 min read time
โผ๏ธ#IMPORTANTโผ๏ธ
Git is a crucial tool for software engineers that supports efficient version control and collaboration. Mastering Git commands helps streamline development workflows. This guide covers important commands such as git config, git init, git commit, git push, git pull, git branch, git merge, and many others that are essential for Show more
Telegraph
Git Commands for Software Engineers
Introduction Git is an essential tool for software engineers, enabling efficient version control, collaboration, and project management. Whether you're working on a solo project or part of a large team, mastering Git commands is crucial for streamlining yourโฆ
๐ฏ๐จโ๐ป๐ฉโ๐ป50 FREE Frontend Challenges ๐จ๐๐ฅ
๐9 Min read time
๐
The post offers a set of 100 free frontend challenges aimed at improving web development skills, focusing on HTML & CSS, with opportunities to incorporate JavaScript and other frameworks. Each challenge involves recreating a design to build a working website or web app. The goal is to foster a project-based learning approach, encouraging developers to complete all challenges and enhance their chances of landing a web development job.
Showmore
Telegraph
๐ฏ๐จโ๐ป๐ฉโ๐ป50 FREE Frontend Challenges ๐จ๐๐ฅ
Introduction In the spirit of building strong habits and the #50DaysOfCode idea, we decided to make our list of beautifully crafted "Design To Code" challenges publicly available, where each day you work on recreating (with your variation of course!) theโฆ
๐งน๐Clean Code: 7 tips to write clean functions๐จโ๐ป๐ฉโ๐ป
๐5m read time
๐
Writing clean functions ensures that your code is readable, maintainable, and less prone to errors. Key tips include keeping functions small and well-named, limiting parameters, reducing nesting by returning early, writing pure functions without side effects, avoiding boolean flags, and using comments sparingly. Good coding is about communication between programmers, so clarity and simplicity are paramount
see more
Telegraph
๐งน๐Clean Code: 7 tips to write clean functions๐จโ๐ป๐ฉโ๐ป
Motivation If it takes more than 3 seconds to understand what a function does, it's time to refactor it. The quality of your functions is inversely proportional to the time it takes to understand them. Complex functions can lead to errors, make changes difficultโฆ
๐2
Consider the following enum declaration
enum spectrum {red, orange, yellow, green, blue, violet,indigo, ultraviolet};
spectrum band;
Which One of the following syntax is correct for the above code
Anonymous Quiz
9%
band = 2000;
13%
++band;
30%
band =3;
22%
band = orange + red;
26%
none
๐2๐คฏ2
๐ แฅแแณแ แแ แแ แฐแฅแจแณแฆแญ แ แฐแแ แ แฐแจแณแฝแ / Happy Holiday! ๐
๐ HOYAHOYE / แแซแแฌ
Hurry up โ only 5 mulmuls/ แแแแ are left ! Donโt miss out on this special surprise. Visit the website now and see whatโs in store! ๐ฅณ
โจ As you light the แฝแฆ eat the dabo, don't forget to visit our website and grab yourHIDDEN mulmul (แแแแ ) ๐ฅ๐.
๐ HOYAHOYE / แแซแแฌ
๐ฅ1
๐ฉโ๐ป๐จโ๐ปGit for absolute beginners๐ฉโ๐ป๐จโ๐ป
๐7m read time
๐
Understanding Git is essential for efficiently managing complex projects and collaborating with other developers. Git is a free and open-source distributed version control system for tracking changes in source code over time during the various phases of software development. It coordinates work among programmers who work collaboratively during software development. Git tracks every change made to a file, keeps project history organized, and makes collaboration easier irrespective of the developers' location. Show more
Telegraph
๐ฉโ๐ป๐จโ๐ปGit for absolute beginners๐ฉโ๐ป๐จโ๐ป
Whether you are a newbie to programming or an experienced developer, understanding Git is essential for efficiently managing complex projects and collaborating with other developers. What is Git Git is a free and open-source distributed version control systemโฆ
๐1
๐งโ๐ป๐ฉโ๐ป10 tips to stay healthy as a developer๐งโ๐ป๐ฉโ๐ป
๐8m read time
Software engineering often involves long hours of sitting, which can lead to unhealthy habits. Incorporate these 10 tips to improve your health as a developer: reduce sugar intake, eat slowly, avoid eating lunch at your desk, snack on healthy options, stay hydrated, get enough sleep, avoid screens before bed, sit correctly, take regular breaks, and stay physically active. Investing in your health will boost both your personal well-being and professional productivity. Show more
Telegraph
๐งโ๐ป๐ฉโ๐ป10 tips to stay healthy as a developer๐งโ๐ป๐ฉโ๐ป
Being a software developer often means long hours of sitting in front of a screen, facing tight deadlines, and juggling multiple projects. This lifestyle can take a toll on your health, leading to issues like weight gain, poor posture, and burnout. Howeverโฆ
๐2๐1
#FREE_PAVLOV @durov
From creating a billion-user platform to facing 20 years in prison, Pavel Durovโs journey is a high-stakes battle for freedom. As Telegram's founder, he built a decentralized, encrypted world of communication that challenges governments. Now, he faces charges that question the very ideals of privacy and free speech. Will he risk it all to remain truly free? Watch as the story unfolds.
IF YOU WANNA KNOW MORE ABOUT THE ALLIGATION CHECK OUT THIS VIDEO
ยปยปยปยปยปยปยปยปยป HERE ยซยซยซยซยซยซยซยซยซยซ
From creating a billion-user platform to facing 20 years in prison, Pavel Durovโs journey is a high-stakes battle for freedom. As Telegram's founder, he built a decentralized, encrypted world of communication that challenges governments. Now, he faces charges that question the very ideals of privacy and free speech. Will he risk it all to remain truly free? Watch as the story unfolds.
#FreePavel
Attention, everyone! Itโs time to take action. Join the movement to defend freedom and privacy by flooding social media with #FreePavel. Letโs make our voices heard and stand strong together
IF YOU WANNA KNOW MORE ABOUT THE ALLIGATION CHECK OUT THIS VIDEO
ยปยปยปยปยปยปยปยปยป HERE ยซยซยซยซยซยซยซยซยซยซ
YouTube
Billionaire Pavel Durov arrested... The truth about Telegram
The CEO of Telegram, Pavel Durov, was arrested in France and is facing up to 20 years in prison. Learn how encrypted messaging apps like Telegram and Signal work and why some government officials want to ban them.
#tech #cybersecurity #thecodereport
๐ฌโฆ
#tech #cybersecurity #thecodereport
๐ฌโฆ
๐1
Paying for software is stupidโฆ ๐ค๐ธ 10 Free and Open-Source SaaS Replacements ๐๐ง
๐6m READ TIME
Software subscription models are often costly and come with privacy concerns. To avoid these issues, many free and open-source SaaS alternatives exist. LibreOffice can replace Microsoft Office, while ERPNext serves as a CRM and enterprise resource planning tool. For note-taking, AppFlowy presents a viable option and tools like Mattermost and Jitsi can substitute Slack and Zoom, respectively. Self-hosting solutions using tools such as Kifi or Daku can also help in reducing software costs. SHOW_MORE
Telegraph
From Utopia to Subscription Hell: The Battle for Software Freedom ๐ป๐
Once upon a time, in the golden age of software, you could walk into a store, buy a CD or floppy disk, and the software was yoursโforever. ๐ฐ๏ธโจ But those days are long gone. Enter the era of SaaS (Software as a Service) ๐. In today's software landscape, moreโฆ
๐1
๐ 5 Free Certifications to Kickstart Your Developer Career ๐๐ป
๐ 5m read time
Free certifications can be a valuable asset, especially for those switching to software development from non-tech roles. The post lists five certifications, including freeCodeCampโs Responsive Web Design and JavaScript Data Structures and Algorithms, and Harvardโs CS50 Introduction to Computer Science, which teach essential skills through hands-on projects and coding challenges. Completing these certifications can help build an impressive project portfolio and prepare for technical interviews. Show_More
Telegraph
๐ 5 Free Certifications to Kickstart Your Developer Career ๐๐ป
So you want to become a software developer? Start coding your way through these free certifications today. Skills are much more valuable than certificates any day. So why is getting certified still helpful? Our Top 3 Course Recommendations 1. Google Cybersecurityโฆ
๐1
๐ Kick off the Ethiopian New Year with a scholarship opportunity! ๐
Ready to start the year with a bang? ๐ Join us at our hub for an info session and application day! Dive into a world of opportunities with FREE drinks, food, and the chance to bring your friends along for the ride. ๐น๐ฝ
Youโll discover how to access our prestigious international partner universities and learn all about the incredible scholarship opportunities awaiting you. ๐๐After your submission, youโll be invited to celebrate the New Year with ALX in style. ๐ฅณ Donโt miss out on this once-in-a-lifetime chance to be part of something extraordinary
and make this year unforgettable! ๐๐
#NewYearNewYou
Ready to start the year with a bang? ๐ Join us at our hub for an info session and application day! Dive into a world of opportunities with FREE drinks, food, and the chance to bring your friends along for the ride. ๐น๐ฝ
Youโll discover how to access our prestigious international partner universities and learn all about the incredible scholarship opportunities awaiting you. ๐๐After your submission, youโll be invited to celebrate the New Year with ALX in style. ๐ฅณ Donโt miss out on this once-in-a-lifetime chance to be part of something extraordinary
๐๐๐๐ผ Register here
๐๐๐
and make this year unforgettable! ๐๐
#NewYearNewYou
Pavel Durov
Weโve also disabled new media uploads to Telegraph, our standalone blogging tool, which seems to have been misused by anonymous actors
@pavel
๐จ Important Update on Telegraph ๐จ
Hey everyone! ๐ข Just a quick heads-up: Telegram has temporarily disabled media uploads (images, videos, etc.) on Telegraph due to some misuse by anonymous users. ๐
This means that, for now, we can only post text content on our Telegraph blogs. While we wait for media uploads to return, I'll keep sharing awesome content in text form, so stay tuned! ๐ฌโจ
#TelegramUpdate #Telegraph
๐จ Important Update on Telegraph ๐จ
Hey everyone! ๐ข Just a quick heads-up: Telegram has temporarily disabled media uploads (images, videos, etc.) on Telegraph due to some misuse by anonymous users. ๐
This means that, for now, we can only post text content on our Telegraph blogs. While we wait for media uploads to return, I'll keep sharing awesome content in text form, so stay tuned! ๐ฌโจ
Fingers crossed ๐ค that the feature is restored soon, so we can get back to creating visually engaging posts for you all! ๐ฅ
#TelegramUpdate #Telegraph
๐1๐ข1
for-coder pinned ยซ@pavel ๐จ Important Update on Telegraph ๐จ Hey everyone! ๐ข Just a quick heads-up: Telegram has temporarily disabled media uploads (images, videos, etc.) on Telegraph due to some misuse by anonymous users. ๐ This means that, for now, we can only post text contentโฆยป
VS Code Setup - Recommended Extensions
โผ๏ธMade this post before the new update โผ๏ธ
๐ 2m read time
โผ๏ธMade this post before the new update โผ๏ธ
๐ 2m read time
A curated list of recommended Visual Studio Code extensions categorized by their use cases, such as markdown support, general writing, GitHub integration, CSV handling, Japanese language tools, styling and themes, and various utility extensions. Includes a step-by-step guide for easy installation of all listed extensions via an `extensions.json` file. show_more
Telegraph
VS Code Setup - Recommended Extensions
This is a list of Visual Studio Code extensions that I recommend. Table of Contents Markdown Related Extensions Writing (in General) Related Extensions GitHub Related Extensions CSV Related Extensions Japanese Language Related Extensions Styling and Themesโฆ