Microservices in a Nutshell

Microservices!! This has become one of the most popular words nowadays. Many popular companies in the world such as Amazon, Netflix, Twitter, Paypal has stepped into the microservices in order to achieve a smooth development & deployment process and also to provide a better experience for their customers. The way of thinking about the network architecture, managing and allocating resources has been redefined. Let’s get to know what is microservices.

Continue reading

Angular 2 ද ReactJS ද ?

මේ වෙනකොට Web Development කරන කෙනෙක් නම් Angular ගැන අහලා නැති වෙන්න බැහැ. පහුගිය කාලේ ඉහල ජනප්‍රියත්වයක් තිබුණු web framework එකක් නිසාත්, Google product එකක් නිසාත් මේ තරමට ප්‍රසිද්ධ වෙලා තියනවා Angular, ReactJS ගැන කලින් ලිව්ව article එක මෙතනින් බලන්න පුළුවන්.  Continue reading

මොකද්ද මේ Bitcoin කියන්නේ ?

අද වෙනකොට කාගේත් කතාබහට ලක්වෙන ඒ වගේම නිතර අහන්න ලැබෙන වචනයක් තමයි මේ Bitcoin කියන්නේ. සරලව පැහැදිලි කරනවා නම් Bitcoin කියන්නේ අන්තර්ජාලය තුළ භාවිතා කරන ඉලෙක්ට්‍රොනික මුදල් ඒකකයක්. එහෙමත් නැතිනම් cryptocurrency කියන වර්ගයට …

Continue reading

What is ReactJS

මේ දවස්වල ජනප්‍රිය මාතෘකාවක් තමයි  ReactjJS කියලා කියන්නේ. කාලයක් තිස්සේ ඉහල user rating එකක් තිබුණු Angular, BackboneJS, KnockoutJS, EmberJS වගේ web framework වලට තරඟයක් දෙන්න පුළුවන් වුනු අලුත් technology එකක් විදියටත් ReactJS හඳුන්වන්න පුළුවන්. Continue reading

Angular JS මුලසිට – 4

මේ post එකේදී බලමු තව දුරටත් Angular වල Data handle කරන්නේ කියලා. මේ වෙනකොට data object එක view කරන part එක complete වෙලා තියනවා. data වල status එක අනුව front-end එකේ elements show/hide කරන විදිය ගැන තමයි මේකෙදි විස්තර වෙන්නේ. Continue reading

Angular JS මුලසිට – 3

කලින් පොස්ට් එකේදී විස්තර කරපු විදියට front-end එකේ data display කරන්න පුළුවන් expressions use කරලා. නමුත් මේ front-end එකට serve කරන data structured වෙනවා නම් තමයි app එකේ stability එක වගේම maintainability එකත් රැකෙන්නේ. මෙතැනදී අපි JavaScript object එකක් තමයි use කරන්නේ.  Continue reading

React real time search implementation

On this tutorial I will explain how to implement real time search component in Facebook’s React.js.

Once I was developing React Application I had to use this. I thought to share this implementation with others. First we need initial list which needs to be filtered. This list can be fetched from API or any other data resource.

Continue reading