Coder Baba
2.41K 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
❇️ IS PROGRAMMING JUST A MYTH ?

While math is often used in programming, it is not the only aspect of the field.

πŸ‘‰ Programming involves skills and concepts i.e -

β•°β”ˆβž€
Design
β•°β”ˆβž€ Communication
β•°β”ˆβž€ Project management
β•°β”ˆβž€ Logic Building
β•°β”ˆβž€ Problem Solving Skills
β•°β”ˆβž€ Various tools and technologies
β•°β”ˆβž€ Etc.

So programming involves several other skills rather than just Maths.

Subscribe My channel @Coder_Baba
πŸ„β€β™‚οΈ 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