Skip to content

Article on different software technologies to become better software engineer

Notifications You must be signed in to change notification settings

suresh-srivastava/tech-articles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Tech Articles on CourseGalaxy

Article on different software technologies to become better software engineer

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.

About

Article on different software technologies to become better software engineer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published