programming
4209 Threads
Some common mistakes can be easily avoided when designing an API. Here are 5 of them to keep in mind👇 https://t.co/aZCgqBzuU8
Revising Arrow Functions in JavaScript A Thread 🧵 https://t.co/Oy8dOJof0J
If you're learning JavaScript, open this 👇
Basics of Promises in JavaScript A Thread 🧵 https://t.co/5xuyDp46AQ
JavaScript higher-order functions are indispensable in enabling the manipulation and processing of collections of data. How exactly do they work? Unlock the power of higher-orde...
8 FREE Google Courses and Certifications -Analytics -Data Science -Python -Cloud Computing
Intro to Asynchronous Programming in JavaScript A Thread 🧵 https://t.co/aZAjyqT8Rd
Top 100 JavaScript Interview Questions and Answers in 2023: Thread [Part 4]:
JSON vs. XML. Let's learn about it in this week's Rapid API Comic. Thread 🧵👇 https://t.co/sBv2ViSq01
I spent a good portion of my $90,000 master's degree learning 1 thing: Simulating stock prices. The good news? You don't need a master's degree to build your own stock price sim...
Learn HTML5 in 9 days 🔥 https://t.co/h7dlzOCUpR
Best Practices to Write Functions in JavaScript 💯🙌 A thread 🧵
Save these 50+ sites forever: ❯ Python ➟ realpython ❯ SQL ➟ sqlbolt ❯ Java ➟ journaldev ❯ C# ➟ learncs ❯ PHP ➟ learn-php ❯ JavaScript ➟ javascript .info ❯ Kotlin ➟ studytonight ❯...
JavaScript is one of the most powerful coding languages. But have you ever explored its ability to manipulate Browser Object Model (BOM)? Put your JS skills to the test and lear...
How do you time your Python 🐍 code? Many say that Python is slow… 🐌 But we'll use the module timeit to show Python can be quite fast! 🚀 https://t.co/sOPN0M5eSM
As a JavaScript developer, understanding the DOM is like having a superpower for creating web applications. Join me in this thread to discover why: https://t.co/vhAOziAJcL
Give me 5 minutes and I'll teach you everything about object-oriented programming:
2000+ Interview & Practice Questions ❍ SQL ❍ Python ❍ OOPs ❍ Data Structures ❍ Algorithms ❍ HTML ❍ CSS ❍ JavaScript ❍ React ❍ Git ❍ NoS...
Java Backend Developer Roadmap 1. Core Java ├── Java Basics ├── Control Structures ├── Object-Oriented Programming ├── Collections ├── Exception Handling ├── I/O...
Self-healing code GitHub action pipeline using @LangChainAI and @OpenAI. What an insane world we live in. A 🧵 on how it works below 👇 https://t.co/WQSMv1pzx6
Git and GitHub mini course! Git is difficult to understand. But you don't need to learn everything. Learn these 13 Git commands because you'll be using them 99% of the time:
Stop writing outdated JavaScript code and start utilizing the power of ES6 🚀 Follow this thread to explore its important features and transform the way you code: https://t.co/UZJ...
The Twitter Algorithm has been released! And what languages does that repo contain? 🥇Scala - A JVM language 🥈Java - of course! 🥉Starlark - a Python dialect that fixes many of Pyt...
/1 Which SQL statements are most commonly used? A database consists of three types of objects: - Database - Table - Index Each object type has four operations (known as CRUD): -...