Open in app

Sign In

Write

Sign In

Ckmobile
Ckmobile

383 Followers

Home

About

Published in Geek Culture

·Pinned

A Simple Way to Build a Mobile Chat App With React Native Gifted Chat.

Build the iOS and Android chat app with Firebase and React Native Gifted Chat — In this article, we are going to create a chat app in a simple way. We do not need to use many crazy stuff to create this chat page. It can display the time, the avatar, the messages. This app also include the signin , signout and register function. …

IOS App Development

11 min read

A Simple Way to Build a Mobile Chat App With React Native Gifted Chat.
A Simple Way to Build a Mobile Chat App With React Native Gifted Chat.
IOS App Development

11 min read


Pinned

Udemy Free Node.JS, React.JS, Vue.JS courses (Limited Time)

To get the latest Udemy coupon and news, subscribe our telegram channel https://t.me/ckmobi Subscribe Youtube: ckmobile JavaScript is very important now no matter you are working in backend or frontend. NodeJS, Angular, VueJS or React all…www.youtube.com Follow us: https://twitter.com/ckmobilejavasc1 React native Expo for multiplatform mobile app development Free Best Price Complete NodeJS course with express, socket…

Udemy

1 min read

Udemy

1 min read


Dec 7, 2022

Python pdb module and breakpoint() for debugging

In the old days, we used import pdb and pdb.set_trace() to debug For example, we create a file called ‘main.py’ and enter the following. import pdb def hello(): print('hello1') print('hello2') y = 2 z = 3 x=True pdb.set_trace() print(y+z) print(x+x) hello() pdb.set_trace() print(x+y) But now, we just need to…

Python

3 min read

Python pdb module and breakpoint() for debugging
Python pdb module and breakpoint() for debugging
Python

3 min read


Dec 1, 2022

Python: unit test

Unit test is to ensure that the code still functions as expected after making changes to the code and helps ensure code stability. First, we can create a file called area.py which contain a function to calculate the area of a quadrilateral. def calculate_quad_area(length, width): return length Then we…

Python

2 min read

Python: unit test
Python: unit test
Python

2 min read


Dec 1, 2022

Python Decorators

Python’s decorators are a highly strong and practical tool because they let programmers change the behavior of a function or class. Decorators enable us to wrap another function in order to modify its behavior temporarily while extending the behavior of the wrapped function. For example, now we have a…

Python Decorators

2 min read

Python Decorators
Python Decorators
Python Decorators

2 min read


Nov 30, 2022

Python: code analysis with pylint

To use the pylint we need to install pylint at terminal. pip install pylint Then we can create a file, such as “main.py”. def add(a,b): return a+b print(add(1,3)) Go to the terminal and type “pylint main.py” ************* Module main copy main copy.py:5:0: C0305: Trailing newlines (trailing-newlines) main copy.py:1:0: C0114: Missing module…

Pylint

2 min read

Python: code analysis with pylint
Python: code analysis with pylint
Pylint

2 min read


Nov 28, 2022

Python: 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 another file, the __name__ will become the file name. Let’s create two file, file1.py and file2.py In file1.py print(f'my name is {__name__}') In file2.py …

Python Special Variables

2 min read

Python: What is the meaning of if __ name __ == ‘__ Main__?
Python: What is the meaning of if __ name __ == ‘__ Main__?
Python Special Variables

2 min read


Nov 28, 2022

Python module and packages

How to import modules from another folder — Import module at the same folder First, we create a folder , such as “learn_module”.

Module

2 min read

Python module and packages
Python module and packages
Module

2 min read


Published in JavaScript in Plain English

·Oct 30, 2022

HeadlessUI- Transitions Part 3- Co-ordinating multiple transitions

Sometime there is a need to transition on different elements. One example is when the sidebar slide in, there will be a black overlay underneath appear. In this article, we are going to make a simple one to demonstrate it. First, go to the “components” folder and create Sidebar.js. …

Transition

3 min read

HeadlessUI- Transitions Part 3- Co-ordinating multiple transitions
HeadlessUI- Transitions Part 3- Co-ordinating multiple transitions
Transition

3 min read


Published in JavaScript in Plain English

·Oct 29, 2022

HeadlessUI- Transitions Part 2- showing and hiding content

The <Transition> component rendered as <div> by default, but we can also render is as other elements by using as prop. We can go under the pages, create about.js. import React from 'react' const about = () => { return ( <div>about</div> ) } export default about At the…

React

2 min read

HeadlessUI- Transitions Part 2- showing and hiding content
HeadlessUI- Transitions Part 2- showing and hiding content
React

2 min read

Ckmobile

Ckmobile

383 Followers

Teaching JavasScript, React, React Native, MongoDB and NodeJS https://linktr.ee/ckmobile

Following
  • javinpaul

    javinpaul

  • Anangsha Alammyan

    Anangsha Alammyan

  • Eric Elliott

    Eric Elliott

  • 西米, Go!

    西米, Go!

  • Entrepreneuria

    Entrepreneuria

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech