Code Monkey home page Code Monkey logo

30seconds's Introduction

deeppaz - 30seconds repo

bantam. its a learning repository that i want to apply, whether I assume its difficult or simple

i'll apply them in general:

reactjs

Method Description Default
Component, Element arasında ki fark element, bir DOM node veya component'ini temsil eden düz bir javascript object(nesne'sidir)tir. elementler saf ve asla mutasyona uğramazlar ve oluşturmaları ucuzdur.
component, bir function veya sınıftır. component'ler state'e sahip olabilir ve input olarak props alabilir ve bir element ağacını çıktı olarak return edebilir
<const>

node

Method Description Default
Rest([REpresentational State Transfer]) REST, ağ mimarisi için bir yazılım tasarım desenidir. Bir RESTful web uygulaması, kaynakları hakkında bilgi şeklinde veri ortaya koyar. Genel olarak, bu kavram, durumu yönetmek için web uygulamalarında kullanılır. Çoğu uygulamada, verileri okuma, oluşturma, güncelleme ve imha etme gibi ortak bir tema vardır. Veriler, yayınlar, kullanıcılar, yorumlar gibi ayrı tablolara modüler hale getirilir ve RESTful API, bu verilere erişimi sağlar.
Reading: /posts/ => GET

Creating: /posts/new => POST

Updating: posts/:id => PUT

Destroying: /posts/:id => DELETE

javascript

Method Description Default
Equality([Operator]) İki eşittir(==) ve üç eşittir(===) arasındaki en temel fark tip ve değer karşılaştırmasıdır. Üç eşittir kullandığınızda iki değerin hem tipini hem de değerini karşılaştırırken iki eşittir ise değerlerin tiplerini eşitleyerek sadece değer karşılaştırması yapar
==
===

html

Method Description Default
ALT görselin görüntülenmediği takdirde, alternatif bir metin sunan attribute
alt=""
< img alt="">
görselin adı ile uyuşmamalıdır
ALT görselin görüntülenmediği takdirde, alternatif bir metin sunan attribute
alt=""
< img alt="">
görselin adı ile uyuşmamalıdır
ALT görselin görüntülenmediği takdirde, alternatif bir metin sunan attribute
alt=""
< img alt="">
görselin adı ile uyuşmamalıdır

css

Method Description Rules
BEM([block-element-modifier]) karışık arayüz yapılarını copy&pasten yapmadan yeniden kullanabilir şekilde ve hızlı sonuçlar alınarak geliştirmeye olanak sağlar
.block
.block__element
.block--mod veya .block__elem--mod

Giving Back

paypal bu depo size yardımcı olduysa ve geri katkıda bulunmak istiyorsanız, elbette bir ☕ ?!

30seconds's People

Contributors

deeppaz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.