CodeToCreation

4.3K posts

CodeToCreation banner
CodeToCreation

CodeToCreation

@CodeToCreation

Python | Data Science | Machine Learning | Deep Learning

Sumali Ağustos 2023
645 Sinusundan3.7K Mga Tagasunod
Naka-pin na Tweet
CodeToCreation
CodeToCreation@CodeToCreation·
STOP making fun of different programming languages C is FAST HTML is POPULAR Go is COOL Python is BEAUTIFUL PHP JavaScript is AWESOME React is SMART Rust is INTRIGUING
English
369
164
1.6K
214.4K
CodeToCreation nag-retweet
Google Gemini
Google Gemini@GeminiApp·
Gemini Prompt Tip: When you give Gemini a persona, it can help you get a better response. Keep the persona simple. A clear job title works better than a complicated character. Try including “Act as a [profession]…” at the beginning of your prompt to see how a persona changes the style of Gemini’s response.
English
284
607
7.2K
647.4K
CodeToCreation
CodeToCreation@CodeToCreation·
What will be the output for this Question? nums = [1, 2, 3] print(nums[0]) A) 0 B) 1 C) 2 D) Error
English
0
0
0
66
CodeToCreation
CodeToCreation@CodeToCreation·
What will be the output for this Question? Python x = 3 y = 4 print(x * y) A) 7 B) 12 C) 34 D) Error
English
0
0
1
64
CodeToCreation
CodeToCreation@CodeToCreation·
x = 5 def f(): global x x = 10 f() print(x) Options: A) 5 B) 10 C) Error D) None
English
0
0
0
85
CodeToCreation
CodeToCreation@CodeToCreation·
If you know you know
CodeToCreation tweet media
English
0
0
1
66
CodeToCreation
CodeToCreation@CodeToCreation·
What will this output? console.log([] == ![]); Options: A️⃣ true B️⃣ false C️⃣ Error D️⃣ undefined
English
0
0
1
63
CodeToCreation
CodeToCreation@CodeToCreation·
Supabase feels like cheating… until you ship faster than everyone else. Auth, DB, storage, realtime - done. That's not lazy. That's smart building.
English
0
0
2
64
CodeToCreation
CodeToCreation@CodeToCreation·
What is the output? x = 10 def test(): print(x) x = 5 test() Options: A️⃣ 10 B️⃣ 5 C️⃣ Error D️⃣ None
English
0
0
2
62
CodeToCreation
CodeToCreation@CodeToCreation·
What will be printed? int i = 1; printf("%d %d", i++, ++i); Options: A️⃣ 1 3 B️⃣ 2 3 C️⃣ 1 2 D️⃣ Undefined behavior
English
0
0
1
60
CodeToCreation
CodeToCreation@CodeToCreation·
NextJS is for full-stack Wrong. Use it for: > API routes as microservices > ISR for lightning-fast blogs > Image optimization alone saves weeks
English
0
0
4
83
CodeToCreation
CodeToCreation@CodeToCreation·
What is the output? String s1 = "Hello"; String s2 = new String("Hello"); System.out.println(s1 == s2); Options: A️⃣ true B️⃣ false C️⃣ Compilation Error D️⃣ Runtime Error
English
0
0
1
46
CodeToCreation
CodeToCreation@CodeToCreation·
😅 Me after watching 'Learn Javascript in 4 hours
CodeToCreation tweet media
English
1
0
3
104
CodeToCreation
CodeToCreation@CodeToCreation·
What will this print? let x = 0; console.log(x || "Hello"); Options: A️⃣ 0 B️⃣ "Hello" C️⃣ false D️⃣ undefined
English
1
0
1
65
CodeToCreation
CodeToCreation@CodeToCreation·
What is the output? print(bool("False")) Options: A️⃣ False B️⃣ True C️⃣ Error D️⃣ None
English
0
0
0
44
CodeToCreation
CodeToCreation@CodeToCreation·
JavaScript functions are NOT just reusable code blocks. They are first-class citizens.
English
0
0
1
40
CodeToCreation
CodeToCreation@CodeToCreation·
What is the output? print(bool("False")) Options: A️⃣ False B️⃣ True C️⃣ Error D️⃣ None
English
0
0
1
49
CodeToCreation
CodeToCreation@CodeToCreation·
What will be the output? a = [1, 2, 3] b = a[:] b.append(4) print(a) Options: A️⃣ [1, 2, 3, 4] B️⃣ [1, 2, 3] C️⃣ Error D️⃣ [4]
English
0
0
1
50
CodeToCreation
CodeToCreation@CodeToCreation·
✅ AR/VR experiences (A-Frame, Three.js) ✅ Static site generation (Next.js, Nuxt.js) ✅ Hybrid apps (Capacitor, Expo) ✅ Automation & scripting (Puppeteer, Playwright) ✅ Blockchain and smart contracts (web3.js, ethers.js) ✅ Real-time communication apps (Socket․IO, WebRTC)
English
0
0
0
58
CodeToCreation
CodeToCreation@CodeToCreation·
With JavaScript, you can build: ✅ Frontend (React, Vue, Svelte, Angular) ✅ Backend (Node.js, Express, NestJS, Fastify) ✅ Mobile apps (React Native, Ionic, NativeScript) ✅ Desktop apps (Electron, Tauri) ✅ Game development (Phaser, Babylon.js, Three.js)
English
2
0
2
195
CodeToCreation
CodeToCreation@CodeToCreation·
✅ IoT (Johnny-Five, Cylon.js) ✅ Browser extensions (Vanilla JS, Web Extensions API) ✅ Machine Learning (TensorFlow.js, Brain.js) ✅ Serverless applications (AWS Lambda, Azure Functions, Google Cloud Functions) ✅ Data visualization (D3.js, Chart.js, Plotly.js)
English
0
0
0
61