PinnedCkmobileinGeek CultureA Simple Way to Build a Mobile Chat App With React Native Gifted Chat.Build the chat app with Firebase and React Native Gifted ChatApr 6, 20212Apr 6, 20212
PinnedCkmobileUdemy Free Node.JS, React.JS, Vue.JS courses (Limited Time)Complete NodeJS course with express, socket io and MongoDJan 7, 2021Jan 7, 2021
CkmobilePython pdb module and breakpoint() for debuggingIn the old days, we used import pdb and pdb.set_trace() to debugDec 7, 20221Dec 7, 20221
CkmobilePython: unit testUnit test is to ensure that the code still functions as expected after making changes to the code and helps ensure code stability.Dec 1, 2022Dec 1, 2022
CkmobilePython DecoratorsPython’s decorators are a highly strong and practical tool because they let programmers change the behavior of a function or class…Dec 1, 2022Dec 1, 2022
CkmobilePython: code analysis with pylintTo use the pylint we need to install pylint at terminal.Nov 30, 2022Nov 30, 2022
CkmobilePython: What is the meaning of if __ name __ == ‘__ Main__?__name__ is a built-in variable name which will be __main__, if the file is executed directly. If the file is a module being imported in…Nov 28, 2022Nov 28, 2022
CkmobileinJavaScript in Plain EnglishHeadlessUI- Transitions Part 3- Co-ordinating multiple transitionsSometime there is a need to transition on different elements. One example is when the sidebar slide in, there will be a black overlay…Oct 30, 2022Oct 30, 2022
CkmobileinJavaScript in Plain EnglishHeadlessUI- Transitions Part 2- showing and hiding contentThe <Transition> component rendered as <div> by default, but we can also render is as other elements by using as prop.Oct 29, 2022Oct 29, 2022