
A file uploader written using HTML5 and Node.js. It can upload both to a local directory on the server or to an AWS S3 server.
merty/simple-file-uploader A file uploader written using HTML5 and Node.js. It can upload both to a local directory on the server or to an AWS S3 server. Users starred: 76Users forked: 40Users watching:...

Securebit.ch | IX VPS with BGP (VMware) | Zurich, Switzerland | IPv4 & IPv6
Hello LowEndTalk Users Securebit AG provides virtual Servers, Colocation, Internet Resouces (ASN, IPv4, IPv6) and other Solutions in data centers in Europe (Zurich, Frankfurt, Dusseldorf and London). Our services are based on latest HPE and DELL servers, offering outstanding performance and reliability . We also operate our own fully redundant network across multiple data centers. Securebit AG was founded in 2018 and has more than 14...
Blog Post: TED Circles
By David GurteenYou will be familiar with TED Talks, where people talk at you, but now you can take part in or host TED Circles. It's about time, we had less "talking at" and more "talking together". TED Circles is an open platform of small groups that meet for conversations about ideas. Hosted by volunteers, these weekly or monthly gatherings empower us to dream and debate. Each TED Circle is unique and all are...

![[Android-3.3 topic] talk about your understanding of Application](https://programmer.group/images/article/f6f60466a5fe9a2c840260617b45f2a5.jpg)

The usage of foreach loop in MyBatis
1, Before you know foreach, first understand the mybatis input parameters and parameterType 1. When we pass parameters to the corresponding mapper.xml file in Dao layer, we can pass the following parameters: ①. Basic data types (such as int/Integer, long/Long, float, etc.) ②. Simple reference data type (such as String, User entity class object, etc.) ③. Set data type (such as List, Map, etc.) When we get the parameter type from...


![Features in Image [Part -1]](https://cdn-images-1.medium.com/max/685/1*cJTAwYKrKkIKoysADDmRLg.png)



Role management trong Rails với rolify gem
Giới thiệu Rolify là gem trong Rails dùng để hỗ trợ việc quản lý các Roles trong Rails một cách dễ dàng và nhanh chống. Nó hỗ trợ cả scope trên resource object nào đó. Ví dụ: user.has_role?(:moderator, @forum) => false # check user đó có phải là role moderator cho đối tượng forum nào đó không Cài đặt gem "rolify" => bundle install Cách sử dụng 1. Tạo...