Open in app

Sign In

Write

Sign In

Alok Kumar - Software Engineer - OPEN FOR WORK
Alok Kumar - Software Engineer - OPEN FOR WORK

55 Followers

Home

Lists

About

Sep 10

CPP cheatsheet

Sort an Array in CPP/C++ using sort() Sort in Ascending order vector<int> arr = {34, 12, 1, 78, 90, 23}; int len = arr.size(); // ascending order sort(arr.begin(), arr.end()); …

Cpp

2 min read

CPP cheatsheet
CPP cheatsheet
Cpp

2 min read


Sep 5

Top Best Practices and Techniques to your secure Front-End Applications

Use HTTPS It encrypts the data exchanged between the client and the server using TLS/SSL certificates which prevent eavesdropping, tampering, and impersonation attacks. Encrypt Sensitive data Encrypt sensitive data like password, credit card details, tokens Validate User Input validate user input before sending to server or processing it validation meaning checking whether the input meets certain criteria, such as format, length, type, or range.

Frontend

1 min read

Top Best Practices and Techniques to your secure Front-End Applications
Top Best Practices and Techniques to your secure Front-End Applications
Frontend

1 min read


Sep 4

Top 20 Most Important Redux Interview Questions

20 redux interview questions with explanation Sure, here are 20 Redux interview questions with explanations: What is Redux Redux is a predictable state container for JavaScript applications. It is used to manage the state of an application in a predictable and consistent way, making it easier to manage and debug the state of complex applications. Why should I use Redux? When you have large…

Redux

5 min read

Top 20 Most Important Redux Interview Questions
Top 20 Most Important Redux Interview Questions
Redux

5 min read


Sep 3

Mind-blowing CSS hacks

flex: 0 0 auto; The flex property values 0 0 auto have the following meanings: flex-grow: 0: The flex item will not grow when there's extra space available. It will maintain its initial size. flex-shrink: 0: The flex item will not shrink when there's not enough space. …

CSS

1 min read

Mind-blowing CSS hacks
Mind-blowing CSS hacks
CSS

1 min read


Aug 28

JavaScript tricky questions — Part1

27 JavaScript Tricky Interview Questions (ANSWERED) For Experienced JavaScript Developers |… Like any other programming language, JavaScript has its nuances. Knowing how to _recognize_ these nuances is what…www.fullstack.cafe Question 1 console.log(1); setTimeout(() => console.log(2)); Promise.resolve().then(() => console.log(3)); Promise.resolve().then(() => setTimeout(() => console.log(4))); Promise.resolve().then(() => console.log(5)); setTimeout(() => console.log(6)); console.log(7);

JavaScript

2 min read

JavaScript tricky questions — Part1
JavaScript tricky questions — Part1
JavaScript

2 min read


Published in

JavaScript in Plain English

·Aug 23

How Can You Avoid Common JavaScript Pitfalls?

JavaScript is one of the most versatile language I ever work with. But, this language has some unpredictability attached. This language has some pitfalls which can make even an experienced developer scratch the head. Let’s see how can we avoid some pitfalls using some standard practice. Use strict mode Strict mode is a…

JavaScript

2 min read

How Can You Avoid Common JavaScript Pitfalls?
How Can You Avoid Common JavaScript Pitfalls?
JavaScript

2 min read


Aug 22

Most common HTML Interview Questions

What is DOCTYPE in HTML? The HTML <!DOCTYPE> is not an HTML element or tag. It is a declaration which tells the browser what version of HTML the document is written in. This declaration appears as the very first line of in a HTML file. The <!DOCTYPE> declaration is case insensitive. That is it does not matter whether you use uppercase or lowercase. The declaration varies depending on what version of HTML used.

HTML

1 min read

Most common HTML Interview Questions
Most common HTML Interview Questions
HTML

1 min read


Aug 12

GitHub commits aren’t recorded in the ‘Your Contributions` calendar

My Solution // setting your email address for your single repository git config user.email "YOUR_EMAIL" // setting yur email address for all repository on your computer git config --global user.email "YOUR_EMAIL" https://dev.to/duhbhavesh/why-my-commits-aren-t-showing-up-on-github-contributions-graph-3a2h https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address#setting-your-commit-email-address-in-git

Git

1 min read

Git

1 min read


Published in

Towards Dev

·Aug 9

Graphs for Beginner and List of Graph Problems

What is Graph? A graph is a data structure that represents an interconnected network. Strengths Representing links Weakness Scaling challenges : Most of the graph algorithms are O(n*log(n)) or even slower. Terminology Directed Graph : In directed graph, edge points from one node to another node.

Graph

4 min read

Graphs for Beginner and List of Graph Problems
Graphs for Beginner and List of Graph Problems
Graph

4 min read


Jul 31

Recursive Multiplication using sum — Recursion

Problem Statement Do you multiplication? Obviously Yes! If I ask you multiply `2*7 = 14`, here * is multiplication operator. What happen if we would not have multiplication operator(*). We just have addition operator(+). Now, will multiply two numbers using just addition operator(+). Let’s take an example of 2*7 we can add…

Java

2 min read

Recursive Multiplication using sum — Recursion
Recursive Multiplication using sum — Recursion
Java

2 min read

Alok Kumar - Software Engineer - OPEN FOR WORK

Alok Kumar - Software Engineer - OPEN FOR WORK

55 Followers

Want to work as Freelancer, check this out https://wellfound.com/l/2zd5vG - https://www.topcoder.com/gigs?referralId=ys9njr

Following
  • javinpaul

    javinpaul

  • Tim Denning

    Tim Denning

  • Kajol Kumari

    Kajol Kumari

  • Yogesh Chavan

    Yogesh Chavan

  • Sercan Eraslan

    Sercan Eraslan

See all (269)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams