සිග්මන් ෆ්‍රොයිඩ් ට අනුව මනස

 සිග්මන් ෆ්‍රොයිඩ් ට අනුව මනසමනෝවිශ්ලේෂණවාදයේ  පියා ලෙස හැදින්වෙන සිග්මන් ෆ්‍රොයිඩ් ට අනුව මනස වූ කලී වතුර මත පාවෙමින පවතින අයිස් කන්දක් වැනිය.  ඔහු පවසන ආකරයට 10% ක් පමණ විශාල අයිස් කන්දක් වතුරේ පාවෙමින් පවතින විට එයින් 1%ක් පමණ ප්‍රමාණයක් වතුරෙන් උඩටත් ඉතිරි 9% වතුර තුළටත් ව  පිහිටන...

Software Engineering Methodologies

September 16, 2022 Posted by Pasindu Sathsara
 Software Development Methodologies  Software development methodology refers to structured processes involved when working on a project. The simple idea of software development methodology is to manage the project efficiently and organize everything well. To manage...

Essential Shortcut Keys Visual Studio Code

September 15, 2022 Posted by Pasindu Sathsara
File Management Option Shortcut Key New File Ctrl+N Open File Ctrl+O Save Ctrl+S Close Ctrl+F4 Open Next Ctrl+Tab Open Previous Ctrl+Shift+Tab Basic Editing  Option Shortcut Key Cut line Ctrl+X Copy line ...

අභියෝග හමුවේ ජීවිතය ජය ගන්න.......

අභියෝග ජීවිතයට ආදර්ශයක් කර ගනි මින් ඔබේ ජීවිතය සාර්ථක කර ගන්න. ජීවිතයේ ආරම්භයේ සිට අවසානය දක්වාම අපිට මුන ගැහෙන්නේ විවිධ වූ අභියෝගයන්ය නමුත් එකිනෙකා එම අභියෝග වලට දක්වන ප්‍රතිචාර විවිධය.  ඇතැමුන් අභියෝග හමුවේ නොසැලී ක්‍රියා කරමින් සාර්ථක පිළිතුරු කරා ලගා වන අතර ඇතැමුන් අභියෝග හමුවේ කඩා වැටීමකට ලක් වේ.  මා සිතනා අයුරින් මිනිසා උපතින්ම ගෙන එන්නෙ Positive mind set එකකි. නමුත් කාලයාගෙ ඇවැමෙන්...

Pseudo code

November 16, 2021 Posted by Pasindu Sathsara
 Pseudo code Pseudo code is an informal way of programming description that does not require any strict programming language.It is used for creating an outline or a rug draft about the program. Pseudo code summarizes a program’s flow.Pseudo code is understood by programmers of all types.It enables the programmer to concentrate only on the algorithm part of the code development.Examples...