Published onAugust 26, 2021Introduction to programmingBlogprogrammingbeginnersIntroduction to programming
Published onAugust 25, 2021Accessing Firebase servicesBlogfirebasebackendKnow more about how to access firebase services
Published onAugust 24, 2021Core Firebase ServicesBlogfirebasebackendKnow more about core firebase services
Published onAugust 24, 2021What is Firebase?BlogfirebasebackendKnow more about firebase and it's benefits
Published onJanuary 30, 2021Hacktoberfest 2020 challenge completed!BloghacktoberfestgithubopensourceLast October I successfully completed the Hacktoberfest2020 challenge by submitting 4 successful PRs
Published onJanuary 29, 2021Lambda expressions in pythonBlogpythonprogrammingcodenewbieLearn about Lambda functions with various examples
Published onJanuary 18, 2021Functional programming in pythonBlogpythonprogrammingcodenewbieLearn about functional programming, pure functions, map(), filter(), zip(), reduce()
Published onJanuary 17, 2021Arguments and parameters in functionBlogpythonprogrammingcodenewbieIn general, the term parameters and arguments are being used interchangeably.
Published onJanuary 16, 2021the return statements in functionsBlogpythonprogrammingcodenewbieExplore more on functions throughreturn statements.
Published onJanuary 15, 2021functions in pythonBlogpythonprogrammingcodenewbieA function is a piece of code.
Published onJanuary 14, 2021pass statement in pythonBlogpythonprogrammingThe pass statement does nothing.
Published onJanuary 13, 2021Else Clauses on LoopsBlogpythonprogrammingLoop statements may have an else clause.
Published onJanuary 12, 2021Basic jump statements in pythonBlogpythonprogrammingJump statements can be used to modify the behaviour of conditional and iterative statements.
Published onJanuary 11, 2021Loops in pythonBlogpythonprogrammingIn programming, we can repeat certain tasks using loops.
Published onJanuary 9, 2021Membership Operators in pythonBlogpythonprogrammingMembership operators are used to testing if a sequence with the specified value is present in the given object.
Published onJanuary 8, 2021Identity Operators in pythonBlogpythonprogrammingIdentity operators are used to checking whether the objects are the same or not.
Published onJanuary 7, 2021Logical Operators in pythonBlogpythonprogrammingLogical operators are used to combining more than two conditional statements.
Published onJanuary 6, 2021Assignment Operators in pythonBlogpythonprogrammingAssignment operators are used to assigning values to variables.
Published onJanuary 5, 2021Comparison Operators in pythonBlogpythonprogrammingSo, basically, comparison operators are used to comparing two values that are numbers.
Published onJanuary 4, 2021Bitwise Operators in pythonBlogpythonprogrammingWhen it comes to binary numbers, bitwise operators are the choice. Bitwise operators are used to performing operations on binary numbers.
Published onJanuary 3, 2021Arithmetic operators in pythonBlogpythonprogrammingOperators are used to performing operations on any given data stored inside variables.
Published onJanuary 2, 2021Getting input in pythonBlogpythonprogrammingGetting input from the user is what makes a program more interactive with the user.
Published onJanuary 2, 2021print function in pythonBlogpythonprogrammingprint() function and input() function makes the program more interactive with the user.
Published onDecember 31, 2020Data types in pythonBlogpythonprogrammingData types are one of the building blocks of python and you can do a lot of things with data types!
Published onDecember 31, 2020Variables in PythonBlogpythonprogrammingVariables in programming are something like containers storing some specific things. Variables are a way we store store data on computer.
Published onSeptember 9, 2020Become A Data AnalystBlogsqlpostgrespythondatabaseLearn SQL, Python, Tableau, Elasticsearch, and Apache Spark and become a Data Engineer!
Published onSeptember 9, 2020Become a Job Ready ProgrammerBlogjavawebdevbeginnersspringframeworkDo you want to pursue a career in Technology and don’t know where to start?
Published onJuly 21, 2020Building Blocks of any Programming LanguageBlogProgrammingcodenewbiecomputersciencebeginnersExplore the Concepts and Topics common to all programming languages, that either a Beginner to Programming or Programmer must know!
Published onJuly 17, 2020Python Programming A Beginner’s GuideBlogPythonPython is an interpreted, high-level, powerful general-purpose programming language.