Article on different software technologies to become better software engineer
Data Structures and Algorithms (DSA) Roadmap
Data Structures and Algorithms (DSA) Roadmap to learn data structures and algorithms for job interview questions and to provide efficient solution to complex problems.
Data Structures and Algorithms (DSA) Interview Questions
Data Structures and Algorithms (DSA) Interview Questions to learn data structures and algorithms for job interview questions and improve your problem solving skills to provide efficient solution to complex problems.
Building Framework In Python
Framework is a collection of generic functionality in form of code which uses specific part written by developer to provide the solution.
Want To Become Compiler Expert
Compilers are one of the most challenging and exciting work.
Design Patterns
Design Patterns are time-tested solutions for commonly recurring problems in object oriented design.
AntiPatterns
AntiPatterns are commonly occurring solutions to problems that create more problem than what they solve.
Writing a Python Library
Library is a collection of functionality in form of code which can be reused.
Building Framework In JavaScript
Framework is a collection of generic functionality in form of code which uses specific part written by developer to provide the solution.
Closure In Python
A closure in python is created when a function is available inside another function.
Writing a JavaScript Library
Library is a collection of functionality in form of code which can be reused.
Factory Function In Python
A factory function in python is used to create function objects.
Method Chaining In Python
Method chaining in python is calling methods of object in chained way.
this keyword In JavaScript
When the function is invoked it will have this.
call(), apply() and bind() in JavaScript
A function has methods call(), apply and bind().
Function Borrowing In JavaScript
Function can be borrowed from one object to use it for another object.
Closure In JavaScript
A closure is created when a function is available inside another function.
Factory Function In JavaScript
A factory function is used to create function objects.
Method Chaining In JavaScript
Method chaining in JavaScript is calling methods of object in chained way.
Reflection In JavaScript
Reflection in JavaScript provides the capability to inspect itself and dynamically invoke the method.
Promises in JavaScript
Promises in JavaScript allows execution of a block of code asynchronously and handle the result when it is ready or handle error for failure.
Python C Extensions
Python C Extensions provides the ability to use C code with Python.