Sample UI for Shopping Application
A sample shopping app with nine pages. source code is on the https://github.com/kaushikchandru/ironshop
Özgür Özkök
Yazılım geliştirmek, yazılımcılık ile ilgili tüm içerik burada
A sample shopping app with nine pages. source code is on the https://github.com/kaushikchandru/ironshop
In this tutorial, I will show you how to make this simple but pretty, Amazon Clone App UI, Of course, we are not going to build a full app with a backend service, payment method and all those things. we will only focus on the UI. we will see how […]
I found two helpful articles on Medium. Do you need simple layout samples for Flutter?I present to you my set of Flutter layout code snippets. I will keep it short, sweet, and simple with loads of visual examples.Still, it is work in progress — the catalogue of samples will grow. […]
Welcome to our comprehensive list of Docker best practices exemplified under Node.js. Note that every bullet has a link to detailed information and code examples. The entire list can be found in our repository Node.js Best Practices. It covers the basics but goes all the way to strategic decisions like how […]
JAVA ‘da int ve Integer Arasındaki Farklar Nedir? JAVA Integer sayıları saklamak için iki yöntem sağlar. İnt ya da Integer aynı büyüklükteki sayıları saklar. İnt kullanımı Basit olarak 32 bit ilk hafıza bloğunda integer değişlenleri saklar. İnt değişkenleri doğrudan işlemlerde kullanabiliriz. İnt ‘i basit casting işlemleri ile kullanabilirsiniz. Integer Kullanımı […]
Temiz Kod (Clean Code) sanal sınıf eğitimi. Eğitmen: Akin Kaldiroglu
This repo includes many samples and tutorials https://github.com/Solido/awesome-flutter
Temiz Kod sanal sınıf eğitimi. Eğitmen: Akin Kaldiroglu
Temiz Kod (Clean Code) sanal sınıf eğitimi. Eğitmen: Akin Kaldiroglu
Shift-left testin yazılım testlerinin, yazılım yaşam döngüsünün başlarında yapılması yaklaşımıdır. 2001 yılında Larry Smith tarafından “erken ve sık test et” , “Test early and often” şeklinde formüle edilmiştir. Shilt-left testing’ in belirli iyileştirmeler sağlar.