Posts

10 Movies/Shows That Will INSPIRE You To Code

Image
  1. Silicon Valley           An American comedy series that follows the struggle of Richard Hendricks, a Silicon Valley engineer trying to build his company called Pied Piper.       2. Mr. Robot           An American drama thriller, the show focuses on Elliot, a brilliant but highly unstable young cyber-security engineer and vigilante hacker. He becomes a key figure in a complex game of global dominance when he and his shadowy allies try to take down corporate America.    3. Pirates Of Silicon Valley           A classic movie that explores the history of Apple and Microsoft. It walks through the revolutionary accomplishments of visionaries Steve Jobs and Bill Gates during the 20th century.       4. The Internship           Two salesman whose careers have been torpedoed by the digital age find their way into a coverted internship at Google. They compete with a group of young, tech-savvy geniuses for a shot at full-time employment.         5. Iron Man            Now a classic, this orig

OOP Concepts In Simple Terms

Image
                                   CLASS           A class is a blueprint for creating objects (a particular data structure), providing initial values for state (member variables or attributes), and implementations of behavior (member functions or methods).                                                                                                  OBJECTS           Object is an instance of a class which has the structure of its blueprint but also owns its unique state and behavior.                                                                   ENCAPSULATION           Encapsulation is achieved when each object keeps its state private, inside a class. Other objects don't have access to this state.                                   ABSTRACTION           Abstraction means that each object should only expose a high-level mechanism for using it. This mechanism should hide internal implementation details.                                INHERITANCE             Inheritance is a m

How To Learn Any Programming Language

Image
            So the best advice to learn programming in 2020 is follow the Project-Based Learning approach. • Build as many projects as you can to strengthen your problem-solving skills in programming. • Remember that programming is not about learning a language (Python, C++, Java, etc), it is the ability to solve the problem.   ◘ Choose a Language and Understand the basic Fundamental Concepts • So firstly choose the programming language you are most comfortable with (Python or C++ is good still it depends on your end goal) • Make programs and build the basic foundation using your favourite language.   ◘ Learn Data Structures and Algorithms • Data Structure and Algorithms are the heart of programming. • You will get better at building your problem-solving skills if you understand the fundamentals of data structure and Algorithms.   ◘ Build Projects • When it comes to building a project on your own most of the newbie programmers get stuck. • Initially try to build a small project or stat

How To Boost Your WI-FI Signal

Image
  1. Upgrade Your Router To 802.11ac Or 802.11ax 2. Move Your Router To Boost Your Signals 3. Switch To Wireless Mesh For Greater Wi-Fi Coverage 4. Upgrade Your Wi-Fi Antennas And Receivers 5. Use A Wi-Fi Extender (AKA Repeaters) 6. Make A DIY Wi-Fi Antenna Booster

Basics Of COMPUTER NETWORK

Image
◘ What Is A Network?           A network is a group of two or more computer systems, which are linked together. It also consists of a collection of computers, printers, scanners and other devices that are connected together.       Networking has single purpose to share the information as fast as possible.   ◘ TYPES OF NETWORKS                                                LAN         LAN stands for local area network. It is used to network computers within a limited area like a office, school by using the network module.                                                CAN         Campus Area Network is an interconnection of local area networks within a limited geographical area. Campus network can be additional to the set of wireless connections, connect several buildings to the same network but it's not the same thing.                                                MAN         MAN means metropolitan area network, which optimized for a large geographic area than a LAN, ranging from

Critical Tips To Learn Programming Faster

Image
     ◘ Tips :   • Learn by doing, Always play with the code while   learning. • Grasp the fundamentals for long-term benefits. • Code by hand, It sharpens proficiency and you will need it to get a job. • Ask for help, you will need it. • Seek out more online resoures, there is a wealth of content. • Don't just read the sample code, Tinker with it. • Take breaks when debugging. • Keep calm and keep on coding.

7 interesting Podcasts for Programmers

Image
Why Podcasts?            Podcasts are great way to consume content, and learn about a topic. You will also gain a lot of knowledge     • Syntax:      "A Tasty Treats Podcast for Web Developers"   • The Laracasts Snippet:    "Each episode, offers a single thought on some aspect of web development"   • Developer Tea:    "A podcast for developers designed to fit inside your tea break"   • freeCodeCamp:     "Talks about how you get first job to how to negotiate salaries, and much more"