Peer learning is a potentially powerful way of sharing knowledge about doing public sector reform. This learning involves individuals exchanging knowledge and experience with each other, and diffusing this learning back to their organisations to ensure an impact—at scale—on reform initiatives. While peer learning entails complex organisational logistics, it avoids the risk of focusing on process rather than product. It recognises that ultimately learning takes place between individuals and it facilitates interpersonal interchanges that are wellmatched and that are based on trust and commitment.
To use Git, developers use specific commands to copy, create, change, and combine code. These commands can be executed directly from the command line or by using an application like GitHub Desktop or Git Kraken.
Basic Operations The following is a summary of basic git operations:
git add Puts current working files into the stage.
git checkout Replaces the current working files with files from a branch.
Git simplifies the process of working with other people and makes it easy to collaborate on projects. Team members can work on files and easily merge their changes in with the master branch of the project. GitHub is an open-source repository hosting service, sort of like a cloud for code. It hosts your source code projects in a variety of different programming languages and keeps track of the various changes made to every iteration.
HTML and CSS course in Coursera For the final and last task, You have to complete the Courses in Coursera
These courses will be able to improve your imagination and creative mind. The HTML course is HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables.
What is Markdown Language? Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. Created by John Gruber in 2004, Markdown is now one of the world’s most popular markup languages.
How do I use Markdown language? 1.Create a Markdown file using a text editor or a dedicated Markdown application.
2.Open the Markdown file in a Markdown application.
Presentation skills are a set of abilities that enable an individual to interact with the audience and transfer the messages clearly, engage the audience while presenting and interpret and understand the mindsets of the listeners. These skills will polish and enhance one’s persuasive skills. Your ideas are important to you - having the skill and the ability to communicate those ideas in a persuasive fashion means an increased probability that others will support you.
Pseudo Code Pseudocode is an informal way of programming description that does not require any strict programming language syntax. It is used for creating an outline or a rough draft of a program. The pseudo code will be helpful for creating large modules of Programs.
An algorithm is a procedure for solving a problem in terms of the actions to be executed and the order in which those actions are to be executed.
What is Self Learning? Self-learning is anything you learn outside a classroom environment by yourself without a set curriculum or examinations.
Unlike traditional methods of schooling, your self-learning efforts are not measured by how well you perform in an exam. Self-learning lets you gauge and improve your knowledge via practical applications with no matriculated evaluation. This makes it all about pure learning.
Why Self learning? Self-learning helps you develop your problem solving skills.
VCS-(Version Control System) Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later.
Many people’s version-control method of choice is to copy files into another directory (perhaps a time-stamped directory, if they’re clever). This approach is very common because it is so simple, but it is also incredibly error prone. It is easy to forget which directory you’re in and accidentally write to the wrong file or copy over files you don’t mean to.