learningaboutcode

Technology Information

Skip to content
Menu
  • JavaScript
  • ReactNative
  • More
    • About Me
    • Contact Me
    • Privacy Policy
    • DISCLAIMER

Category: JavaScript

React native best practices
JavaScriptPosted onSeptember 30, 2024September 30, 2024

Best practices for React Native: Naming Convention

Any codebase needs naming conventions to be organized. We will examine ways to make the React Native codebase readable, structured, and scalable in today’s discussion…

Read More
React using template
JavaScriptPosted onNovember 24, 2022September 17, 2024

React portfolio page using templates

Today we are going to make a react project using template. Here are the points you have to follow. 3. Now create a new folder…

Read More
Conditionals in Javascript
JavaScriptPosted onJuly 19, 2022September 17, 2024

Conditionals in Javascript

Conditions in any programming language are the control behavior which determines whether or not that piece of code can run. Some of the conditions used…

Read More
Javascript
JavaScriptPosted onJuly 11, 2022September 17, 2024

JavaScript Basics for Beginners 2

Use of “use Strict” : Its strictly checks if the variable is defined using var keyword or let keyword. Handle Global Variables: It is difficult…

Read More
Javascript
JavaScriptPosted onJuly 5, 2022September 17, 2024

JavaScript Basics for beginners

Javascript is a dynamic language that means -> Datatypes of the variables can change during runtime. Javascript determines data types depending on the values assigned.We…

Read More
JavaScriptPosted onFebruary 4, 2021April 10, 2024

Commons Programming Case Types

Naming convention in programming is considered one of the hardest things. Today we will learn the different and most common types which are used in…

Read More
JavaScriptPosted onJanuary 24, 2021April 10, 2024

Runtime vs. Compile time

Run time and Compile time are the words used by the developers while programming. Compile-Time Errors Errors that occur when you violate the rules of writing syntax.…

Read More
JavaScriptPosted onDecember 23, 2020April 10, 2024

React AddList with Firebase deployment

Here is the todolost developed in react and deployed/hosted in firebase Lets, discuss in detail regarding our code. Lets create a react app Then it…

Read More
JavaScriptPosted onDecember 16, 2020February 11, 2021

GET/POST in nodejs

Node.js is an open-source, server-side, powerful JavaScript-based platform built on Google Chrome’s JavaScript v8 Engine. Lets practice GET/POST/ in node.js create a new folder After…

Read More
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

Posts navigation

Page 1 Page 2 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