Skip to main content

Posts

Science Animated - Chemistry, Physics Experiments On Android Mobile

  " Science Animated " is an educational app that will allow you to conduct physics and chemistry experiments in an easy and really entertaining way within your classroom and beyond. With "Science Animated", you will be able to create engaging experiments utilizing the accelerator, the pH scale and other scientific instruments. You will also find pre-designed educational games that have been especially created for you! "Science Animated" is transforming physics and chemistry from theoretically intense to intensely fun!   ############## Features ############## * Earn more points while you learn. * Use your points to activate all premium content for free. * Share and redeem points. * Login with google to save your points and use across all Asia Cloud Apps. ################ Labs ############### * pH Scale * pH Scale: Basics * Arithmetic * Molecular shapes * Shapes of the molecules: basic points * Acid solvents * Light reflex * Oh's law * Resistance of wir
Recent posts

GitHub පාවිච්චි කරලා කරන්න පුළුවන් දේවල් මොනවද?

GitHub පාවිච්චි කරන ප්‍රධානම දේ තමයි Coding. තමන්ගේ Code එකක් පරෙස්සමට තියාගන්න හුගක් අය Github පාවිච්චි කරනවා. තව Documentation කරන්න තියෙන පහසුව. ඔබ දැකල තියෙනවනම් repository එකක් create කරද්දී අපිට README file එකත් හදාගන්න පුළුවන්. මේකේ මුළු project එකටම අදාලව files තියෙන විදිහ දක්වන්න README file එක පාවිච්චි කරනවා.  තවත් වැදගත් දෙයක් තමයි Issue Tracking කරන්න Github පාවිච්චි කරනවා. Commits History එක maintain කරන්න Github පාවිච්චි වෙනවා. Commits කියන්නේ මොනාද කියල ප්‍රශ්නයක් ආවනම් අපි ඒ ගැන ඉස්සරහට කතා කරමු. pulse, contributors, commits, code frequency, punch card, network, members වගේ ප්‍රධාන සාධක ගණනාවක් මේ Project එකකට බලපානවා. මේවා ගැන graphs ලබාගන්න පුළුවන්.  Email Notifications කෙනෙක්ව mention කිරීමේ හැකියාව Emojis එකතු කිරීම https://username.github.io  යන ආකාරයේ කුඩා websites host කිරීමේ හැකියාව Common Vulnerabilities  වලදී Security Alert එකක් ලැබීම  වගේ දේවල් මේකේ අන්තර්ගත වෙනවා. මේ තමයි Github web interface එක.  ඔබට account එකක් නැත්නම් අදම account එකක්

Introducing props

React alloıs us to send data to a component in the same syntax as HTML, using attributes or properties on a component. This is akin to passing the src attribute to an image tag. We can think about the property of the  < img /> tag as a prop we're setting on a component called img . We can access these properties inside a component as this.props . Let's see props in action. Recall, we defined the  < Header /> component as:   When we use the < Header /> component, we placed it in our component as like so: We can pass in our title as a prop as an attribute on the < Header / > by updating the usage of the component setting the attribute called title to some string, like so:  Inside of our component, we can access this title prop from the this.props property in the Header class. Instead of setting the title statically as Timeline in the template, we can replace it with the property passed in.  Now our  < Header />  compone

Express.js වලින් වැඩ ගන්න

කොහොමද අපේ වැඩ්ඩො ටික … . අද මං මෙ ලිපියෙන් ගේන්නේ server side වැඩ කරන්න පුළුවන් framework එකක් ගැන . ඒ Express Js . නමින්ම එක Express . ඒ බව මේ Framework එකෙන් වැඩ කරද්දි ඔයාට තේරෙයි . Express වලින් වැඩ ගන්න නම් ඔයා මිට කලින් NodeJs ගැනයි JavaScript ගැනයි දැනගෙන ඉන්න ඕනේ … මොකක්ද මේ Express කියන්නේ ? Express හදලා තියෙන්නේ server side එහෙමත් නැතිනම් back end එකේ implementation වලට . Back-end, Front-end ගැන අපි කලින් කතා කරලා තියෙනවා . Express වලින් පුළුවන් ඔයාගේ computer එකේ port එකක් http සදහා open කරන්න . එහෙම කරලා ඔයාට පුළුවන් ඔයාගේ computer එකේ වෙබ් අඩවියක් උනත් publish   කරන්න . ●        Web application නිර්මාණය කිරීමට සහ API නිර්මාණය කිරීමට ●        බොහෝ විශේෂාංග සහිත වීම (available via plugins) ●        පැමිනෙණ requests දිෂාගත කළ හැකි වීම (routing) ●        ඉහළ කාර්යක්ෂමතාවය (High performance) ●        සේවාවන් පුළුල් කළ හැකි වීම (Extensible) ●        නැවත