Coder Baba
2.42K subscribers
1.01K photos
23 videos
722 files
723 links
Everything about programming for beginners.
1 and only official telegram channel of CODERBABA India.

Content:
.NET Developer,
Programming (ASP. NET, VB. NET, C#, SQL Server),
& Projects
follow me https://linktr.ee/coderbaba
*Programming
*Coding
*Note
Download Telegram
πŸ„β€β™‚οΈ Some cool facts about Coding

πŸš€ Coding has over 700 languages.

πŸš€ The first programming language was called FORTRAN

πŸš€ The world’s first computer programmer was a renowned female mathematician

πŸš€ The first computer virus was created by a 15-year-old in 1982

πŸš€ The first computer didn’t use any electricity.

Which of these points had already known to you?😎

Comment
πŸ‘©β€πŸ’»
https://www.instagram.com/p/CrOUFrfhnNk/?utm_source=ig_web_button_share_sheet
What is the difference between a web developer and a full stack developer?

i. Web Designer
Technologies: Web graphics and animation (Adobe Photoshop, Illustrator, etc., Flash animation)

ii. Web Developer (Front-end)
Technologies: HTML, CSS, JavaScript, ActionScript (for Flash)

iii. Web Developer (Back-end)
Technologies:

One or more Server-side scripting language ~ PHP, JSP, CFM, NodeJS, Ruby (for Ruby on Rails framework ~ ROR), C# (.Net), Python, Perl, etc.
One or more databases (SQL) ~ MySql/MariaDB, PostgreSql, MS SQL, Oracle, etc.


Full stack developer:
β€˜Stack’ means a particular combo of technologies frequently used by a community of software or web application developers. My choice was the LAMP platform or stack: Linux OS, Apache Web server, MySql Database and PHP server side scripting. To be a full stack developer, not only you have to know front-end and back-end languages and SQL for database, you have to also have a very good working knowledge of server OS and web server administration. While a web developer might concentrate on one or two languages, a full stack developer will know the ins and outs of the web environment and all aspects of the web application. Frequently they are the ones who are responsible for building the architecture of an application from ground up.

A full stack developer will also additionally have knowledge of various other technologies and frameworks like JSON, XML, XSLT, JavaScript libraries (JQuery, Angular, BootStrap, PrototypeJS, ReactJS), NodeJs, Shell scripting, etc.
Q-What are exampls of a Full-Stack Web Developers?

As of now:

πŸ‘‰πŸ»Frontend:

HTML (Jade)
CSS (SASS/LESS)
Javascript (Angular.js, jQuery, CoffeeScript, Backbone.js, React.js)

πŸ‘‰πŸ»Database:

Postgresql 9.4
MongoDB
MySql

πŸ‘‰πŸ»Backend:

Node.js
Ruby On Rails
PHP
Python

πŸ‘‰πŸ»Tools:

GIT
GULP
ATOM
SUBLIME
AWS
HEROKU
SITEPRISM

πŸ‘‰πŸ»Web Design:

Photoshop
Illustrator
πŸ‘‰πŸ»Dot Net full stack developer will be a person who has complete knowledge of both Front End and Back End required to build a fully functional Dot Net application.

Skills required:

HTML
CSS
Bootstrap
JavaScript
jQuery/ Angular JS
AJAX
Web API
C#
SQL Server (database)
ASP .NET( Ado .Net + Stack Management Techniques)
MVC/ Asp .Net Core

If you want to be a Microsoft full stack developer. Few skills will get added to the list

MSBI Tools ( SSIS, SSRS, SSAS)
Microsoft Azure (Cloud)
AWS_Certified_Cloud_Practitioner_2020_CLF_C01.epub
1.4 MB
AWS Certified Cloud Practitioner 2020 (CLF-C01)
Thomas Howell, 2020
πŸ‘‰πŸ»Dot Net full stack developer : Follow @coderbaba
.Net full stack developer will be a person who has complete knowledge of both Front End and Back End required to build a fully functional Dot Net application.
https://www.instagram.com/reel/CrQ36CsAnXa/?utm_source=ig_web_copy_link
πŸ‘†πŸ‘†πŸ‘†dekho
This GitHub repository contents javascript Questions and answers.
Link: πŸ‘‰πŸ» https://github.com/lydiahallie/javascript-questions

πŸ”₯Practice and Happy coding πŸ’―
follow @Coder_Baba
VS Code Cheatsheet.pdf
11.8 MB
πŸ‘†πŸ’ͺπŸ’ͺ
:- Data structure | Algorithm Question -:

πŸš€Array

1. Find pair with given sum in the array
2. Check if subarray with 0 sum is exists or not
3. Print all sub-arrays with 0 sum
4. Sort binary array in linear time
5. Find a duplicate element in a limited range array
6. Find maximum length sub-array having given sum
7. Find maximum length sub-array having equal number of 0’s and 1’s
8. Find maximum product of two integers in an array
9. Sort an array containing 0’s, 1’s and 2’s (Dutch National Flag Problem)
10. In place merge two sorted arrays
11. Merge two arrays by satisfying given constraints
12. Find index of 0 to replace to get maximum length sequence of continuous ones
13. Shuffle a given array of elements (Fisher–Yates shuffle)
14. Rearrange the array with alternate high and low elements
15. Find equilibrium index of an array
16. Find largest sub-array formed by consecutive integers
17. Find majority element (Boyer–Moore Majority Vote Algorithm)
18. Move all zeros present in the array to the end
19. Replace each element of array with product of every other element without using / operator
20. Find Longest Bitonic Subarray in an array
21. Longest Increasing Subsequence
22. Find maximum difference between two elements in the array by satisfying given constraints
23. Maximum Sum Subarray Problem (Kadane’s Algorithm)
24. Print continuous subarray with maximum sum
25. Maximum Sum Circular Subarray
26. Find all distinct combinations of given length β€” I
27. Find all distinct combinations of given length with repetition allowed
28. Find maximum sequence of continuous 1’s formed by replacing at-most k zeroes by ones
29. Find minimum sum subarray of given size k
30. Find maximum product subarray in a given array
31. Find subarray having given sum in given array of integers
32. Find the length of smallest subarray whose sum of elements is greater than the given number
33. Find largest number possible from set of given numbers
34. Find the smallest window in array sorting which will make the entire array sorted
35. Find maximum sum path involving elements of given arrays
36. Maximum profit earned by buying and selling shares any number of times
37. Trapping Rain Water within given set of bars
38. Find minimum platforms needed in the station so to avoid any delay in arrival of any train
39. Decode the array constructed from another array
40. Sort an array using one swap
41. Find Triplet with given sum in an array
42. Length of longest continuous sequence with same sum in given binary arrays
43. Reverse every consecutive m elements of the given subarray
44. Maximum Product Subset Problem
45. Find pairs with given difference k in the array
46. Find pairs with given difference k in the array | Constant space solution
47. 4 sum problem | Quadruplets with given sum
48. Print all quadruplets with given sum | 4-sum problem extended
49. Quickselect Algorithm
50. Rearrange array such that A[A[i]] is set to i for every element A[i]
51. Print all Triplets that forms Arithmetic Progression
52. Print all Triplets that forms Geometric Progression
53. Print all combination of numbers from 1 to n having sum n
54. Replace each element of the array by its corresponding rank in the array
55. Print all Triplets in an array with sum less than or equal to given number
56. Group elements of an array based on their first occurrence
57. Find minimum difference between index of two given elements present in the array
58. Find maximum absolute difference between sum of two non-overlapping sub-arrays
59. Find all Symmetric Pairs in an Array of Pairs
60. Partition an array into two sub-arrays with the same sum
61. Find count of distinct elements in every sub-array of size k
62. Find two numbers with maximum sum formed by array digits
63. Print all sub-arrays of an array having distinct elements
64. Find a Triplet having Maximum Product in an Array
65. Find Minimum Index of Repeating Element in an Array
66. Generate random input from an array according to given probabilities
67. Find pair in an array having minimum absolute sum
68. Find Index of Maximum Occurring Element with Equal Probability
69. Check if an Array is Formed by Consecutive Integers
70. Find two non-overlapping pairs having same sum in an array
71. Add elements of two arrays into a new array
72. Find Minimum Product among all Combinations of Triplets in an Array
73. Replace every element of an array with the least greater element on its right
74. Find all odd occurring elements in an array having limited range of elements
75. Count the distinct absolute values in the sorted array
76. Print all combinations of positive integers in increasing order that sum to a given number
77. Find all distinct combinations of given length β€” II
78. Find subarrays with given sum in an array
79. Find the surpasser count for each element of an array
80. Find maximum length sequence of continuous ones (Using Sliding Window)
81. Find maximum length sequence of continuous ones
82. Find index that divides an array into two non-empty subarrays of equal sum
83. Calculate frequency of all elements present in an array of specified range
84. Rearrange the array such that it contains positive and negative numbers at alternate positions
85. Find a sorted triplet in the given array
86. Shuffle an array according to the given order of elements
87. Count number of strictly increasing sub-arrays in an array
88. Find duplicates within given range k in an array
89. Longest Alternating Subarray Problem
90. Find minimum range with at-least one element from each of the given arrays
91. Find longest subsequence formed by consecutive integers
92. Find all elements in an array that are greater than all elements present to their right
93. Find missing number in array without using extra space
94. Determine index of an element in given array which satisfies given constraints
95. Find minimum moves required for converting a given array to an array of zeroes
96. Left rotate an array
97. Right rotate an array k times
98. Find maximum profit earned from at most two stock transactions
99. Find Frequency of each element in a sorted array containing duplicates
100. Find Minimum and Maximum element in an array using minimum comparisons
101. Difference between Subarray, Subsequence and Subset
102. Find odd occurring element in an array in single traversal
103. Find odd occurring element in logarithmic time
104. Find two odd occurring elements in an array without using any extra space
105. Check if given array represents min heap or not
106. Find K’th smallest element in an array
107. Find K’th largest element in an array
108. Sort a K-Sorted Array
109. Merge M sorted lists of variable length
110. Find smallest range with at-least one element from each of the given lists
111. Merge M sorted lists each containing N elements
112. Find maximum sum of subsequence with no adjacent elements
113. Find ways to calculate a target from elements of specified array
114. Sort elements by their frequency and Index
115. Sort an array based on order defined by another array
116. Inversion Count of an array
117. Segregate positive and negative integers in linear time
118. Find number of rotations in a circularly sorted array
119. Search an element in a circular sorted array
120. Find first or last occurrence of a given number in a sorted array
121. Count occurrences of a number in a sorted array with duplicates
122. Find smallest missing element from a sorted array
123. Find Floor and Ceil of a number in a sorted array
124. Search in a nearly sorted array in logarithmic time
125. Find number of 1’s in a sorted binary array
126. Find Missing Term in a Sequence in Logarithmic time
127. Find missing number and duplicate elements in an array
128. Find the peak element in an array
129. Find Floor and Ceil of a number in a sorted array (Recursive solution)
130. Print all distinct subsets of a given set