58 Programming ideas | learn computer coding, basic computer programming, computer coding
Skip to content
Search for easy dinners, fashion, etc.
When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.

Programming

58 Pins
·
6 Sections
·
2mo
darlington96
By
Duyile Femi
🚀 𝐌𝐚𝐬𝐭𝐞𝐫 𝐑𝐞𝐚𝐜𝐭.𝐣𝐬: 𝐓𝐡𝐞 𝐏𝐨𝐰𝐞𝐫 𝐁𝐞𝐡𝐢𝐧𝐝 𝐃𝐲𝐧𝐚𝐦𝐢𝐜 𝐖𝐞𝐛 𝐃𝐞𝐯𝐞𝐥𝐨𝐩𝐦𝐞𝐧𝐭! ⚛️ React.js is not just a library; it's a game-changer for building fast, scalable, and dynamic web applications. Whether you're just starting out or enhancing your skills, understanding React can elevate your web dev journey! 🌐💻 👉 Dive into the world of reusable components and state management to craft modern, responsive user interfaces. Ready to level up your development game? Let’s build something awesome with React today! 🎯🔥 #Re...

React

2 Pins
As a backend framework Django is a really popular. So I thought that it will be a good idea to make projects for the Django lovers. This list is going to help for the beginners. Check the projects –
Django provides relationship fields to define how your models connect to each other, enabling powerful and structured data modeling.  🧩 Types of Relationship Fields: ForeignKey – Many-to-One Connects one model to another.  python Copy Edit class Post(models.Model):     author = models.ForeignKey(User, on_delete=models.CASCADE) OneToOneField – One-to-One Each record relates to one unique record in another model.  python Copy Edit class Profile(models.Model):     user = models.OneToOneField(User, on_delete=models.CASCADE) ManyToManyField – Many-to-Many Each record can be related to multiple records in another model.  python Copy Edit    #DjangoModels #RelationshipFields #ForeignKey #OneToOne #ManyToMany #dLibroDjango #BackendDev

Django

4 Pins
Dice in python
Olympics Logo using Python
Pencil Sketch using Python

Python

36 Pins

Html

1 Pin
Not sure how align-content works in Flexbox? 🤔 This visual guide makes it easy to understand how content is spaced across multiple rows. Learn the difference between flex-start, center, stretch, space-between, and more — all in one handy reference! Perfect for front-end developers, web design learners, and anyone exploring modern CSS layout techniques. Save this for your HTML & CSS study board! 💻✨  #CSSLayout #FlexboxCSS #WebDevelopment #FrontendTips #HTMLCSS #LearnToCode #CSSForBeginners #WebDesign101 #CodeNewbie #ResponsiveDesign #alignContent #DevTips #VisualGuide

Css

5 Pins
Fetch APIを利用したHTTPリクエストの実装方法を確認します。ステータスコードの確認方法、HTTPメソッドの指定方法など確認していきます。2xx以外のときrejectされない点や、Response Bodyを取得するときPromiseが返される点など気をつけたい点かと思います。 #javascript #fetch

JavaScript

5 Pins