- About AWS AmplifyAWS Amplify is a set of purpose-built tools and features that lets frontend web and mobile developers quickly and easily build full-stack applications on AWS, with the flexibility to leverage the breadth of AWS services as your use cases evolve.
- Embedded JavaScript templates EJSEJS is a simple templating language that lets you generate HTML markup with plain JavaScript. No religiousness about how to organize things. No reinvention of iteration and control-flow. It's just plain JavaScript.
- CSS SelectorsCSS selectors define the elements to which a set of CSS rules apply. There are no selectors or combinators to select parent items, siblings of parents, or children of parent siblings.
- CSS Image functionsThese functions may be used wherever an <image> is valid as the value for a property.
- CSS Color functionsFunctions that specify different color representations. These may be used anywhere a <color> is valid.
- CSS Filter functionsThe <filter-function> CSS data type represents a graphical effect that can change the appearance of an input image. It is used in the filter and backdrop-filter properties.
- CSS Math functionsThe math functions allow CSS numeric values to be written as mathematical expressions.
- CSS Transform functions with an example of some functionsCSS Transform functions with an example of some function
- CSS FunctionsCSS functional notation is a type of CSS value that can represent more complex data types or invoke special data processing or calculations.
- Node.js Frameworks and ToolsNode.js is a low-level platform. In order to make things easy and exciting for developers, thousands of libraries were built upon Node.js by the community.
- Node js - simple introNode.js is an open-source and cross-platform JavaScript runtime environment. It is a popular tool for almost any kind of project!
- React Native Navigation WIXHow to install react native navigation RNN, and use side menu, bottom tabs, and top tabs. RNN doesn't support top tabs in v 7.1.1, we will use react-native-tab-view. Also, we will use react-native-navigation-hooks because we will use functional component.
- How to create an image carousel with a lightboxThis post explains how to make an image carousel with a package react-native-looped-carousel and an image modal lightbox with package react-native-lightbox. We will use the package react-native-fast-image for better optimization.
- WebView in React Native with embed examplesIf we have in API HTML tags that we get from a text editor or if we need to display iframe from social networks like youtube, twitter, facebook, instagram we will use webview with static HTML in source.
- Fetching API data in React NativeReact Native provides the Fetch API for your networking needs. Fetch will seem familiar if you have used XMLHttpRequest or other networking APIs before. You may refer to MDN's guide on Using Fetch for additional information.