Public Links

598 bookmarks
Custom sorting
JavaScript: Modüller - Yazılım ile ilgili notlar
JavaScript: Modüller - Yazılım ile ilgili notlar
JavaScript kullanıyorsanız, ister ön-yüz ister sunucu tarafı olsun, modül kullanımına rastlamış ve kullanmışsınızdır. “import” ve “require” ifadeleri ne işe yarar, farklı kullanım şekillerinin birbirinden farkı nedir, gibi soruları merak ediyorsanız okumaya devam edin. JavaScript’e nispeten yeni bulaşmış biri olarak, bu soruların cevabını sadece bulmakla kalmayıp anlamaya da çalıştım ve bu süreci istifadenize sunmak istedim. unsplash-logoFotoğraf Unsplash’ta Richard Ciraulo’ya aittir. Terminoloji Detaylara girmeden evvel terminolojiyi oturtmakta fayda var, çünkü JavaScript dünyasında kavram...
·blog.selcukcihan.com·
JavaScript: Modüller - Yazılım ile ilgili notlar
Docker ile Android Emülatör Çalıştırmak - Peptr Blog
Docker ile Android Emülatör Çalıştırmak - Peptr Blog
Container teknolojileri, sunduğu imkânlar sayesinde sınırları genellikle sadece sistem kaynaklarımıza ve hayal gücümüze bağlı olan işler yapmamıza olanak sağlıyor. Özellikle Docker kullanarak sistemimizde, birbirinden ve ana sistemden izole bir şekilde birçok uygulamayı saniyeler içerisinde ayağa kaldırabiliyor veya saniyeler içerisinde durdurabiliyoruz. Böylece artık ihtiyacımız olmayan konteynerleri ve imajları sistemimizden çok kolay bir şekilde silerek gereksiz alan kaplamasının önüne geçebiliyoruz. Geçtiğimiz yazılarda Docker ile GUI uygulamalarının nasıl çalıştırılabileceği, kullanılm...
·blog.peptr.net·
Docker ile Android Emülatör Çalıştırmak - Peptr Blog
Javascript’in Tarihçesi | Onur Dayıbaşı
Javascript’in Tarihçesi | Onur Dayıbaşı
Frontend Yazılım Geliştirme Konusunda Deneyimlerimi paylaştığım web sayfamda HTML, JS, CSS, WebAPI, BrowserAPI, React, Webpack, Rechart, D3.JS, Algorithmalar, VeriYapıları, Yazılım Mimarileri, REST, GraphQL gibi Sunucu İletişim Yöntemlerini detaylı bir şekilde anlatıyor olacağım.
·onurdayibasi.com·
Javascript’in Tarihçesi | Onur Dayıbaşı
Views On Views · Matt Layman
Views On Views · Matt Layman
Django URLs expect to send a response back to a user. Where does that response come from? A Django view! This article looks into the fundamentals of views and how to use them in your project.
·mattlayman.com·
Views On Views · Matt Layman
How to Build a Full Stack RPG Character Generator with MongoDB, Express, Vu
How to Build a Full Stack RPG Character Generator with MongoDB, Express, Vu
I'm a tabletop game developer, and enjoy making apps that have the potential to perform some service related to gaming. In this article, we'll walk through the steps to create a roleplaying game character generator using MongoDB, Express, Vue, and Node (also known as the "MEVN" stack). Prerequisites: this tutorial
·freecodecamp.org·
How to Build a Full Stack RPG Character Generator with MongoDB, Express, Vu
Null in Python: Understanding Python's NoneType Object – Real Python
Null in Python: Understanding Python's NoneType Object – Real Python
In this tutorial, you'll learn about the NoneType object None, which acts as the null in Python. This object represents emptiness, and you can use it to mark default parameters and even show when you have no result. None is a tool for doing everything with nothing!
·realpython.com·
Null in Python: Understanding Python's NoneType Object – Real Python
A more Pythonic dictionary - Open Folder
A more Pythonic dictionary - Open Folder
Dictionaries are versatile, fast, and efficient. This post will cover two dictionary related features that I feel don’t get enough attention: and .
·openfolder.sh·
A more Pythonic dictionary - Open Folder