Posts

Showing posts from July, 2020

CSS Learning #17

Image
CSS CSS is used to control and format the style of a web document or web pages in a simple and easy way.   WHAT IS CSS? CSS stands for Cascading Style Sheets. Once the styles are defined in CSS, it can be used by any page that references the CSS file. and if we want to change any format or style of several pages we have to change only CSS file at once. CSS is a method to beautify html pages. it is a power of beautification that is apply on simple HTML pages. Using style sheet language, you can add effects or animations to your website, animations like different buttons effects, spinners or loaders and animated backgrounds.   CSS   Syntax:                                                   h1   color: red ; font-size:10px;}     ...

Do you use any of this language #16

Image
GO • In 2009, Go was released by Google. • Large organization faces coding issues on a daily basis and the aim of GO is managing that coding issues. • Go is an open source language. • makes it easy to build efficient and more reliable software. • Why developers are happy with GO, The main reason is here, Easy to use Simplicity Concurrency features Performance. • GO was TIOBE programming language of the year in 2016. • Influenced by c, Limbo, CSP, Modula, Python, Smalltalk, Pascal and BCPL. ELIXIR • Elixir is designed for building scalable and maintainable application and it is functional and dynamic language. • Elixir appeared in 2011. • Influenced by Erlangen, LFE, Closure, and Ruby. • Elixir is used by companies such as Discord, Pager Duty, Moz etc… • Erlangen functions can be called from Elixir Without runtime impact due to compilation to Erlangen bytecode. • Elixir also provides an extensible design and productive tooling. • Example: i.e.> IO.puts (“Hello World!”) // O...

Backed developers road map #15

Image
Basic Front-end Knowledge • HTML • CSS • JavaScript OS and General Knowledge Terminal Usage How OSs work in General Process Management Threads and Concurrency Memory Management I/O Management Inter process Communication Basic Networking Concept POSIX Basics – stdin, stdout, sadder, pipes Basic terminal command – grep, awk, sed, is of, curl, wget tail, head, less, find, ssh, kill Learn a Language Make sure to learn it ‘s quirks. Core detail about it ‘s runtime e.g. concurrency, memory model etc. • Java • C # • PHP • JavaScript • Python • Ruby • Go • Rust Version Control Systems Basic Usage of Gilt Repo hosting services Create account and learn to use GitHub • GitHub • GitLab • Bit bucket Relational Databases • PostgreSQL • MySQL • Maria DB • MS SOL • Oracle • MongoDB • Rethink DB • Couch DB • Dynamo DB More about Databases • Data Replication • Shading Strategies • CAP Theorem • ORMs • ACID • Transactions • N + 1 Problem • Database ...

Best chrome extension for developer 2020 #14

Image
JSONView: When working with Restful APIs, reading raw JSON data in a browser can be devastating.  It’s better to read JSON in a tree-view.  JSONView helps us view JSON documents in the browser.  CSSViewer: CSSViewer is a simple tool that tells us an element of CSS properties on a page just by hovering over it.   HTML Validator adds HTML validation inside Chrome’s Developer Tools.  It works by inspecting a website’s mark-up and highlights the errors and violations found. IE Tab: Have to do manual Internet Explorer testing and don’ t want to install different IE versions?  This convenient tool emulates IE by using the IE rendering engine directly in Chrome.  We can test for IE6, IE7, IE8 or IE9 directly in our chrome browsers.  IE Compatibility Mode © IE 7 Standards Mode ©IE 8 Standard Mode ©IE 8 Forced Standards Mode ©IE 9 Standards Mode © IE 9 Forced Standards Mode!  ©IE 10Standards Mode is ©IE 10 Forced Standard...

Motivational and Inspiration Films #13

Image
Silicon Valley TV Show – An American comedy series that follows the struggle of Richard Hendricks, a Silicon Valley engineer trying to build his own company called Pied Piper. Mr. Robot TV Show – An American drama thriller, the show focuses on Elliot, a brilliant but extremely unstable young cyber-security engineer and vigilante hacker. He Happen a key figure in a complex game of global ascendancy  when he and his hazy allies try to. Take down corporate America. Pirates of silicon valley Movie – 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. The Internship Movie – Two salesman whose careers have been torpedoed by the young age find their way into a coveted internship and Training at Google. They compete with a group of young. tech-savvy geniuses for a shot at full-time employee. Iron Man Movie – Now a classic, this original Iron Man movie i...