cookie

Utilizamos cookies para mejorar tu experiencia de navegación. Al hacer clic en "Aceptar todo", aceptas el uso de cookies.

avatar

Learn Programming with me😇

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

Mostrar más
Publicaciones publicitarias
297
Suscriptores
Sin datos24 horas
-17 días
+230 días

Carga de datos en curso...

Tasa de crecimiento de suscriptores

Carga de datos en curso...

Repost from Dagmawi Babi
Photo unavailableShow in 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
Mostrar todo...
🔥 1🤯 1😍 1
Mostrar todo...
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
Mostrar todo...
👍 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
Mostrar todo...
record.ogg69.30 MB
made by frectonz
Mostrar todo...
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
Mostrar todo...
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
Video unavailableShow in Telegram
Mostrar todo...
4.61 MB
Mostrar todo...
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!

Mostrar todo...
ክፍት የሥራ ቦታዎች ማስታወቂያ

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

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

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

Elige un Plan Diferente

Tu plan actual sólo permite el análisis de 5 canales. Para obtener más, elige otro plan.