learningaboutcode

Technology Information

Skip to content
Menu
  • JavaScript
  • ReactNative
  • More
    • About Me
    • Contact Me
    • Privacy Policy
    • DISCLAIMER
JavaScriptPosted onAugust 25, 2020February 10, 2021

Single-Page Application(SPAs)

The server returns one single, pre-generated HTML page which in turn contains JavaScript code that changes the page dynamically in the browser (this approach is…

Read More
UncategorizedPosted onAugust 10, 2020February 10, 2021

Django Image upload

This tutorial shows how to upload image in admin panel. We will show the basic setup for it. Setup Go to the terminal, and create…

Read More
UncategorizedPosted onJuly 27, 2020February 10, 2021

Introduction to Django/Python

Django is a Web framework written in Python. A Web framework is a software that supports the development of dynamic web sites, application and services.…

Read More
JavaScriptPosted onJune 30, 2020February 11, 2021

Basic Regular Expression(Regex) understanding

It is constructed either with the RegExp constructor or can be written as a literal value by enclosing a pattern in forward slash(/) characters. The…

Read More
JavaScriptPosted onMay 26, 2020February 11, 2021

Palindromes in Javascript

Here, we are going to achieve palindromes in two ways. With inbuilt javascript functions Using for loops Provided test cases palindrome(“racecar”) should return true palindrome(“test”) should return…

Read More
JavaScriptPosted onMay 19, 2020February 11, 2021

Javascript ES6 arrow function

Arrow function also known as flat arrows are more shorter compare to functions. Lets have a look at it. Here is a function written in…

Read More
JavaScript
JavaScriptPosted onMay 15, 2020February 10, 2021

Rest Parameter and Spread Operator

Rest Parameter… It is denoted by 3 dots(…). The dots(…) means gather the remaining parameters into an array. Below shows the code of rest operator.…

Read More
ReactNativePosted onMay 7, 2020February 10, 2021

React Native ScrollView Animated header

Lets try to achive collapsible scrollview header as shown below. Dependencies Conclusion:You have made your first animation with the reanimated API by making the collapsible header…

Read More
ReactNativePosted onApril 30, 2020February 11, 2021

Adding react-native-image-picker to react-native project

We will use react-native-image-picker library to either to select the image from gallery or to capture the image from camera. Step 1 — Create a basic React…

Read More
ReactNativePosted onApril 23, 2020February 11, 2021

Reactnavigation v5

Adding Icons and changing color in reactnavigation V5 tabbar as shown below. Before diving directly into code , lets first install all the packages If…

Read More

Posts navigation

Previous Page Page 1 Page 2 Page 3 Page 4 Next Page

Recent Posts

  • Best practices for React Native: Naming Convention September 30, 2024
  • JavaScript Operators: Understanding Logical OR and Nullish Coalescing June 26, 2024
  • React portfolio page using templates November 24, 2022
  • How to fix: The following Swift pods cannot yet be integrated as static libraries November 11, 2022
  • Conditionals in Javascript July 19, 2022
© Copyright 2025 – learningaboutcode
Allium Theme by TemplateLens ⋅ Powered by WordPress