Coder Social home page Coder Social logo

frontendship-website's Introduction

alt text

Frontendship nedir?

Frontendship, frontend ve friendship kelimelerinin birleşimlerinden ortaya çıkmıştır.

Burada kod arkadaşınızı, mentorunuzu, yeni proje fikirlerinizi, menteenizi, ortak ilgi alanındaki kişilere ulaşarak network ağınızı genişletebilir ve işinizi bulabilirsiniz.

Yazılım topluluğuna sağlamak istediği fayda nedir? Bunu nasıl yapacak?

Frontend alanında sıfırdan ileri seviyelere kadar sektöre katkı sağlayacak içerikler üretmek ve topluluğa destek sağlamak istiyoruz.

  • Her seviyeden npm paketleri geliştirerek frontendship topluluğundaki herkesi GitHub ve açık kaynak contribution yapmaya teşvik etmek ve referans gösterebilecekleri işler yapmalarına vesile olmak.
  • Git kullanmak, ekip çalışması yapabilmek, ekosistemde yaygın olarak kullanılan toolların kullanımını ve amaçlarını aktararak da alanda yeni kişileri ilk iş deneyimlerine hazırlamak ve gerçek iş deneyimine çok yakın bir geliştirme ortamı oluşturmak.
  • Sorular sorabilmek veya soruları cevaplayarak herkesin seviyesini tespit etmesini ve geliştirmesini sağlamak amaçlı yardımlaşmak.
  • Yüzyüze ve online eventler düzenlemek ve farklı topluluklar ile etkileşime geçmeye çalışmak.
  • Frontendship üzerinde Frontend ekosistemine dair kategorize edilmiş bir kaynak listesi tutmak ve blog yazıları, video konu anlatımları, workshoplar gibi içerikler ile kaynak listesine katkı sağlamak.
  • Topluluk üyelerinden CV ve GitHub profili hakkında feedback almak.

Nasıl katılabilir ve katkı sağlayabilirsiniz?

Discord sunucusuna aşağıdaki linkten katılabilirsiniz. Topluluğun sosyal medya hesaplarını takip ederek bizimle iletişime geçebilir ve günlük shiplerinizi alabilirsiniz. Frontendship'in bir parçası olarak değer katmaya başlayabilirsin.

Discord | Twitter | YouTube

frontendship-website's People

Contributors

caginsucu avatar eraygundogmus avatar erdemkarakas avatar goktugs avatar klncseda avatar mehmetsagir avatar oguzergul avatar osmandlsmn avatar sedaklnc avatar seymenklc avatar ssibrahimbas avatar wralith avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

frontendship-website's Issues

UI Tests

We can use Cypress or Playwright.

hook: dev html event listener hook

We need to develop a hook to listen for html events.

For example, we can listen to the scroll event. Since we are listening, it should be automatically unlisten when the component is unmounted. We need a hook that does this.

Example usage:

const MyComponent = () => {
   useEventListener("scroll", () => {
      console.log('app scrolled!')
   })
}

Abstract view:

useEventListener<E>(event: string, listener: Listener, options?: Options)

project: add suitable workflows for pr, issue and code

I think we should do the following to develop the project in a more standard way.

  • We should develop on development branch
  • eslint should be controlled not only with pre-commit but also with ci workflow. In some cases, pre-commit can be skipped.
  • we should write test
  • we need to add a workflow stage that controls the tests

Open to other ideas.

config: add/develop an animation library

I think we need animation for some operations.

For example, we use something like the following too many times:

{condition && <Element/>}

This leads to lightning-fast movements and is not pleasing to the eye.

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.