Arama Sonuçları: "#LearningToCode"

14 sonuç
Emmanuel Ogbuefi
Emmanuel Ogbuefi@Emma_godei·
when: → server is in one timezone → database stores in another → you're doing date range queries in production most servers run UTC most users are in different timezones always know what timezone your dates are in 🕐 #learningtocode #backend #prisma #postgreSQL
English
0
0
0
2
Sobolo
Sobolo@DSobolo64273·
Built a clean Registration UI in Android Studio using ConstraintLayout:structuring a full form with multiple input fields and a Sign Up button while refining layout constraints and modern mobile UI design principles. Small steps, sharp progress. #learningtocode
English
0
0
1
14
Emmanuel Ogbuefi
Emmanuel Ogbuefi@Emma_godei·
three lines. array methods you already know. backend "reporting" is just javascript you know applied to database data instead of api data filter. map. find. reduce. same methods. different context. frontend skills transfer directly 🎯 #frontend #backend #learningtocode
English
0
0
1
13
Emmanuel Ogbuefi
Emmanuel Ogbuefi@Emma_godei·
neither userId nor meetingId alone is unique but together they identify one record findUnique couldn't handle it findFirst could small distinction. app crashes if you get it wrong 🔍 #frontend #backend #learningtocode
English
0
0
1
4
Emmanuel Ogbuefi
Emmanuel Ogbuefi@Emma_godei·
without include → userId: 2 (just a number) with include → full user object nested inside prisma handles the join automatically no sql needed select filters. include fetches. both essential. 🗄️ #learningtocode #backend #frontend
English
0
0
1
8
Matsu
Matsu@matsu011011·
Day 4/100 of learning Python. 🐍 Today was all about lists and data structures. Played around with indexing and slicing to pull data out, and finally wrapped my head around the difference between modifying a list and making a copy of it. #Python #100DaysOfCode #LearningToCode
Matsu tweet media
English
0
0
1
6
Emmanuel Ogbuefi
Emmanuel Ogbuefi@Emma_godei·
every list in a real app needs explicit ordering posts → newest first stewards → alphabetical meetings → newest first one line. prevents a subtle but real ux bug 📋 #learningtocode #frontend #backend
English
0
1
1
12
Emmanuel Ogbuefi
Emmanuel Ogbuefi@Emma_godei·
frontend validation = better UX backend validation = security someone can bypass your UI entirely and hit your api directly validate on both sides. always. frontend for experience. backend for security. 🛡️ #learningtocode #backend #frontend
English
0
1
1
10
Emmanuel Ogbuefi
Emmanuel Ogbuefi@Emma_godei·
fix: use prisma's select to explicitly choose which fields to return password is never in that list rule: if a table has a password column, always use select. no exceptions 🔐 #frontend #learningtocode
English
0
1
1
5