Youtube MP4 to MP3 Downloader | Osa Odeh posted on the topic | LinkedIn (2024)

Osa Odeh

Software Developer | 🚀 React JS & JavaScript | 🐍Python

  • Report this post

Youtube MP4 to MP3 DownloaderIntegrated the Youtube API and used some Hooks and states U+2705 ☑️✅Next: Fixed bugs( Currecntly stuck in get the fetch request working prperly)(Recently Installed linux 😁)------#softwaredevelopment#softwaredeveloper#html#css#javascript#100DaysOfCode#100daysofcode#100daysofcodechallenge#CodeQuality#CodingJourney#TechEnthusiasts#softwareengineering

  • Youtube MP4 to MP3 Downloader | Osa Odeh posted on the topic | LinkedIn (2)

8

Like Comment

To view or add a comment, sign in

More Relevant Posts

  • Osa Odeh

    Software Developer | 🚀 React JS & JavaScript | 🐍Python

    • Report this post

    Youtube MP4 to MP3 DownloaderUI almost completed ☑️✅Next:Functionality: Hooks and states U+2705(Recently Installed linux 😁)------#softwaredevelopment#softwaredeveloper#html#css#javascript#100DaysOfCode#100daysofcode#100daysofcodechallenge#CodeQuality#CodingJourney#TechEnthusiasts#softwareengineering

    4

    Like Comment

    To view or add a comment, sign in

  • Barry Michael Doyle

    Lead Frontend Engineer - React | TypeScript

    • Report this post

    I'm proud to release a CLI tool that I built over the weekend! Patch Pulse CLI!If you run `npx patch-pulse` in a directory with a `package.json` file in it, it will identify whether or not your dependencies are out out date.I'm sure there may be similar tools out there, but I figured that this tool is something I think I would find useful across all my JavaScript and TypeScript projects.I spent 20% of my time building this project in Rust and the other 80% of my time trying to figure out how to successfully build the binaries across all Windows, Mac and Linux architectures and wrap them all in an npm library so that I could run this tool with one simple `npx patch-pulse` command with no other installation steps.I'm quite proud of this one 🎉 The best part is that I've made this project open source so anyone can go check out what it is doing under the hood.If you think this tool is useful, let me know 😄 And if you find any bugs, open an issue 🔗 #rust #javascript #typescript #npm #cli

    • Youtube MP4 to MP3 Downloader | Osa Odeh posted on the topic | LinkedIn (7)
    Like Comment

    To view or add a comment, sign in

  • Vilho Banike

    Operations || IT Manager | Software Engineering|

    • Report this post

    The power of space!Try1. rm -f * .html2. rm -f *.htmlIn a Linux environment, you will appreciate the power of space in our daily endeavors!Option 1; will remove every available file in your current working directory and complain about the file .html not existing.Option 2; will remove all files ending with a .html (which is obviously the intended command).#programminghumor #linuxuser#givetimesometime

    1

    Like Comment

    To view or add a comment, sign in

  • Marwane Slimi

    Software Engineer

    • Report this post

    What is V8?V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. It is used in Chrome and in Node.js, among others. It implementsECMAScriptandWebAssembly, and runs on Windows, macOS, and Linux systems that use x64, IA-32, or ARM processors. V8 can be embedded into any C++ application.V8 compiles and executes JavaScript source code, handles memory allocation for objects, and garbage collects objects it no longer needs. V8’s stop-the-world, generational, accurate garbage collector is one of the keys to V8’s performance.JavaScript is commonly used for client-side scripting in a browser, being used to manipulate Document Object Model (DOM) objects for example. The DOM is not, however, typically provided by the JavaScript engine but instead by a browser. The same is true of V8 — Google Chrome provides the DOM. V8 does however provide all the data types, operators, objects and functions specified in the ECMA standard.V8 enables any C++ application to expose its own objects and functions to JavaScript code. It’s up to you to decide on the objects and functions you would like to expose to JavaScript.#javascript #v8engine #nodejs

    1

    Like Comment

    To view or add a comment, sign in

  • David Meir-Levy

    Converting coffee to code | JavaScript Tech Lead

    • Report this post

    JS developers? Using "Windows"?My condolences. 😜 But here's a script that will help you to get a more consistent dev environment:```$ npm config set script-shell "C:\Program Files\git\bin\bash.exe"```That line will ensure that every time you run an npm script, it will run through bash, even when you use CMD, PowerShell, or whatever other terminal solutions Windows will have in the future that will use different types of slashes and dashes 😏 ...When running recursive npm scripts, such as for "npm [yarn \ bun \ pnpm] workspaces", it is highly effective.#nodejs #npm

    15

    1 Comment

    Like Comment

    To view or add a comment, sign in

  • Dominic D'Ambrosio

    • Report this post

    All right react is ready to rock. Apparently I'm too old school still building like it was 2003 but apparently this is the latest and greatest. Visual studio code, f12 developer tools, and figma. Of course github and filezilla to transfer the code onto the website itself. Reminder to build an ssl/ssh key pair so you of course can command line into the website also to complete Linux system administration tasks.At the website still haven't figured out this mysterious error 500 but we will get to that after we've built the website in javascript node/react.

    • Youtube MP4 to MP3 Downloader | Osa Odeh posted on the topic | LinkedIn (20)
    Like Comment

    To view or add a comment, sign in

  • Utkarsh Yadav

    Sr. Software Developer | Fiserv

    • Report this post

    Topic: shell scriptingwrite a script to reverse a number if [ $# -ne 1 ]then echo "Usage: $0 number" echo " I will find reverse of given number" echo " For eg. $0 123, I will print 321" exit 1fin=$1rev=0sd=0while [ $n -gt 0 ]do sd=`expr $n % 10` rev=`expr $rev \* 10 + $sd` n=`expr $n / 10`done echo "Reverse number is $rev"Note: how backslash is used before multiplication symbol, I have done this mistake of not using backslash before it and faced errors.#shellscripting #linuxcommands #linux #docker #devopscommunity #developer #linuxsystemadministration #linuxcommunity

    5

    Like Comment

    To view or add a comment, sign in

  • Pranav Jadhav 👨🏼💻

    Frontend Developer | Developing User-Friendly Interfaces | ReactJS | Tailwind CSS 🚀

    • Report this post

    18 most used Linux commands YOU MUST KNOW- ls- mv- ssh- cd- cat- sudo- pwd- grep- top-mkdir- find- wget- rm- chmod- tar- cp- chwon- gzipPost Credits: AmigoscodeDo Like 👍 & Share 🔄FollowJR. Pranav 👨🏼💻,for the most amazing content related toProgramming&Web Development💎Get Started with Web Development atcodedamn#html #css #javascript #webdevelopment #linux #linuxcommands #linuxfoundation #programming

    • Youtube MP4 to MP3 Downloader | Osa Odeh posted on the topic | LinkedIn (24)

    17

    Like Comment

    To view or add a comment, sign in

  • Asma Lakhlifi

    Building awesome vision for websites | student at ALX software engineering 👩💻 | Student at Vocational training institute Es-semara | Digital infrastructure

    • Report this post

    Sometimes we would like to try a specific code, or copy it from an editor to another. It seems easy, but it may be a problem for Linux users, the code may lost its form.Here's some steps you can follow to avoid this problem!- If you are going to copy it from vscode or any other editor, adjust the size of the spaces by adding the following lines in settings.json file: "editor.insertSpaces": false,"editor.tabSize": 4 //tab size- In your editor enter insert mode, press ESC + : set paste - to avoid any automatic indentation and formatting by the editor then paste your code- You can do ESC+ : set nopaste - to disable paste mode- Use gg=G to reindent the entire file and make it clean Save the file with Esc + :wq and Done ✅#linux #os #coding #developers

    • Youtube MP4 to MP3 Downloader | Osa Odeh posted on the topic | LinkedIn (28)

    2

    Like Comment

    To view or add a comment, sign in

  • Mohammad Ubaid Ansari

    Inter at Prodigy Info Tech | Front-End Web Developer | DSA | LeetCode | Hacker Rank | TMU

    • Report this post

    Day14 of #100daysofcodechallenge Today Exercise Completed - Q : Clear the Clutter ?In this program, I'm trying to solved the real-time problem of clutter your data.> The code is written in JavaScript with a framework of node.js> Its solves the problem for all the user who use the windows or mac systems.> Basically, It form a folder according to your files extensions and move your all data into that particular folder.> Which provides you to an organize format for your files.#coders #developers #letsconnect

    • Youtube MP4 to MP3 Downloader | Osa Odeh posted on the topic | LinkedIn (31)
    Like Comment

    To view or add a comment, sign in

Youtube MP4 to MP3 Downloader | Osa Odeh posted on the topic | LinkedIn (32)

Youtube MP4 to MP3 Downloader | Osa Odeh posted on the topic | LinkedIn (33)

176 followers

  • 25 Posts

View Profile

Follow

Explore topics

  • Sales
  • Marketing
  • Business Administration
  • HR Management
  • Content Management
  • Engineering
  • Soft Skills
  • See All
Youtube MP4 to MP3 Downloader | Osa Odeh posted on the topic | LinkedIn (2024)
Top Articles
Latest Posts
Article information

Author: Dr. Pierre Goyette

Last Updated:

Views: 6096

Rating: 5 / 5 (50 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Dr. Pierre Goyette

Birthday: 1998-01-29

Address: Apt. 611 3357 Yong Plain, West Audra, IL 70053

Phone: +5819954278378

Job: Construction Director

Hobby: Embroidery, Creative writing, Shopping, Driving, Stand-up comedy, Coffee roasting, Scrapbooking

Introduction: My name is Dr. Pierre Goyette, I am a enchanting, powerful, jolly, rich, graceful, colorful, zany person who loves writing and wants to share my knowledge and understanding with you.