(Zama Khan Mohammed) Many software development teams focus and prioritize software architecture, performance, security, testability, and maintainability of the software but often forget to value the importance of accessibility.
Tag: JSON / JAVA / XML
@Input() And @Output() Decorator In Angular
(Amit Kumar) In this article, I am exploring very important two points related to Angular 2 + version, which the part of Parameter Decorator, and these points are called @Input and @Output decorators. Both are use for transform the data from one component to another component or you can say pass the
How to Compare CSV Files or Compare a CSV File to a Database Table
(David McGahey) CSV files are a quick and convenient way to record structured data in a generic format. Because CSV files are so easy to create, multiple similar versions of very large CSV files can quickly proliferate.
Login With Facebook and Google Using Angular 8
(Sanwar ranwa) In this article, we will learn the step-by-step process of allowing users to log in to an application with Facebook and Gmail using Angular 8. Login with Facebook and Google makes it safe and easy for users to use applications.
Responsible JavaScript: Part III
(Jeremy Wagner) You’ve done everything you thought was possible to address your website’s JavaScript problem. You relied on the web platform where you could. You sidestepped Babel and found smaller framework alternatives.
Getting Started With ReactJS – Part One
(Habibur Rahaman) Nowadays, the buzz word in the industry is React, so today I thought of writing on React. At the end of Part 1 and Part 2, you will be confident to go to the next level of React learning. This will give you the right heads on.
Mapping Java Entities for Persistence With Hibernate (Part 4)
(Mahmoud Anouti) Learn more about the additional ORM mapping features in Hibernate/JPA.
Angular 8 – Application Structure and Fundamentals
(Adil Khurshed) This article is an overview of Angular Application Structure and Fundamentals for starters to help them understand how different building blocks work together, so let’s get started.
Use SQL in Java to Search for Twitter Users Based on Platform Usage
(Jerod Johnson) There was a recent request from the Java community on how to extract Twitter users who have not followed a specific account, but have Tweeted about specific content. In this article, we will walk through using the CData JDBC Driver for Twitter to answer such a question.
All About Effective JavaScript Debugging In Browser Using Console Object
(Atul Sharma) In this article, you will learn the tips for easier and effective JavaScript debugging in the browser.