Posts

Showing posts with the label How to

How to get straight A's in the Freshman Year?

Image
For most of us, a new semester is right ahead. Especially freshers are just ready to kick off the first semester.  One of the most frequently asked questions by the freshers is, "How to score a 4.0 GPA?" or "How to get straight A's?" So, to let you know the answer to this million-dollar question, I asked a Topper . He is kind enough to share the top  10 tips to get straight A's... and without further ado, let's get started...  10 TIPS Right From The Topper 1. Learn "How to Learn" Learning How to Learn is one of the most popular courses on Coursera: https://www.coursera.org/learn/learning-how-to-learn This course will make you a more effective learner, allowing you to make the best use of your study time. 2. Learn to Read your Teacher Observe your teachers' teaching style. Do they give questions mostly from lecture slides?  Or do they have a favorite book? Do their questions mostly rely on rote-learning or are they concep...

Julia : A New Programming Language

Image
After So many programming languages both high level and low level, with different names like python, java, C++ and so on, here comes Julia   with all its colors... It first appeared 6 years ago in 2012, but was not stable at that time. The stable version of Julia has been released on 8th of August, 2018. Julia is a high level programming language, the pattern in which Julia's made is called Multi dispatch . Multi dispatch is the process in programming languages that allow the program to decide which polymorphic method or function needs to run at run time. Julia permits both functional and Object Oriented Programming. The file name extension for Julia is .jl  . Julia also provides the Language Shell where you can write code and see the output.  The good news about Julia is that it is very friendly language, it allows C and FORTRAN libraries to be used in it with just a keyword ccall   .   And more importantly, it can be used with all time favorit...

Simple Web Page : Step by Step

Image
Today I will tell you, how can you create a simple web page using HTML and CSS, step by step. so let's begin.. Make a folder on desktop (for easy access) naming MyFirstWeb . Open any text editor like Notepad etc. Type simple HTML structure in the text editor as: <!DOCTYPE html> <html>         <head>                     <title>                    </title>         </head>                         <body>                         </body> </html> Now save this file in the MyFirstWeb folder by naming it as : index.html You can see the file Icon as of your browser. Click this file to open it in the browser. Edit the above code a...

How to Become the Best Software Engineer

Image
The word "the best" is the 3rd form of Good. We use "the best" for the thing that is incomparable . So do you want to be "the best" ? if yes...then read below... Do you know who invented the wheel ? Probably not. But you are using this invention. There is hardly any machine that is not using "the wheel". The concept of machine is vague without the existence of wheel.  Again I am asking you the question... Do you know who invented the bulb? Probably yes. Obviously yes. His name was "Thomas Alva Edison" . Edison made many inventions and bulb is one of his best. "We" use bulb in our daily lives, without this invention our nights would be the same dark (physically). Pay attention to the word "We" in the above paragraph. so yes, my friends if you want to be the best software engineer, then you need or you should create/invent something that is for the whole mankind till the doomsday ....