cookie

Мы используем файлы cookie для улучшения сервиса. Нажав кнопку «Принять все», вы соглашаетесь с использованием cookies.

avatar

Learn Programming with me😇

Join me on my coding journey in this channel 🚀 I'll be sharing valuable resources, tech-related content.

Больше
Рекламные посты
297
Подписчики
Нет данных24 часа
-17 дней
+230 дней

Загрузка данных...

Прирост подписчиков

Загрузка данных...

Repost from Dagmawi Babi
Фото недоступноПоказать в Telegram
Tonight, at 3:00pm local time we are going to have an amazing conversation with one of the most amazing and inspiring people I've ever met, a friend, a charitable person and an amazing dev @ChapiDevTalks 🎉 Graduating from ASTU in CS degree, he's a full time remote dev working in Dubai then Bahrain which also makes him one of the top earning remote workers in Ethiopia. He's a talented senior backend developer who also educates and mentors devs about the tech life on his free time. And much more. 🥳 This is a long conversation about his early childhood, family and friends, relationships and belief, tech and hobbies, thoughts on sensitive and philosophical topics and much more. We're all going to learn alot from him. 🥰 Until the show starts you can drop any of your questions in the comment section or in SMA anonymously • https://sma.robi.work/b/OtHWK2hlLWaV The session will be recorded and uploaded later. Can't wait 🥳 #DagmawiBabiPodcast @Dagmawi_Babi
Показать все...
🔥 1🤯 1😍 1
Показать все...
Image to Text (Extract Text From Image)

Image to text converter is a free online image OCR tool that allows you to extract text from image at one click. It converts picture to text accurately.

Показать все...
`arr.splice it can insert, remove and replace elements. splice(start) splice(start, deleteCount) splice(start, deleteCount, item1) splice(start, deleteCount, item1, item2) splice(start, deleteCount, item1, item2, /* …, */ itemN)` It modifies arr starting from the index start: removes deleteCount elements and then inserts item1, ..., itemN at their place. Returns the array of removed elements.
let arr = ["I", "study", "JavaScript"];
arr.splice(1, 1); // from index 1 remove 1 element
alert( arr ); // ["I", "JavaScript"]

//-----------------------------------------------------/

let arr = ["I", "study", "JavaScript", "right", "now"];
// remove 2 first elements
let removed = arr.splice(0, 2);
alert( removed ); // "I", "study" <-- array of removed elements

//-----------------------------------------------------/

let arr = ["I", "study", "JavaScript"];
// from index 2
// delete 0
// then insert "complex" and "language"
arr.splice(2, 0, "complex", "language");
alert( arr ); // "I", "study", "complex", "language", "JavaScript"

//-----------------------------------------------------//\
let arr = [1, 2, 5];
arr.splice(-1, 0, 3, 4);
// from index -1 (one step from the end)
// delete 0 elements,
// then insert 3 and 4
alert( arr ); // 1,2,3,4,5
@Software_Engineering_1011 #tip #JavaScript
Показать все...
👍 1
Episode 01 Robi Makes Stuff This pilot episode is a conversation with Robel Mezemir, an incredible full stack developer, a remote worker, a dropout, a Huawei ICT competition global finalist, a tech influencer, talented frontend engineer, OSS and hardware enthusiast, a friend and so much more! This episode starts with his early childhood and we follow him throughout his life's journey covering so many aspects of his life in depth. It's packed with deep lessons, incredible advices, rich resources and so much fun. Check out his channel • @Robi_makes_stuff Enjoy the show! 🥰 #DagmawiBabiPodcast @Dagmawi_Babi
Показать все...
record.ogg69.30 MB
made by frectonz
Показать все...
Frectonz

A place for me to talk about my projects, stuff i find on the internet and what I am currently thinking about. By @frectonz

Repost from Laravel News
SQLite Studio is a SQLite Database Explorer https://laravel-news.com/sqlite-studio
Показать все...
SQLite Studio is a SQLite Database Explorer - Laravel News

SQLite Studio is a single-file binary, single-command SQLite database explorer.

Repost from N/a
00:35
Видео недоступноПоказать в Telegram
Показать все...
4.61 MB
Показать все...
Free Online AI Photo Editor, Image Generator & Design tool

Get creative with Pixlr’s online photo editing & design tools. Including AI image generator, batch editor, animation design, enhancer & more. Try now for FREE!

Показать все...
ክፍት የሥራ ቦታዎች ማስታወቂያ

አዲስ ጀማሪዎች መምረጥ ያለባችሁ የቴክኖሎጂ ፊልዶች

https://www.youtube.com/watch?v=kpfzbZkeJc0

ሁሉም ሰው ለምን ኮዲንግ/CODING መማር አለበት?

https://www.youtube.com/watch?v=Hx1i_GBiXNA

** Connect with Evangadi ** Website:

https://www.evangadi.com/

FB: Ethiopia - ኢትዮጵያ

https://www.facebook.com/EthiopiansNe...

TW: @evangadi

https://twitter.com/evangadi

IG: @evangadiTech

https://www.instagram.com/evangaditech/

YT: Evangadi Ethiopia

https://www.youtube.com/evangadiethiopia

**************

Выберите другой тариф

Ваш текущий тарифный план позволяет посмотреть аналитику только 5 каналов. Чтобы получить больше, выберите другой план.