<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Abhishek</title>
    <description>The latest articles on DEV Community by Abhishek (@abhishekalbert).</description>
    <link>https://dev.to/abhishekalbert</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F98018%2F9e415382-5f06-4694-9f8a-ccc4f84b4998.jpeg</url>
      <title>DEV Community: Abhishek</title>
      <link>https://dev.to/abhishekalbert</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abhishekalbert"/>
    <language>en</language>
    <item>
      <title>I Built an AI-Powered Learning OS Because I Was Tired of Forgetting Everything I Read</title>
      <dc:creator>Abhishek</dc:creator>
      <pubDate>Fri, 17 Apr 2026 19:26:57 +0000</pubDate>
      <link>https://dev.to/abhishekalbert/i-built-an-ai-powered-learning-os-because-i-was-tired-of-forgetting-everything-i-read-2e9j</link>
      <guid>https://dev.to/abhishekalbert/i-built-an-ai-powered-learning-os-because-i-was-tired-of-forgetting-everything-i-read-2e9j</guid>
      <description>&lt;p&gt;Most people read non-fiction the same way: skim chapters, highlight some quotes, feel productive for a day, and forget 90% within a week.&lt;/p&gt;

&lt;p&gt;I've been there. I'd finish a 300-page book on strategy or psychology, feel like I learned something profound, and then two weeks later struggle to recall a single framework from it. The notes I took gathered dust. The highlights were buried in an app I never reopened.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhkysio5acyj4iurvtjei.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhkysio5acyj4iurvtjei.png" alt=" " width="800" height="436"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Turns out, this isn't a discipline problem. It's a biology problem — and there's 140 years of research proving it.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;&lt;a href="https://www.readgraph.app/" rel="noopener noreferrer"&gt;ReadGraph&lt;/a&gt;&lt;/strong&gt; — a self-hosted AI learning system that turns non-fiction books into something you actually retain. Not another reading app. Not another AI chatbot. A complete learning OS that understands what you've read, finds what you're missing, tests your understanding, and maps how everything connects.&lt;/p&gt;

&lt;p&gt;Eight major versions and thousands of lines of code later, here's the story — and the science behind it.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem: Your Brain Is Designed to Forget
&lt;/h2&gt;

&lt;p&gt;In 1885, German psychologist Hermann Ebbinghaus ran a series of experiments on himself — memorizing nonsense syllables and testing his retention at intervals. What he discovered became one of psychology's most replicated findings: &lt;strong&gt;the forgetting curve&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The data is brutal:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Within &lt;strong&gt;20 minutes&lt;/strong&gt;, you forget roughly &lt;strong&gt;42%&lt;/strong&gt; of newly learned material&lt;/li&gt;
&lt;li&gt;Within &lt;strong&gt;1 hour&lt;/strong&gt;, you lose over &lt;strong&gt;50%&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Within &lt;strong&gt;24 hours&lt;/strong&gt;, only about &lt;strong&gt;33%&lt;/strong&gt; remains — &lt;strong&gt;two-thirds is gone&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Within &lt;strong&gt;1 week&lt;/strong&gt;, up to &lt;strong&gt;90%&lt;/strong&gt; has faded&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A &lt;a href="https://ncbi.nlm.nih.gov/pmc/articles/PMC4492928/" rel="noopener noreferrer"&gt;2015 replication study by Murre &amp;amp; Dros&lt;/a&gt;, published in &lt;em&gt;PLOS ONE&lt;/em&gt;, confirmed Ebbinghaus was right — their modern results showed &lt;strong&gt;31.7% retention at 24 hours&lt;/strong&gt;, almost identical to the 1885 data.&lt;/p&gt;

&lt;p&gt;This isn't about intelligence or effort. This is how human memory works by default. The forgetting curve is exponential and merciless — unless you do something to fight it.&lt;/p&gt;

&lt;p&gt;That "something" is well-documented in learning science. The problem is that most reading tools don't implement any of it.&lt;/p&gt;

&lt;p&gt;ReadGraph does.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Science That ReadGraph Is Built On
&lt;/h2&gt;

&lt;p&gt;Every major feature in ReadGraph maps to a research-backed learning technique. This isn't marketing — these are the same methods used in medical schools, language acquisition programs, and cognitive psychology labs.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Spaced Repetition — Fighting the Forgetting Curve
&lt;/h3&gt;

&lt;p&gt;The most powerful weapon against forgetting is &lt;strong&gt;spaced repetition&lt;/strong&gt;: reviewing material at strategically increasing intervals, timed to hit right before you'd naturally forget.&lt;/p&gt;

&lt;p&gt;The research is overwhelming:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A &lt;a href="https://pubmed.ncbi.nlm.nih.gov/41601436/" rel="noopener noreferrer"&gt;2025 meta-analysis&lt;/a&gt; of &lt;strong&gt;13 studies across 21,415 learners&lt;/strong&gt; found a significant effect favoring spaced repetition over standard study techniques, with a standardized mean difference of &lt;strong&gt;0.78&lt;/strong&gt; (p &amp;lt; 0.0001).&lt;/li&gt;
&lt;li&gt;Medical students using spaced repetition scored &lt;strong&gt;58.03% vs 43.20%&lt;/strong&gt; for control groups in a &lt;a href="https://www.theabfm.org/research/research-library/the-effect-of-spaced-repetition-on-learning-and-knowledge-transfer-in-a-large-cohort-of-practicing-physicians/" rel="noopener noreferrer"&gt;large-scale family medicine study&lt;/a&gt; (p &amp;lt; .001, Cohen's d = 0.62).&lt;/li&gt;
&lt;li&gt;Nursing students using spaced repetition flashcards were &lt;strong&gt;nearly 3x more likely to pass exams&lt;/strong&gt; (OR = 2.84) and &lt;strong&gt;over 2x more likely to achieve the highest grade&lt;/strong&gt; (OR = 2.31).&lt;/li&gt;
&lt;li&gt;A &lt;a href="https://www.frontiersin.org/journals/medicine/articles/10.3389/fmed.2025.1601614/abstract" rel="noopener noreferrer"&gt;2025 paediatrics study&lt;/a&gt; showed post-test scores jumping from 11.42 to 16.24 in the intervention group, with &lt;strong&gt;over 90% of students reporting improved retention&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;How ReadGraph uses this:&lt;/strong&gt; The vocabulary builder in the Communication Lab uses the &lt;strong&gt;SM-2 algorithm&lt;/strong&gt; (the same one powering Anki and Duolingo) to schedule concept reviews at optimal intervals. Assessments are also timed to interrupt the forgetting curve at the right moment.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Retrieval Practice — The Testing Effect
&lt;/h3&gt;

&lt;p&gt;You remember what you &lt;strong&gt;actively retrieve&lt;/strong&gt; — not what you passively re-read. This is one of the most robust findings in learning research.&lt;/p&gt;

&lt;p&gt;A &lt;a href="https://link.springer.com/article/10.1007/s10648-021-09595-9" rel="noopener noreferrer"&gt;systematic review of 50 classroom experiments&lt;/a&gt; involving &lt;strong&gt;5,374 students&lt;/strong&gt; found that &lt;strong&gt;57% of studies showed medium or large benefits&lt;/strong&gt; from retrieval practice. It worked across different education levels, content areas, and experimental designs.&lt;/p&gt;

&lt;p&gt;The key finding: retrieval practice with feedback produces an effect size of &lt;strong&gt;g = 0.50&lt;/strong&gt; — a substantial improvement. Without feedback, the benefits diminish significantly. The feedback piece is critical.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How ReadGraph uses this:&lt;/strong&gt; When you finish a chapter, ReadGraph generates proper assessments — multiple choice, short answer, scenario analysis — built from your actual reading. It grades honestly with a 75% pass threshold, identifies gaps, and gives detailed feedback. This isn't a quiz for fun; it's retrieval practice with feedback, exactly as the research prescribes.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Concept Mapping — Knowledge That Connects
&lt;/h3&gt;

&lt;p&gt;Isolated facts are fragile. Connected knowledge is resilient. Cognitive psychologist Dan Willingham put it simply: &lt;strong&gt;"Understanding is remembering in disguise."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Research published in &lt;a href="https://link.springer.com/article/10.1007/s11251-025-09720-z" rel="noopener noreferrer"&gt;&lt;em&gt;Instructional Science&lt;/em&gt;&lt;/a&gt; (2025) showed that &lt;strong&gt;retrieval-based concept mapping&lt;/strong&gt; performed as well as traditional retrieval practice, with both significantly outperforming simple re-studying on &lt;strong&gt;transfer tests one week later&lt;/strong&gt;. The concepts stick because they're anchored to other concepts.&lt;/p&gt;

&lt;p&gt;A &lt;a href="https://eric.ed.gov/?id=EJ1225717" rel="noopener noreferrer"&gt;flipped classroom study&lt;/a&gt; comparing knowledge graphs to concept maps found that students using knowledge graphs showed &lt;strong&gt;better performance in both breadth and depth&lt;/strong&gt; of subject knowledge. The semantic relationships between entities support deeper cognitive engagement and collaborative knowledge construction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How ReadGraph uses this:&lt;/strong&gt; Every concept, resource, book, and chapter becomes a node in an interactive 3D knowledge graph. The connections form automatically as you read. By your fifth book, you have a living map of how ideas relate across subjects — the kind of cross-domain insight that makes knowledge compound instead of sit in silos.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Self-Explanation — Learning by Articulating
&lt;/h3&gt;

&lt;p&gt;A &lt;a href="https://link.springer.com/article/10.1007%2Fs10648-018-9434-x" rel="noopener noreferrer"&gt;meta-analysis of 64 research reports&lt;/a&gt; found that self-explanation prompts produce an effect size of &lt;strong&gt;g = 0.55&lt;/strong&gt; — asking learners to explain concepts in their own words generates inferences about causal connections and conceptual relationships that passive reading never triggers.&lt;/p&gt;

&lt;p&gt;The researchers specifically recommended that future systems explore &lt;strong&gt;computer-generated self-explanation prompts&lt;/strong&gt; rather than relying on instructor-scripted ones.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How ReadGraph uses this:&lt;/strong&gt; The AI mentor doesn't just answer questions — it asks them. It prompts you to explain concepts, connect ideas across chapters, and articulate your understanding. The gap analysis feature identifies where your understanding is shallow and pushes you to go deeper. This is self-explanation driven by AI, exactly the direction the research points toward.&lt;/p&gt;




&lt;h2&gt;
  
  
  What ReadGraph Actually Does
&lt;/h2&gt;

&lt;p&gt;The science is the foundation. Here's what it looks like in practice.&lt;/p&gt;

&lt;p&gt;Think of ReadGraph as a &lt;strong&gt;personal study partner&lt;/strong&gt; that never gets tired, never judges you, and has perfect memory of everything you've ever studied.&lt;/p&gt;

&lt;h3&gt;
  
  
  Organize Your Reading
&lt;/h3&gt;

&lt;p&gt;You add a book — type the table of contents or snap a photo of it (OCR handles the rest). ReadGraph breaks it into chapters and tracks your progress. Simple, but it gives you an honest view of where you actually are.&lt;/p&gt;

&lt;h3&gt;
  
  
  Automatic Knowledge Enrichment
&lt;/h3&gt;

&lt;p&gt;When you add a book, ReadGraph &lt;strong&gt;automatically searches the web&lt;/strong&gt; for articles, blog posts, case studies, and resources related to each chapter. These get processed and stored in your local knowledge base.&lt;/p&gt;

&lt;p&gt;By the time you sit down to read Chapter 3, supplementary material is already waiting — alternative explanations, real-world examples, and context the author didn't include.&lt;/p&gt;

&lt;h3&gt;
  
  
  An AI Mentor That Actually Knows Your Content
&lt;/h3&gt;

&lt;p&gt;This isn't ChatGPT with a "pretend you read this book" prompt. The AI mentor has &lt;strong&gt;real access&lt;/strong&gt; to your notes, the enriched knowledge base, a knowledge graph of concepts, and your reading history. When you ask "How does this relate to what I read in Chapter 2?", it looks up what you actually studied and gives a grounded response with citations.&lt;/p&gt;

&lt;p&gt;The mentor also renders &lt;strong&gt;visual explanations&lt;/strong&gt; inline — flowcharts, concept maps, comparison charts, and diagrams — right inside the chat.&lt;/p&gt;

&lt;h3&gt;
  
  
  Gap Analysis
&lt;/h3&gt;

&lt;p&gt;ReadGraph compares what you've actually read against what's in the knowledge base and identifies &lt;strong&gt;specific concepts you haven't encountered yet&lt;/strong&gt;. It's like having someone who read the same book plus 50 related articles pointing out your blind spots.&lt;/p&gt;

&lt;h3&gt;
  
  
  Real Assessments with Honest Grading
&lt;/h3&gt;

&lt;p&gt;AI-generated assessments — multiple choice, short answer, scenario analysis — grounded in what you actually studied. A 75% pass threshold. No sugarcoating. This is the retrieval practice piece that interrupts the forgetting curve.&lt;/p&gt;

&lt;h3&gt;
  
  
  A Living 3D Knowledge Graph
&lt;/h3&gt;

&lt;p&gt;Every concept becomes a node. Every relationship becomes an edge. You can literally see how ideas cluster across books and subjects. The "everything is connected" moment is real — and it's backed by the concept mapping research above.&lt;/p&gt;

&lt;h3&gt;
  
  
  Study Planner
&lt;/h3&gt;

&lt;p&gt;AI generates a realistic day-by-day reading plan with calendar and timeline views. Not generic advice — a plan that accounts for chapter length, complexity, and your reading pace.&lt;/p&gt;

&lt;h3&gt;
  
  
  Communication Lab
&lt;/h3&gt;

&lt;p&gt;Practice applying what you learned through role-play scenarios. Pitch to a simulated investor. Negotiate a deal. Includes a vocabulary builder with &lt;strong&gt;SM-2 spaced repetition&lt;/strong&gt; so terms actually stick in long-term memory.&lt;/p&gt;

&lt;h3&gt;
  
  
  Reflective Journal
&lt;/h3&gt;

&lt;p&gt;A private journal with mood tracking and an AI companion. Learning hard material is emotionally taxing. The journal gives you a space to process that.&lt;/p&gt;

&lt;h3&gt;
  
  
  Dashboard That Tells the Truth
&lt;/h3&gt;

&lt;p&gt;Reading streaks, time tracking, coverage charts, understanding metrics, and AI-generated insights. The honest mirror that shows whether you're progressing or just going through the motions.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Benefits: Why This Approach Works
&lt;/h2&gt;

&lt;h3&gt;
  
  
  You Actually Retain What You Read
&lt;/h3&gt;

&lt;p&gt;Spaced repetition + active recall + concept mapping + self-explanation. These aren't buzzwords — they're the four most evidence-backed learning techniques in cognitive science, and ReadGraph implements all of them in one integrated system.&lt;/p&gt;

&lt;h3&gt;
  
  
  Your Knowledge Compounds
&lt;/h3&gt;

&lt;p&gt;Most reading is isolated — each book sits in a mental silo. ReadGraph's knowledge graph breaks those silos. By your fifth book, you have four books' worth of concepts already mapped, and the system shows you connections you'd never notice on your own.&lt;/p&gt;

&lt;h3&gt;
  
  
  You Get Honest About Your Gaps
&lt;/h3&gt;

&lt;p&gt;Gap analysis removes the illusion of understanding. You learn where your real blind spots are, not where you &lt;em&gt;think&lt;/em&gt; they are.&lt;/p&gt;

&lt;h3&gt;
  
  
  Your Data Stays Yours
&lt;/h3&gt;

&lt;p&gt;ReadGraph runs &lt;strong&gt;entirely on your machine&lt;/strong&gt;. Your notes, reading history, knowledge graph — all stored in a local PostgreSQL database. No cloud. No subscription. No risk of a startup shutting down and deleting your data. (Remember when Pocket shut down in July 2025 and 17 million users lost everything? That can't happen here.)&lt;/p&gt;

&lt;h3&gt;
  
  
  It Works for Any Non-Fiction
&lt;/h3&gt;

&lt;p&gt;Psychology, history, science, philosophy, business, self-improvement — if it has chapters and concepts, ReadGraph can help you learn it deeply.&lt;/p&gt;

&lt;h3&gt;
  
  
  You Control Your AI Spending
&lt;/h3&gt;

&lt;p&gt;Built-in budget controls let you set daily, weekly, or monthly spending limits. The system tracks every API call's cost and pauses when you hit your cap. Supports 300+ AI models including free ones. No surprise bills.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Journey: From Weekend Project to Learning OS
&lt;/h2&gt;

&lt;p&gt;ReadGraph didn't start as what it is today.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The early versions&lt;/strong&gt; were bare-bones — a book tracker with a basic AI chat. Notes lived in browser storage. No enrichment, no knowledge graph, no assessments.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The middle versions&lt;/strong&gt; added the pieces that made it actually useful: automated enrichment that finds supplementary material, a knowledge graph connecting concepts across books, and real assessments with honest grading.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The recent versions&lt;/strong&gt; focused on depth and polish: the Communication Lab for practicing what you learn, spaced repetition for vocabulary retention, a journal for processing the emotional side of learning, rich visual responses (diagrams, charts, concept maps), a complete design system, budget controls, accessibility, and security hardening.&lt;/p&gt;

&lt;p&gt;Eight major versions. Each built on the insight that &lt;strong&gt;reading and learning are different activities&lt;/strong&gt;, and the gap between them is where the real opportunity lies.&lt;/p&gt;




&lt;h2&gt;
  
  
  Who Is This For?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Startup founders&lt;/strong&gt; trying to self-educate on business, finance, marketing, and leadership — fast&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Career changers&lt;/strong&gt; reading their way into a new field&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Students&lt;/strong&gt; who want to go deeper than their coursework&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Researchers&lt;/strong&gt; building knowledge across papers and books&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lifelong learners&lt;/strong&gt; tired of reading books and forgetting them&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Anyone&lt;/strong&gt; who reads non-fiction and wants to actually &lt;em&gt;retain&lt;/em&gt; and &lt;em&gt;apply&lt;/em&gt; what they read&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you've ever finished a book and thought "I feel like I should know more than I do" — that's the exact frustration ReadGraph was built to solve.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Philosophy Behind the Design
&lt;/h2&gt;

&lt;p&gt;Three principles guided every decision:&lt;/p&gt;

&lt;h3&gt;
  
  
  Local-First
&lt;/h3&gt;

&lt;p&gt;Your learning data is deeply personal. It reveals what you don't know, where you struggle, and how you think. That data should live on your machine, not on someone else's server. ReadGraph is fully local — your database, your files, your control.&lt;/p&gt;

&lt;h3&gt;
  
  
  AI-Augmented, Not AI-Dependent
&lt;/h3&gt;

&lt;p&gt;The system enhances your reading process — it doesn't replace it. You still read the book. You still take notes. You still think through problems. The AI finds supplementary material, identifies gaps, generates assessments, and visualizes connections. It's a force multiplier for effort you're already putting in.&lt;/p&gt;

&lt;h3&gt;
  
  
  Depth Over Breadth
&lt;/h3&gt;

&lt;p&gt;ReadGraph is deliberately designed for &lt;strong&gt;one book at a time, read thoroughly&lt;/strong&gt;. It doesn't optimize for reading speed or volume. It optimizes for understanding. One book read deeply with ReadGraph will teach you more than ten books skimmed without it.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;ReadGraph is a living project. Some areas being explored:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Multi-book synthesis&lt;/strong&gt; — generating insights across your entire library&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Obsidian Sync&lt;/strong&gt; — exporting your knowledge graph directly to your Obsidian vault&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deep Research&lt;/strong&gt; — multi-agent research workflows&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local LLM support&lt;/strong&gt; — running models on your machine for complete privacy&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The core thesis remains the same: &lt;strong&gt;the gap between reading and learning is solvable&lt;/strong&gt;, and the right combination of AI, knowledge mapping, and active recall can close it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try It Yourself
&lt;/h2&gt;

&lt;p&gt;ReadGraph is available now as a one-time purchase — full source code, no subscription, runs locally forever.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.readgraph.app/" rel="noopener noreferrer"&gt;Get ReadGraph at readgraph.app&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you think this kind of tool should exist, I'd also appreciate your support on Product Hunt — it helps other learners discover it:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.producthunt.com/products/readgraph?utm_source=other&amp;amp;utm_medium=social" rel="noopener noreferrer"&gt;Vote for ReadGraph on Product Hunt&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;I built ReadGraph because I was frustrated with my own reading habits. I was consuming books but not learning from them. The highlights were piling up but the knowledge wasn't.&lt;/p&gt;

&lt;p&gt;The research was clear: forgetting isn't a character flaw — it's biology. And the tools to fight it have existed in academic literature for decades. Spaced repetition. Retrieval practice. Concept mapping. Self-explanation. The problem was that no one had put them all together into a system designed for how real people actually read non-fiction.&lt;/p&gt;

&lt;p&gt;What surprised me most was how much the &lt;strong&gt;knowledge graph&lt;/strong&gt; changed my relationship with reading. Seeing concepts from different books cluster together — realizing that a chapter on negotiation tactics connects to a chapter on cognitive biases from a completely different book — that's when reading starts to feel like building something rather than consuming something.&lt;/p&gt;

&lt;p&gt;If you've ever felt the gap between how much you read and how much you retain, you're not alone. That gap is exactly what ReadGraph was built to close.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One book, read deeply, is worth more than ten books skimmed.&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://www.readgraph.app/" rel="noopener noreferrer"&gt;ReadGraph&lt;/a&gt; is a self-hosted AI learning OS, currently at v8.0. One-time purchase. Full source code. No subscription. Runs on your machine forever.&lt;/em&gt;&lt;/p&gt;




</description>
      <category>ai</category>
      <category>learning</category>
      <category>productivity</category>
      <category>startup</category>
    </item>
    <item>
      <title>Rules and tools to Rule on code- Chapter 1</title>
      <dc:creator>Abhishek</dc:creator>
      <pubDate>Sun, 31 Jan 2021 12:03:12 +0000</pubDate>
      <link>https://dev.to/abhishekalbert/rules-and-tools-to-rule-on-code-chapter-1-580d</link>
      <guid>https://dev.to/abhishekalbert/rules-and-tools-to-rule-on-code-chapter-1-580d</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GZTvp8Si--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ccni3wv7i3x12cbo0p2t.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GZTvp8Si--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ccni3wv7i3x12cbo0p2t.jpg" alt="Alt Google images"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Struggling with a bunch of lines of code and not able to understand how the code is working or unable to understand how to start code to solve the problems is a very basic and well-known fact. But this is hard to understand for those who recently start code or learning how to code. This is not yet out there we also have devs who are struggling with the work style life because they cannot balance their personal and professional life. So in this article, I’ll share my experiences “How I overcome with these types of problems and tools which really helped me a lot”.&lt;/p&gt;

&lt;p&gt;I will start everything from 0, i.e. how to code? And in the end, will end on 1 also share the tools and techniques which I follow to make a balance with my professional and personal life.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Note&lt;/b&gt;: If you already have some experience in programming then you can skip the Language selection part. &lt;/p&gt;

&lt;h3&gt;&lt;strong&gt;Language Selection&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gxBFKhho--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://image.freepik.com/free-vector/illustration-selection_53876-5256.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gxBFKhho--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://image.freepik.com/free-vector/illustration-selection_53876-5256.jpg" alt="Selection"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;a href="https://www.freepik.com/vectors/background"&gt;Background vector created by rawpixel.com - www.freepik.com&lt;/a&gt;




&lt;p&gt;About, 90% of students select a random programming language (mostly prefer languages recommended by experienced programmers or it looks cool to them) and start learning with no plan or strategy due to which when they are not able to implement they get frustrated easily due to which they give up or mostly again start with a new randomly selected programming language but after some times they also give up. &lt;/p&gt;

&lt;blockquote&gt;Here I am not going to suggest any specific language name because once when I will suggest something to you I will suggest based on my experience or like-dislike which may not be suitable for you.&lt;/blockquote&gt;

&lt;p&gt;So the best solution for this phase is to understand why you want to code? Once you understand, you will have a logical goal of what you want to become to pursue your career as a developer. Now it’s time to do some research work in which field you are interested. To fast this process just Google using keywords like If you want to become Data Scientist then Google “Roadmap for Data Scientist” or “Data Science Roadmap”, “Data Science Prerequisite”. Follow only popular blogs like Freecodecamp, Dev.to, or any famous Medium publication to get quality material. For now, just note down all the names of the language according to the given flow of roadmap, i.e. very basic requirement to start. &lt;/p&gt;

&lt;p&gt;As you know the basic requirements now, you are ready to shine in the world of programmers. &lt;/p&gt;

&lt;h3&gt;&lt;strong&gt;Reading vs Watching&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LA4K1kLw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://bloggingx.com/wp-content/uploads/2020/03/blogging-vs-youtube-new.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LA4K1kLw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://bloggingx.com/wp-content/uploads/2020/03/blogging-vs-youtube-new.png" alt="Blogging Vs Youtube"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Everyone has his unique way to learn something most of you like to read, to learn something new, while most of you prefer some video lectures in order to learn. But which is the best way to create a firm base? &lt;/p&gt;

&lt;p&gt;Actually, both are good if looking from a unique perspective. Let’s look at them one by one. &lt;/p&gt;

&lt;p&gt;Reading is the method which forces you to think about something really hard due to which you learn lots of things and also improve the analysis and understanding skill more accurately and fast as compared to watching. But sometimes in critical concepts, it makes really hard to understand or limit creativity. Limiting creativity is in terms of implementation here. Not able to think how to implement that certain thing in the actual world or practically. But no one can deny that is reading is an unlimited source of knowledge that is open for all.&lt;/p&gt;

&lt;p&gt;Watching is actually opening the gate to think more practically. Watching videos does not give you much time to think about concepts that you watched so due to which you get limited knowledge. Scope of the knowledge limit to only what the only the instructor knows.  &lt;/p&gt;

&lt;p&gt;But If reading is an unrestricted source of knowledge, then Watching is an unlimited source of experiences and practices. &lt;/p&gt;

&lt;h5&gt;&lt;b&gt;How I work&lt;/b&gt;&lt;/h5&gt;

&lt;p&gt;Now the question is which one to choose? Actually, it’s totally on the learner in which way he learns fast. Here what I follow when I learn something new &lt;/p&gt;

&lt;p&gt;Before start learning any topic first, I ask myself how important is it i.e. Is it very urgent or not? If yes, then how many days I have to complete it? And this last step, i.e. completion of that task, I break it into 3 parts 1. Basic 2. Avg. and 3rd is Master. So mostly I made all the list of things I have to learn video link of the video course or blog or both then assign them a tag any of above 3. Assigning a tag is difficult to part because before assigning it is have to have an idea about the difficulty level of the task and will you able to achieve that task in such interval time or not, In case you not able to complete what you expected then don’t get stressed just analyze them and learn why you not able to achieve and what you had to do in order to achieve. All these small steps make a knock on the success door later. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Suggestion&lt;/strong&gt;: If you are weak or have weak imagination skills to relate theoretical things to the real world, then I will suggest that you go with the videos first (for the basics only). Once you have done with the video, then start any blog or book for depth. &lt;/p&gt;

&lt;h3&gt;&lt;strong&gt;Use features as A WEAPON&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qagitxPY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://nickjanetakis.com/assets/blog/cards/switching-to-vscode-from-sublime-text-59eff7314137b18c5f282d6ded6129ee89f56bc5cd3952aa65734da92cec47f6.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qagitxPY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://nickjanetakis.com/assets/blog/cards/switching-to-vscode-from-sublime-text-59eff7314137b18c5f282d6ded6129ee89f56bc5cd3952aa65734da92cec47f6.jpg" alt="VS Code vs Sublime"&gt;&lt;/a&gt;&lt;br&gt;
To understand this just make a list of IDEs, Frameworks, Application etc and their features. Have you listed all the name of the application and features ??&lt;br&gt;
If yes then let us know by commenting below… &lt;br&gt;
Now it’s time to answer why we have to use them. Features makes works easy and also saves your lots of time too. If you think it’s not worth it then let me explain it with an example… &lt;br&gt;
Let’s say you are watching some tutorial on Youtube. As you are so intelligent and slow teaching results boredom for you so now you have to 2 ways continue first is close and  2nd one is simply waste your valuable time in searching any alternative. But if I say you have another solution to go with same same video without irritating… then solution is very simple i.e. increase the playback speed of the video from normal to the speed at which you can understand. &lt;br&gt;
As you can see every platform have some unique features but generally we don’t use their speciality or we use to prefer only that which one you like the most. So if you are using any platform then you have to know about the features (At least know only those which you think will be useful for you ).&lt;br&gt;
For IDEs extensions are most widely features which people use across the globe. This is the main reason most beginners prefer VS Code or Sublime Text.&lt;br&gt;&lt;br&gt;
If you just decided to practice on your 1st programming language then I will suggest to use only these 3 extension &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;h5&gt;Debug Visualizer&lt;/h5&gt; If you not able to understand the flow of the code you have then it is the best tool to visualise the code. 
&lt;a href="https://marketplace.visualstudio.com/items?itemName=hediet.debug-visualizer"&gt;For VS Code&lt;/a&gt; , &lt;a href="https://www.granneman.com/webdev/editors/sublime-text/set-up-sublime-text-to-preview-your-code-in-a-web-browser%20"&gt;For Sublime text&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h5&gt;Debugger&lt;/h5&gt;  It will helps you to find the error in your code.
&lt;a href="https://code.visualstudio.com/api/extension-guides/debugger-extension"&gt;For VS Code&lt;/a&gt; ,&lt;a href="https://github.com/daveleroy/sublime_debugger"&gt; For Sublime Text&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;h5&gt;Beautify&lt;/h5&gt; Beautify helps you to write the code in a format. Generally programmer does not use indentation and spaces in right format which makes the code hard to read. So Beautify helps you to write code in clean format. It is possible that Beautify does not support the language in which you are practicing so you have to find the alternative like &lt;a href="https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode"&gt;Prettier&lt;/a&gt; . But before searching “Code formatter for VS Code or Sublime” go to description to see the supporting languages.
&lt;a href="https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify"&gt;For Vs Code&lt;/a&gt;, &lt;a href="https://packagecontrol.io/packages/Formatter"&gt;For Sublime Text&lt;/a&gt;
&lt;/li&gt; 
&lt;/ul&gt;

&lt;p&gt;Here few extension suggestions for VS Code: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag"&gt;Auto-Close Tag&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/prettier/prettier-vscode"&gt;Prettier&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync"&gt;Settings Sync&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker"&gt;Code Spell Checker&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint"&gt;ESLint&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer"&gt;Bracket Pair Colorizer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://code.visualstudio.com/docs/editor/integrated-terminal"&gt;Integrated Terminal &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme"&gt;Material Icon Theme &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense"&gt;Path Intellisense&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=auchenberg.vscode-browser-preview"&gt;Browser Preview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=KnisterPeter.vscode-github"&gt;Github&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare"&gt;Live Share&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode"&gt;Quokka.js&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer"&gt;Live Server&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets"&gt;JavaScript(ES6) Code snippets&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome"&gt;Debugger for Chrome&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens"&gt;GitLens - Git Supercharged&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=eg2.vscode-npm-script"&gt;npm &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify"&gt;Beautify&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=humao.rest-client"&gt;Rest Client&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;

&lt;p&gt;This is a never ending list so I just wrote few of them. Now it is your job to find which suites you better.&lt;br&gt;&lt;br&gt;
For sublime text I will suggest you to go through &lt;a href="https://www.slant.co/topics/197/~best-plugins-for-sublime-text"&gt;this&lt;/a&gt; blog. &lt;/p&gt;

&lt;p&gt;This all for this series. In next upcoming we will describe about productivity, timeline, best practice with a long list of problems, interview preparations, etc. &lt;br&gt;
&lt;strong&gt;If you like my effort and find the content useful then please share and to support me you can buy me a Coffee or can subscribe my services.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.buymeacoffee.com/opposite"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hAGT_AZB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.buymeacoffee.com/button-api/%3Ftext%3DBuy%2520me%2520a%2520gift%26emoji%3D%25F0%259F%258E%2581%26slug%3Dopposite%26button_colour%3DFFDD00%26font_colour%3D000000%26font_family%3DLato%26outline_colour%3D000000%26coffee_colour%3Dffffff"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>productivity</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>Career Guidance </title>
      <dc:creator>Abhishek</dc:creator>
      <pubDate>Wed, 14 Oct 2020 06:07:40 +0000</pubDate>
      <link>https://dev.to/abhishekalbert/career-guidance-4h75</link>
      <guid>https://dev.to/abhishekalbert/career-guidance-4h75</guid>
      <description>&lt;p&gt;As you all see lots of technical articles so I decided to write on something nontechnical. Here in this article, I covered some most common problem which students face in his day to day life. I don't add any questions from the internet these questions asked students through mailing. One last thing is this article gonna be a little long so please take a cup of tea/coffee and enjoy reading and hope it will useful for you all also. So &lt;strong&gt;let's start&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Note: We don't use any affiliate link.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;&lt;q&gt;&lt;strong&gt;I have been put into computer science by my parents and I have no interest but I’m trying to make the most use of it and have a good career.&lt;br&gt;
I have difficulty in learning programming be it any language. I’m fine with the syntax and all but when it actually comes to thinking and coding I’m not able to do it.&lt;br&gt;
I keep jumping from one thing in cs to another, like web Dev to ai dev then SDE to IoT, and I suck at coding. I really need a clear path and how to go about it. I want to be good at software dev and then be an ai dev at the same time I want to have front end knowledge.&lt;/strong&gt;&lt;/q&gt;&lt;/p&gt;

&lt;p&gt;First of all, thank you for sharing your problem with us and trust in us. In your case, there are 2 phase 1st one is your i.e. What you want to become? and 2nd one is your parents i.e. What your parents want to see as a developer/ career in CS or not? So let's take a look at both phases one by one. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Phase 1:&lt;/strong&gt; As you do not have any interest in programming like stuff and don't want to make a career in the computer science field but just due to family pressure or because of parents you have to study programming and struggling with your career now. So the work which you never want to do but due to the pressure you are doing which results in you are not able to plan things with surety and confident. So in the last, you start getting depressed and not satisfied with the result. Hence very bad for everything i.e. you can say the worst case in all scenarios. &lt;br&gt;
Now let's move to the 2nd phase.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Phase 2&lt;/strong&gt;: In most Indian parents the problem is they don't let children study what he wants just because they over the care and just want to make our career in the field which is most trending in current time. They thought that if my children join this field then he/she has a very bright future with a good salary. So if you just place yourself in his place then you will get that they are not wrong. It's possible when you will be in his place you will think in the same way. So don't get mad at them for just because of this. &lt;/p&gt;

&lt;p&gt;Now, what is the &lt;strong&gt;solution to the problem?&lt;/strong&gt;&lt;br&gt;
As you know in the upcoming days we are depending on computer systems so with the changing world I'll suggest you change the way you think. For example, in the present, there are lots of students who start learning things from the internet or simply you can say with the use of tech products and not only these even those who want to become teachers but due to some reason they not able to pursue his career in teaching professions they started his own channel to teach or started his website, writing blogs and other things. &lt;br&gt;
Let me explain it with another example there so many UI and UX developers who work as developers and artists both. In the professional world, they work as a developer/designers while in daily life work as an artist. So there is no need to worry about it. You still have the chance to make your career in other fields in which you want. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Not able to code?&lt;/strong&gt;&lt;br&gt;
Programming is one of the most challenging problems and in programming, we have 2 stages 1st is learning i.e. Syntax and 2nd is the implementation. Mostly in starting when students not able to implement they start thinking like maybe I do not know the syntax or not able to build logic or how to write code but the reality is you know the syntax, you able to build logic and you know how to code. But you get failed just because you are afraid of errors. Let me tell you one thing when I started coding my 1st language was C so I finish the C course in just 6 days yes in just 6 days!!! and I learn all these from NIIT Allahabad but when my teacher told me to write a code of adding 2 numbers then at that time I was totally blank and I was not able to figure out why this is happing I know the syntax, I read all the theory about more than 5 times, I know how to solve the problem then why I'm not able to write code? And I struggle with this problem for about a month. One day I just go through a blog named how to code? and when I read that in the last I figure out the solution. A line like to mention is that "Don't get afraid of getting the errors? Afraid from compilation successful." It's just because the hours you spend on the error you will learn what is the reason behind a specific error and it also increase your problem-solving skills. &lt;br&gt;
Here I wrote a blog for those who are struggling with codes I'll suggest you read it once and hope it will be helpful for you: &lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="/abhishekalbert" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WQxSHMRo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://res.cloudinary.com/practicaldev/image/fetch/s--CHLAjnDf--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/98018/9e415382-5f06-4694-9f8a-ccc4f84b4998.jpeg" alt="abhishekalbert image"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/abhishekalbert/how-to-make-implementation-better--part-1-31i2" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;HOW TO MAKE IMPLEMENTATION BETTER : Part 1&lt;/h2&gt;
      &lt;h3&gt;Abhishek ・ Nov 30 '18 ・ 6 min read&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#article&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#coding&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#advice&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;div class="ltag__link"&gt;
  &lt;a href="/abhishekalbert" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WQxSHMRo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://res.cloudinary.com/practicaldev/image/fetch/s--CHLAjnDf--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/98018/9e415382-5f06-4694-9f8a-ccc4f84b4998.jpeg" alt="abhishekalbert image"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/abhishekalbert/how-to-make-implementation-better-final-part-4eo9" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;How to make implementation better Final part&lt;/h2&gt;
      &lt;h3&gt;Abhishek ・ Feb 20 '19 ・ 4 min read&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#article&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#coding&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#discuss&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#advice&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;p&gt;Before learning I will suggest you search the domain in which you want to work after that to achieve the target follow the roadmaps to get roadmap just Google "Roadmap to become a " e.g. if you want to get a roadmap of web developer then just Google "Roadmap to become a web developer ". &lt;br&gt;
&lt;strong&gt;Jobs:&lt;/strong&gt;&lt;br&gt;
in case you still not want to code then there are so many fields in CS in which you can work without coding/programming. So to know more about the fields you have to Google "Job with zero codings experience or Job without coding". &lt;br&gt;
Here I'll recommend going through this one&lt;br&gt;
&lt;a href="https://www.thebalancecareers.com/coding-free-tech-careers-2071300"&gt; 10 Tech Careers That Don't Involve Coding &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Suggestion&lt;/strong&gt;:&lt;br&gt;
If you really want to learn something and want to grow yourself then I'll suggest that just discuss the problem with your friends, teachers, WhatsApp groups, etc.  As we made code warrior just because to help students who really want to make his/her career in CS fields and lagging just because of guidance or resources. So if you guys do not discuss your problem with us then how we will able to know you have some issues/ problems. Don't think about that if ask a problem then what others think blah blah so for this let me tell you one thing is that "logo ka kaam hai kahna so don't worry about log kya kahege".&lt;br&gt;
[If you aren't able to understand the last line I'll suggest just translate it from Hindi to English]&lt;/p&gt;



&lt;p&gt;&lt;q&gt;** Self-study... I don't have perfect guidance..&amp;gt;** I am introverted...I love to learn new things .. interested in technology I Love to create new projects that helpful for me and others... love to do AI and Data science projects.&lt;br&gt;
Overthinking, afraid of problem-solving, I will read everything but when I want to solve any problem or build logic I can't remember them.&lt;/q&gt;&lt;/p&gt;

&lt;p&gt;I answered the problem of the solution into 2 parts. So let's start with part 1. Here the lines I wrote: &lt;/p&gt;

&lt;p&gt;As you told us you are a self-learner so I'm impressed it's not because you are a self-learner it's because you took this step in your career. Generally, most people complain that they are not able to get his goal because they do not have anyone to guide them, etc, etc. But you by taking this step prove that you have a passion to achieve your goals. So keep it up and never settle down. &lt;br&gt;
Now let's back to the problem you asked. As you told us that you don't know where you have to study Data Science and AI so that you can make a career in ML. 1st of all I will suggest you make some projects on ML before starting the data science and AI it's because by making projects your understanding of concepts get better day by day. If you already made some projects then you can go for data science and AI. Now the problem is from where you can learn these then here some list of resources from where you can learn more about the ML&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kaggle&lt;/strong&gt;: Kaggle is the world's largest data science community with powerful tools and resources to help you achieve your data science goals.&lt;/p&gt;

&lt;p&gt;Visit: &lt;a href="https://www.kaggle.com/"&gt; Kaggle&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Towards Data Science&lt;/strong&gt;: A Medium publication sharing concepts, ideas, and codes on ML, Data Science, Python, etc.&lt;br&gt;
Visit: &lt;a href="https://towardsdatascience.com/"&gt;Towards Data Science &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Coursera&lt;/strong&gt;: You can learn ML and Data science courses from Coursera also if you are thinking that they are paid then just applied for Financial Aid where you have answered the questions after that courses get approved after about 15 days. &lt;br&gt;
&lt;a href="https://medium.com/@ghumare64/how-i-got-financial-aid-for-data-science-course-on-coursera-8880d281f9a2"&gt;How I got Financial Aid for Data Science Course on Coursera !!!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here some useful links&lt;/strong&gt;:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;ul&gt;Learn Data Science using Python,R:- &lt;a href="https://learn.datacamp.com/"&gt;Data Camp&lt;/a&gt;
&lt;/ul&gt;
&lt;ul&gt;One of best Data Science community:- &lt;a href="https://www.analyticsvidhya.com/"&gt;Analytics Vidya&lt;/a&gt;
&lt;/ul&gt;
&lt;ul&gt;You can learn basic to intermediate of Data Science topics like Data visualizations, Machine Learning using Python, Data Ananlysis using Python: &lt;a href="https://www.freecodecamp.org/learn/"&gt;FreeCodeCamp&lt;/a&gt; Get Certification courses for free and FreeCodecamp is one best non profit community for coder and by coders&lt;/ul&gt;
&lt;ul&gt; Machine Learning Stories:– &lt;a href="https://hackernoon.com/tagged/machine-learning"&gt;Hacker Noon&lt;/a&gt;
&lt;/ul&gt;

* The best Data Science &lt;a href="https://medium.com/free-code-camp/the-best-data-science-courses-on-the-internet-ranked-by-your-reviews-6dc5b910ea40"&gt;Courses&amp;gt; on the internet.*
&lt;/a&gt;
&lt;/table&gt;&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Part-2&lt;/strong&gt;&lt;br&gt;
Again I break the problem into parts and then provide a solution to problems. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1st Problem&lt;/strong&gt;:  "Overthinking and Afraid of problem-solving" &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Solution&lt;/strong&gt;: &lt;/p&gt;

&lt;p&gt;"Overthinking" is a very common problem in students. If I say that I don't overthink any topic related to my career, related to studies or related to relationships, etc then, in this case, that person lying to you. In general, everybody overthinks so now it's on you how to think. To explain it in a more sustainable way let me take an example from your daily life. In general, when you are scrolling your social media account you saw that A student of tier 2 or tier 3 college gets a package of 35 lakh in Amazon. Now when you do some research on that guy you got that he had done a total of 3 internships in top companies like Directi, Amazon, and out of 3, he did 2 in Amazon so due to good performance Amazon gave him PPO (Preplacement Offer). Now you start comparing yourself to that guy which result in you get depressed, start feeling low, and always thinking about that he had done 3 interns in 4 years of UG and me neither done an internship in the last 3 years now you are in 4th year and also do not know what to do.  So due to this, your performance gets affected and due to bad performance, you start taking the wrong steps which result in 0.&lt;br&gt;
&lt;em&gt;So What to do so that you do not "overthink"?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The answer is simple you can't escape from overthinking. Actually thinking is part of your brain and it's a very common thing that when you do anything right or wrong your brain starts making perceptions on that topic so you can't break this habit. Then what is the solution to this problem? &lt;br&gt;
It's very easy and simple and mostly you read in lots of motivational blogs, books, and listen to videos "Positive thinking/Think positive". Now the question is how?? &lt;br&gt;
As I said earlier that thinking is part of your brain's functionality if you stop thinking means your brain is in a dead state. To surpass this problem you have to follow these few steps: &lt;br&gt;
When you read something or someone shares that an IIT student gets placed in Google then instead of comparing yourself with that guy try to think about "HOW?" what was his process to get that post in such a huge company. Now the main and important point i.e. 2nd "How?". With all these steps you also have to think about "How you can achieve that position?"  We all have a few problems in our life but the solution to those problems can be found out through you in this case no other can help. So convert overthinking into your deadliest weapon instead of your weakness. &lt;br&gt;
  To gain confidence and to think in a positive way so that you never let down yourself I'll suggest starting reading books on self-development. Here some suggestions which are highly recommended by top developers and authors &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The 7 Habits of Highly Effective People&lt;/strong&gt;: Definitely the book that made the biggest impact on my mindset. I think everyone should read this book. This is the only book I'll say that it's "life-changing". &lt;a href="https://www.amazon.in/Habits-Highly-Effective-People/dp/1471131823"&gt; BUY &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It's Not How Good You Are, It's How Good You Want to Be&lt;/strong&gt;: Quick and fun motivational read for creatives. This will help you to stop complaining, and kick your ass to the next level.&lt;br&gt;
The 5 Elements of Effective Thinking: I'm always trying to improve my thinking and decision making, this book helps me to see the holes in my thinking so I can improve. &lt;a href="https://www.amazon.in/Its-Not-How-Good-Want/dp/0714843377"&gt;BUY&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Essentialism&lt;/strong&gt;: A great reminder to focus on what really matters, and how to say NO to most distractions. &lt;a href="https://www.amazon.in/Essentialism-Disciplined-Pursuit-Greg-McKeown/dp/0804137382"&gt;BUY&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Subtle Art of Not Giving a F*ck&lt;/strong&gt;: This was recommended to me, and I really enjoyed it. Entertaining and thought-provoking. &lt;a href="https://www.amazon.in/Subtle-Art-Not-Giving/dp/0062641549"&gt;BUY&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;On a daily basis make a list of the works you have to do like if started learning Python then, first of all, make a target that in a week or month you will finish the Python, and on daily basis, you give 2 hours to read or video, etc. so in this way make a list your work for your next day. When work gets done just mark them as done and always priorities your work. To give priorities you can use a numbering scheme like 10 number for most important works, 7 for normal works, 5 for those are not very necessary. At the end of the day just give you total mark like if done only 3 tasks out of 5 in a day whose marking was 10, 7, and 5 for work get done and 5,5 for the other two tasks. So your score will be 22 out of 32. &lt;br&gt;
Do not make a long list try to do less work but with full focus and don't do multiple works at the same time. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2nd Problem:&lt;/strong&gt; " I will read everything but when I want to solve any problem or build logic I can't remember them"&lt;/p&gt;

&lt;p&gt;Actually, I already wrote the answer to these questions on my quora handle so you can visit them here the link of my quora handle &lt;a href="https://www.quora.com/profile/Abhishek-Kumar-Shukla-24"&gt;Abhishek Kumar Shukla &lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;How can I become a master in programming? I'm in the first year of BTech and I haven't studied computer programming in my previous class.&lt;br&gt;
How do I become a consistent coder? I have started my coding in HackerRank. I was able to solve problems initially but got stuck as it goes. I'm broke now. What am I to do now?&lt;br&gt;
I recommend this blog to every person because this not only a guide for programming even its solution so I will suggest visiting and read it carefully. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3rd Problem:&lt;/strong&gt; "I have a doubt...If I want to do an internship in any company in the data science sector ..they will ask for any certificate for the data science..."&lt;/p&gt;

&lt;p&gt;In the current scenario course, completion certificates do not matter. When the interviewer takes an interview he focuses on your certifications in rare cases because that will not prove you the things as written in that certificate.&lt;br&gt;
Please note that I'm saying this in an only case when you have any course certification. If you have certificates of appreciations or recommendations then they are highly valued. &lt;br&gt;
Now what to do which proves that you know the things you mentioned. In that case, it can be done via making projects. So how to pick projects for that I'll recommend thinking about your daily life problems and you can solve them using ML. Or just search project suggestion in grp you will get a list of projects recommended by me. &lt;/p&gt;



&lt;p&gt;Hope you found the article helpful. If you also having issues and want to learn to program and get land on your dream job then just &lt;strong&gt;invest 3 months with us&lt;/strong&gt;. You will feel the difference in just within 10 days. To know more about the benefits of our Bootcamp just visit &lt;strong&gt;By Me a Coffee.&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;To Support and Becom a Member&lt;/strong&gt;:&lt;br&gt; &lt;a href="https://www.buymeacoffee.com/Codengers"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--IvL1-OmC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.buymeacoffee.com/buttons/v2/default-green.png" alt="Buy Me A Coffee"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Image Credits: &lt;br&gt;
Illustration by &lt;a href="undefined"&gt;Maria Shukshina&lt;/a&gt; from &lt;a href="https://icons8.com/"&gt;Icons8&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Follow us for more articles on awesome topics. &lt;/p&gt;


&lt;div class="ltag__user ltag__user__id__98018"&gt;
  
    .ltag__user__id__98018 .follow-action-button {
      background-color: #000000 !important;
      color: #FFFFFF !important;
      border-color: #000000 !important;
    }
  
    &lt;a href="/abhishekalbert" class="ltag__user__link profile-image-link"&gt;
      &lt;div class="ltag__user__pic"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WQxSHMRo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://res.cloudinary.com/practicaldev/image/fetch/s--CHLAjnDf--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/98018/9e415382-5f06-4694-9f8a-ccc4f84b4998.jpeg" alt="abhishekalbert image"&gt;
      &lt;/div&gt;
    &lt;/a&gt;
  &lt;div class="ltag__user__content"&gt;
    &lt;h2&gt;
&lt;a class="ltag__user__link" href="/abhishekalbert"&gt;Abhishek&lt;/a&gt;
&lt;/h2&gt;
    &lt;div class="ltag__user__summary"&gt;
      &lt;a class="ltag__user__link" href="/abhishekalbert"&gt;Always thirsty to learn something new. If you know about me then some treat me as a mentor, some treat me as a career guider, others treat me as his/her colleagues and I treat myself as student &amp;amp; Dev.&lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>career</category>
      <category>beginners</category>
      <category>programming</category>
      <category>books</category>
    </item>
    <item>
      <title>#5_Day Plan for the upcoming technical interview?</title>
      <dc:creator>Abhishek</dc:creator>
      <pubDate>Tue, 18 Aug 2020 08:36:41 +0000</pubDate>
      <link>https://dev.to/codengers/5day-plan-for-upcoming-technical-interview-55gg</link>
      <guid>https://dev.to/codengers/5day-plan-for-upcoming-technical-interview-55gg</guid>
      <description>&lt;p&gt;I just thinking about a situation what If you have a technical interview for a top leading companies like Google, Facebook etc. And you have only 5 days to prepare yourself and currently you do not have much idea about your interview so what will be your planning so that you can crack interview or simply what will the plan to prepare yourself for interview?? &lt;br&gt;
Please comment below your schedule/planning...&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>help</category>
      <category>career</category>
    </item>
    <item>
      <title>The Machine will be Friends or Enemies?</title>
      <dc:creator>Abhishek</dc:creator>
      <pubDate>Mon, 20 Apr 2020 14:05:34 +0000</pubDate>
      <link>https://dev.to/abhishekalbert/the-machine-will-be-friends-or-enemies-1j7o</link>
      <guid>https://dev.to/abhishekalbert/the-machine-will-be-friends-or-enemies-1j7o</guid>
      <description>&lt;p&gt;First of all, let me introduce to you what is AI?&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;br&gt;
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8kCDq2Dq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://images.unsplash.com/photo-1485796826113-174aa68fd81b%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D750%26q%3D80" alt="Photo by h heyerlein on Unsplash"&gt;&lt;br&gt;
&lt;br&gt;

&lt;h2&gt;What is AI?&lt;/h2&gt;

&lt;p&gt;According to Wikipedia:&lt;/p&gt;

&lt;blockquote&gt;In the field of computer science, artificial intelligence (AI), sometimes called machine intelligence, is intelligence demonstrated by machines, in contrast to the natural intelligence displayed by humans and other animals.&lt;/blockquote&gt;

&lt;p&gt;I think it’s a little bit complicated to understand. Do not worries wait I’m going to explain to you what is mean by AI?&lt;br&gt;
Simply when someone says this word we all start to imagine something like a robot who follows our commands when we say something to him like Jarvis of Iron man movie. Actually, AI coders write some thousands of lines of code for robots or computers, etc. so they can do some tough tasks like Rubrick solving or more complicated works by his own knowledge or a set of data which they save during his training sessions. And when they perform some new task and that data is not his database then save it and use it in the future for his training.&lt;br&gt;
Now hope the points are clear.&lt;br&gt;
Let’s come back to our main topic does are they harmful to humans in the future?&lt;br&gt;
If we start searching for thing question on the internet we will get thousands of results which say that AI will be harmful to humanity. On top of the Google search, we get an article Is Artificial Intelligence Dangerous? 6 AI Risks Everyone Should Know About which is written by Bernard Marr on the Forbes blog.&lt;br&gt;
Even people like Bill Gates and scientists like Stephen Hawking also believe that they will one of the biggest reasons due to which humanity will be in danger.&lt;br&gt;
In an interview with Stephen Hawking by BBC news channel, he clearly said that AI will be the reason which will be the reason that destroys humanity.&lt;br&gt;
Here the video, you can watch the interview :&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/fFLVyWBDTfo"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Even our present, the highest intelligent AI Sophia who also get the nationality of Saudi Arabia, also said in an interview the AI will take over the humans. Here the video of an interview&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/78-1MlkxyqI"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Now if we see these points then everyone is talking about they will be harmful and blah blah blah but no one is talking about the accurate reason.&lt;br&gt;
As I said before if you search this one internet you will find thousands of articles and videos. And there are so many peoples who believe that this one is true i.e. In future AI will be harmful to us. Even people like Bill Gates and scientists like Stephen Hawkings are agreed with this point.&lt;br&gt;
But what is the reality why they think they will be Even our present most Hi-tech robotic AI Sophia is also said in an interview future of humans is in danger. Robots will take over in the future.&lt;br&gt;
But if you search the reason you will find that the technology will at the peak, or their intelligence be more than us, etc, etc.&lt;br&gt;
These are what our world thinks about. But if go through my words then my answer is no. Because the reason is AI robots or machines whatever they will learn from us i.e. from a human if they will have feelings like hate then we are the ones who will responsible for this not them because we build them to learn new things and they will do perfectly. Humans like a terrorist or those who want to hurt others for his own profit then they will start to miss using the AI.&lt;br&gt;
For more clarification let’s take an example of a newborn baby if the growth of a newborn baby will be in between people like those who are kind-hearted and they are very nice to others then the boy will also have the same property while if he’s grown up in between criminally minded people then he will adopt that property and will start doing the same thing for this the boy is not responsible we are the one who will be responsible if AI will be dangerous for us we can’t blame AI for this.&lt;/p&gt;

&lt;p&gt;If you have any disagreement with my points then please comment I’m open to discussing with you guys.&lt;/p&gt;

&lt;p&gt;Hope you enjoyed it. Thank You for reading.&lt;/p&gt;

&lt;p&gt;This content originally posted at Medium by Abhishek Shukla (Me) &lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="https://medium.com/@abhishek97.edu/does-ai-is-really-harmful-to-humans-7b35ec117320" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--E4nBmeIb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://miro.medium.com/fit/c/96/96/0%2Ae5p2c7BJCiR23qIW" alt="Abhishek Shukla"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://medium.com/@abhishek97.edu/does-ai-is-really-harmful-to-humans-7b35ec117320" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Does AI is really harmful to humans? | by Abhishek Shukla | Medium&lt;/h2&gt;
      &lt;h3&gt;Abhishek Shukla ・ &lt;time&gt;Feb 28, 2019&lt;/time&gt; ・ 4 min read
      &lt;div class="ltag__link__servicename"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KBvj_QRD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/medium_icon-90d5232a5da2369849f285fa499c8005e750a788fdbf34f5844d5f2201aae736.svg" alt="Medium Logo"&gt;
        Medium
      &lt;/div&gt;
    &lt;/h3&gt;
&lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>machinelearning</category>
      <category>computerscience</category>
      <category>artificialintelligence</category>
    </item>
    <item>
      <title>Concept of a New Smart City: India Part-1</title>
      <dc:creator>Abhishek</dc:creator>
      <pubDate>Tue, 24 Mar 2020 18:26:47 +0000</pubDate>
      <link>https://dev.to/abhishekalbert/concept-of-a-new-smart-city-india-part-1-2a0l</link>
      <guid>https://dev.to/abhishekalbert/concept-of-a-new-smart-city-india-part-1-2a0l</guid>
      <description>
&lt;h2&gt;
  
  
  &lt;strong&gt;CONTENT&lt;/strong&gt;
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Introduction &lt;/li&gt;
&lt;li&gt;Implementation Goal&lt;/li&gt;
&lt;li&gt;Overall Description &lt;/li&gt;
&lt;li&gt;Overloading Problem&lt;/li&gt;
&lt;/ol&gt;



&lt;h2&gt;
  
  
  &lt;b&gt;1. Introduction&lt;/b&gt;
&lt;/h2&gt;

&lt;p&gt;As our technology getting his pace our daily life works made easy and we are moving more towards the automated world. You are thinking about what is Sow Zeal then in simple and single word we can say is “save energy”. Actually, our idea is an upgraded form of smart street light based on IoT (Internet of things). With the help of this idea we can save energy in a more efficient form, we can generate and able to store, we can increase our home security, and able to know the vehicle is overloaded or not.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;b&gt;1.1 Purpose&lt;/b&gt;
&lt;/h3&gt;

&lt;p&gt;As we all know in our country India uses natural resources instead of non-natural resources.&lt;br&gt;
To produce electricity India depends on 40% on Natural resources and about 10% on like nuclear energies while in other countries like the US they use 40% Nuclear and 10% natural resources like coal. And we all know as time passes natural resources also reduces and in the upcoming 30 to 40 years we do not have natural resources while the US has enough coal to produce enough electricity for his people for the next 30-40 years from when coal does not exist in this world.&lt;br&gt;
So, the main purpose of this project is to save more energy as we can.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;b&gt;1.2 Overview&lt;/b&gt;
&lt;/h3&gt;

&lt;p&gt;In &lt;b&gt;section 1.3&lt;/b&gt; i.e. Environmental Characteristics, As we are talking about saving energy but to save one thing we can’t destroy others like Environment so in this one we going to talk about how we can use our other projects like with the help of solar we can save energy for lights etc.&lt;br&gt;
In &lt;b&gt;section 2&lt;/b&gt; i.e. Implementation Goal, we will talk about where we can use this concept.&lt;br&gt;
In &lt;b&gt;section 3 &lt;/b&gt; i.e. Overall Description, in this section, we will talk about our idea i.e. what is the idea, how we can implement, etc.&lt;br&gt;
In &lt;b&gt;section 4 &lt;/b&gt; i.e. Pros and Cons, in this what are the benefits of using this concept. In &lt;b&gt;section 5 &lt;/b&gt; i.e. a well-named process or workflow diagram.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;b&gt;1.3. Environmental Characteristics&lt;/b&gt;
&lt;/h2&gt;

&lt;p&gt;As firstly I said we are talking about saving energy does not refer that we start damaging our environment. Because without an environment there is no life so talking about saving energy is worthless. So now the point is how are we gonna save the environment?&lt;/p&gt;

&lt;p&gt;To save the environment we can use pre-defined concepts that is fist save energy then reuse it. Now there are so many ways in which we can save energy i.e. we can use the solar panel to store electricity and we can use in the night.&lt;br&gt;
As I mentioned we will also gonna tackle the problem of which vehicle is overloaded which is not for that we have to measure pressure on tiers for that we can use piezoelectric sensors which can transform pressure due to vehicles into electrical energy and can store and reuse it in the night.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;b&gt;2. Implementation Goal&lt;/b&gt;
&lt;/h3&gt;

&lt;p&gt;Now the point is where we can use these concepts?&lt;br&gt;
We can use these concepts in high metro cities like Mumbai, Bangalore, Delhi, etc. Not even in high metro cities even we can use in small cities like Kanpur, Lucknow, Varanasi, Allahabad, etc.&lt;br&gt;
Only in these areas, the concepts will be beneficial because these areas have a high consumption of electricity. And also have security problem especially cities like Delhi and Allahabad.&lt;br&gt;
We are considering because in villages where roads are in the worst condition even does not exist how would you think there will be an electric poll.&lt;br&gt;
Even they do not get 18 hrs of electricity. That’s why we did not include this type of area. We can use these concepts on highways too.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;b&gt;3. Overall Description &lt;/b&gt;
&lt;/h2&gt;

&lt;p&gt;Now we come to our core idea how it’s all things gonna work i.e. his overall working process.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;b&gt;3.1 Smart Street Light: Power Saving at a huge rate.&lt;/b&gt;
&lt;/h3&gt;

&lt;p&gt;If we talk about our basic main idea of smart street light is the street light system, in which lights on when needed and light-off when not needed. Currently, in the whole world, enormous electric energy is consumed by street lamps, which are automatically turn on when it becomes dark and automatically turn off when it becomes bright. This is a huge waste of energy in the whole world and should be changed. The lights turn on before pedestrians and vehicles come and turn off or reduce power when there is no one. It will be difficult for pedestrians and drivers of vehicles to distinguish our smart street lamps and the conventional street lights since our street lamps all turn on before they come. The present status and the future prospects of our smart start light project will be reviewed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--8c7OO5rp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://www.researchgate.net/profile/Noriaki_Yoshiura/publication/262352965/figure/fig1/AS:296791867183104%401447772103091/The-components-for-the-smart-street-light.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8c7OO5rp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://www.researchgate.net/profile/Noriaki_Yoshiura/publication/262352965/figure/fig1/AS:296791867183104%401447772103091/The-components-for-the-smart-street-light.png" alt="Source : Research Gate ( https://www.researchgate.net/publication/&amp;lt;br&amp;gt;
262352965_Smart_street_light_system_with_energy_saving_function_based_on_the_sensor_network )" width="479" height="479"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--b-SoYeb7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://www.researchgate.net/profile/Noriaki_Yoshiura/publication/262352965/figure/fig2/AS:296791867183106%401447772103210/The-components-for-the-smart-street-light.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--b-SoYeb7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://www.researchgate.net/profile/Noriaki_Yoshiura/publication/262352965/figure/fig2/AS:296791867183106%401447772103210/The-components-for-the-smart-street-light.png" alt="Source : Research Gate ( https://www.researchgate.net/publication/&amp;lt;br&amp;gt;
262352965_Smart_street_light_system_with_energy_saving_function_based_on_the_sensor_network )" width="480" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As you can see in the above 2 images they are showing how the idea works.&lt;br&gt;
Now our concept is we will add something in this idea i.e. AI (Artificial Intelligence). &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;b&gt;3.2 Security &lt;/b&gt;
&lt;/h3&gt;

&lt;p&gt;As our technologies are getting higher privacy is the first focus Are we secure? As in small cities chain snatching or rape like cases also can increase so for that we will also have a solution. For that, we will use high-quality night AI cameras (with a vision of 360) who can detect the face of any person even at night.&lt;br&gt;
Now the question is why night camera and how they work? They work in the following manner&lt;br&gt;
First, we will set a camera range so he can detect faces in his range as 1st camera’s range is over then we will set another camera from that range to something another. In this way, we will set the camera at an electric pole. Now they work normally for all other cases but they will work differently in the case of the thief.&lt;br&gt;
For theft cases, we will use an application that is verified by the Government through which we can access the camera and can set on our house. &lt;b&gt;Below his step by step working process&lt;/b&gt; :&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; First to access the camera you must have to be citizenship in that country.&lt;/li&gt;
&lt;li&gt; When you Sign Up first you have to give you a valid ID proof which will be verified by the government after that you will get access but for a specific time interval. As I said the camera will have a vision of 360 in this way he can track both street and house as well.&lt;/li&gt;
&lt;li&gt; Only one person have access for a house and if he is going out of station then he can pass his access to one of his family member with full detail.&lt;/li&gt;
 Person can access for a specific time of interval means to guard he has to give an interval of time. And the guard process will active only for nights, not for the day.
&lt;li&gt; If someone is going outside then he has to fill how many members are going to stay inside that house i.e. in case someone is going in-office party but his child of age 15-25 is going to stay then he has to fill all option with the picture.&lt;/li&gt;
&lt;li&gt; In case if an intruder jump inside that house then there will be 3 tasks happen 1st buzzer with a focus of red light on that house. 2nd will be a message automatically will send to the owner of the house as well as the near police station and 3rd will for instant action a message will send to a trusted person who is staying near to that house.&lt;/li&gt;
&lt;/ol&gt;
 

&lt;h2&gt;
  
  
  &lt;b&gt;4. Overloading Problem&lt;/b&gt;
&lt;/h2&gt;

&lt;p&gt;To tackle a problem like a vehicle overloading we will add sensors on speed breaker or on a section of road which will do 2 things at a time 1st he will measure pressure on tiers and with the help of that can able to detect overloaded vehicle and 2nd due to pressure we can generate electricity and store in a capacitor or we can charge the battery so in the night we can reuse it.&lt;br&gt;
And with the help of an AI camera, we can detect the vehicle numbers of the overloaded vehicle and send them to the traffic police databases.&lt;/p&gt;

&lt;p&gt;For now, I think it's enough. The rest will be in part-2 in which we will discuss some more advanced and critical parts of project. &lt;/p&gt;

&lt;h2&gt;
  
  
  Stay Safe and Healthy.
&lt;/h2&gt;

</description>
      <category>concept</category>
      <category>cybersecurity</category>
      <category>iot</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>Startup Phase 1</title>
      <dc:creator>Abhishek</dc:creator>
      <pubDate>Wed, 19 Feb 2020 14:51:20 +0000</pubDate>
      <link>https://dev.to/abhishekalbert/startup-phase-1-32ao</link>
      <guid>https://dev.to/abhishekalbert/startup-phase-1-32ao</guid>
      <description>&lt;p&gt;It has a very long time since I do not post any article on Dev.to. The reason behind was my own startup. Yes, startup!!!! &lt;br&gt;
In this one, I'm going to tell everything like "How I got Idea for this startup? ", "How I reach my goal?" etc.etc.&lt;br&gt;
First of all, I want to tell you about my startup "what it is all about??" &lt;br&gt;
Basically, the name of my startup is "the Compactia". It's not more than an e-commerce website for tech products like DSLR/Digital Camera, Laptops, Mobiles, and their accessories. It sounds so simple and nothing looks interesting. Yes, I know that. Now you will be questioning how's my startup different from others and why anyone has to purchase from my website? &lt;br&gt;
Then ladies and gentlemen answer is simple &lt;b&gt;"Good quality products at lowest market value." "Free Fast and Secure Delivery All Overworld." "You can request any product which not listed on our website and we will provide you at the lowest market cost within 2-3 Days." &lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Due to the short time, I will explain everything in part. I want to make every article short and precise that's why I will explain other things in next articles. &lt;/p&gt;

&lt;p&gt;Till that you can visit/can explore our website and suggest to me if have something to tell so that we can improve our service/website. The link is below &lt;/p&gt;

&lt;p&gt;&lt;a href="https://thecompactia.com/"&gt;the Compactia&lt;/a&gt;&lt;/p&gt;

</description>
      <category>startup</category>
      <category>ecommerce</category>
      <category>business</category>
      <category>techproducts</category>
    </item>
    <item>
      <title>We all are Codengers!! </title>
      <dc:creator>Abhishek</dc:creator>
      <pubDate>Sun, 13 Oct 2019 17:16:38 +0000</pubDate>
      <link>https://dev.to/abhishekalbert/we-all-are-codengers-22ci</link>
      <guid>https://dev.to/abhishekalbert/we-all-are-codengers-22ci</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--b5d8Bx1f--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ymyxjxjc5jgf6rz03p20.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--b5d8Bx1f--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ymyxjxjc5jgf6rz03p20.jpeg"&gt;&lt;/a&gt;&lt;br&gt;
Hello, everyone, nothing has been written on this website for a long time. The reason behind this was Codengers. Now you are thinking about "What is Codengers?"&lt;br&gt;
Then here about the Codengers...&lt;br&gt;
We are college students who running a codding community for all college. So Codengers is the name of our community. It's about 6 months ago our community also become a part of the Coderdojo Community which comes under the Raspberry Pi Foundation, Ireland, Dublin. (Search on Google "Allahabad@Codengers")&lt;br&gt;
As a programmer, we were trying to do something which will be beneficial for others also i.e. students who are not part of the community at our college. A simply says other college students, studying in the Computer Science branch. But the question was "How?". So we started figuring out what are the basic problems students facing during his study. The most basic one was students of tier 3 colleges do not know about websites from where they can get quality of resources if they know about any good website then they have to pay a huge amount to complete their certification course which they can't afford. Even most of our friends we found they generally do not about alternatives to paid software. &lt;br&gt;
So we started searching for the solution on the internet and start making a list of websites from where everyone can get paid courses for free and not only courses software for free.&lt;br&gt;
After making the list we have to wait for 2-3 months to collect money so we can run a website where you will get everything for free. &lt;br&gt;
Now our website is active for the last 15-20 days. Here some features/materials of our website: &lt;br&gt;
 &lt;/p&gt;
&lt;ul&gt;

&lt;li&gt;Paid Courses of Websites like Udacity, Udemy,Lynda etc. &lt;b&gt;(Torrent File)&lt;/b&gt;
&lt;/li&gt;

&lt;li&gt;Enroll your self directly in online Udemy Certification Courses&lt;/li&gt;

&lt;li&gt;E-books&lt;/li&gt;

&lt;li&gt;Best Alternative of paid softwares and Cracked Softwares also&lt;/li&gt;

&lt;li&gt;Interview Preparation Kit for companies like Google&lt;/li&gt;

&lt;li&gt;Daily Practice Problem&lt;/li&gt;

&lt;li&gt;Selected Articles/Blog &lt;/li&gt;

&lt;li&gt;Paid PC Games&lt;/li&gt;

&lt;/ul&gt;
&lt;br&gt;
and much more... 

&lt;p&gt;Currently, we have a 500+ GB programming language courses, More than 1 GB of E-books, and the list goes on...&lt;/p&gt;

&lt;p&gt;To take a look please visit at &lt;a href="https://codengers.org"&gt; Codengers &lt;/a&gt;.&lt;br&gt;
If you want to support us please share it with others also.&lt;/p&gt;

&lt;p&gt;Hope you like the content. Have any question, please feel free to ask and we are always looking forward to suggestions.&lt;/p&gt;

&lt;p&gt;&lt;i&gt;Note: This website is just a huge collection of links we do not promote or support piracy. We just tried to make the collection of top high rated content from where anyone can get for free.&lt;/i&gt;&lt;/p&gt;

</description>
      <category>coding</category>
      <category>story</category>
      <category>programmer</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>Google season of Docs</title>
      <dc:creator>Abhishek</dc:creator>
      <pubDate>Thu, 09 May 2019 13:07:22 +0000</pubDate>
      <link>https://dev.to/abhishekalbert/google-season-of-docs-3fab</link>
      <guid>https://dev.to/abhishekalbert/google-season-of-docs-3fab</guid>
      <description>&lt;p&gt;Hello, everyone, I need a suggestion &lt;br&gt;
Actually, I want to know something. I'm preparing for Google season of Docs 2019 so can you help me how to write or some tips?&lt;/p&gt;

&lt;p&gt;Here the sample of the article I wrote on LinkedIn and Dev.to community &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.linkedin.com/pulse/digital-data-storagenatural-resources-naturalresource-abhishek-shukla/"&gt;https://www.linkedin.com/pulse/digital-data-storagenatural-resources-naturalresource-abhishek-shukla/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/abhishekalbert"&gt;https://dev.to/abhishekalbert&lt;/a&gt;&lt;/p&gt;

</description>
      <category>help</category>
      <category>suggestion</category>
      <category>googleseasonofdocs</category>
    </item>
    <item>
      <title>How to make implementation better Final part</title>
      <dc:creator>Abhishek</dc:creator>
      <pubDate>Wed, 20 Feb 2019 08:43:32 +0000</pubDate>
      <link>https://dev.to/abhishekalbert/how-to-make-implementation-better-final-part-4eo9</link>
      <guid>https://dev.to/abhishekalbert/how-to-make-implementation-better-final-part-4eo9</guid>
      <description>&lt;h1&gt; &lt;em&gt; &lt;strong&gt; In Short Part 1 &lt;/strong&gt; &lt;/em&gt; &lt;/h1&gt;

&lt;p&gt;&lt;em&gt;In the 1st part, I shared my of the coding journey how I start, how to make the code more efficient. And discussed some basic key concepts like program, programmer, instruction, code, syntax etc. what is standard definition and what is the real meaning of these key concepts or you can say differentiate between standard definition and real-world meaning.&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/abhishekalbert/how-to-make-implementation-better--part-1-31i2"&gt;Want to read 1st part &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now let's come to the present and discussed some more thing have some important role.&lt;br&gt;
But before going to the main idea I have a list of questions which you have to ask with yourself. These questions are not language based or field specific. And you do not have to post anywhere so, don't worry just go for this question.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt; &lt;ol&gt;

    &lt;li&gt;Are you ready to learn programming/coding&lt;/li&gt;

    &lt;li&gt;If you are a beginner then which language you are going to choose and why?&lt;/li&gt;

    &lt;li&gt;Why do you want to learn programming/coding? You want to learn because it's sound cool or you really have some interest? &lt;/li&gt;

    &lt;li&gt;How's your code going to help in our daily life? &lt;/li&gt;

    &lt;li&gt;Are you able to correlate what you learn with your daily life?&lt;/li&gt;

    &lt;li&gt;How will you tackle when you or get a programming problem?&lt;/li&gt;

    &lt;li&gt;How you overcome that problem? &lt;/li&gt;

    &lt;li&gt;What are some daily life example like any computer software or application name written in that language?&lt;/li&gt;

    &lt;li&gt;How you gonna use it for your benefits?&lt;/li&gt;

 &lt;/ol&gt; &lt;/strong&gt; &lt;br&gt;
and so many questions like this you have to ask with yourself and these basics key concepts will help you to become a good programmer or make your implementations better. &lt;br&gt;
Generally, when we get a problem or an idea that time we directly start thinking about the problem's solution like if we talk about a question of adding 2 numbers asked from C language or a problem related to design something we directly start thinking about like in C how many variables we are going to use or if talk about in design we directly start working on design without making a blueprint or a test design. Now, this one is the biggest mistake generally beginners do that's why they can't implement code efficiently and the computer gives them a bonus result i.e. error or give a bad design as an output. And this one also creates confusion and sometimes due to the confusion they can't write whole code i.e. after a few steps they start thinking about what was the next steps and this will end up on irritation.&lt;br&gt;
Due to this from my point of view, it's a bad choice or method. Still, most of you think why this method is wrong? If this method is wrong then what is the right way and also tell us what are the disadvantages of that method?&lt;br&gt;
First, we look over what are the disadvantages of this method.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Disadvantages&lt;/em&gt;&lt;/strong&gt; :&lt;/p&gt;

&lt;ol&gt;
    &lt;li&gt;When we write code directly on the computer in this way we do two things at a time. 1st we think about the logic or design and at the same time we also implementing that logic and this creates confusion or sometimes it's a breakpoint and we did not know what will be the next step. &lt;/li&gt;

&lt;li&gt;If you think in this method makes you a good coder/programmer then you are wrong. Because 1st it makes your debugging skill weaker due to which when you get an error you are not able to understand where is the error in the code and how to fix it. &lt;/li&gt;

&lt;li&gt;In so many companies interview they will not provide you any laptop or computer they will give you a pen and paper to write code or design on that paper. So now in this way you can't implement better and do some silly mistakes due to which there is a chance of your elimination. &lt;/li&gt;

&lt;li&gt;You will always have confusion after writing code on paper when you will get any. i.e. lack of confidence.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Now comes what you have to do or How you have to proceed&lt;/strong&gt;&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;So these are the some most important disadvantages you can face if follow that method. Now what you have to do when you get a problem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DOs&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;When you will get any problem you have to read the first problem twice to clear the concept and then start building the logic for that question how you have to proceed then write down the logic on a paper in your own way i.e. in your own pseudo-code then type the logic and run your program. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you are a beginner and not able to write or not able to understand pseudo-code then I have another way or solution for this.&lt;/p&gt;

&lt;p&gt;In this case, I will suggest you write code in your own way or make design freely just think some daily life example. But parallely try to understand or try to learn how to write standard pseudocode. &lt;br&gt;
I suggest you pseudo code because in this way the logic you are trying to build for that because in this way you don't have to write the whole code. In just a few steps you will able to give the whole idea and this will helps you in future like when you will get a job or will work for any organization or during online contests.&lt;/p&gt;

&lt;p&gt;For more and important points I will suggest you an article &lt;strong&gt;"The secret of great programming"&lt;/strong&gt; is written by &lt;strong&gt;Ravi Shankar Rajan&lt;/strong&gt; on Medium from this article you can make yourself a good article and get motivated.&lt;/p&gt;

&lt;p&gt;Hope you like the article and will be helpful for you.&lt;/p&gt;

&lt;p&gt;Thank You for reading.&lt;/p&gt;

&lt;p&gt;Keep learning.&lt;/p&gt;

&lt;p&gt;Happy Coding.&lt;/p&gt;

&lt;p&gt;&lt;a class="LI-simple-link" href="https://in.linkedin.com/in/abhishek-shukla-661635151?trk=profile-badge"&gt;Abhishek Shukla&lt;/a&gt;&lt;/p&gt;

</description>
      <category>article</category>
      <category>coding</category>
      <category>discuss</category>
      <category>advice</category>
    </item>
    <item>
      <title>First Step towards Data Science and Python</title>
      <dc:creator>Abhishek</dc:creator>
      <pubDate>Thu, 07 Feb 2019 17:48:37 +0000</pubDate>
      <link>https://dev.to/abhishekalbert/first-step-towards-data-science-and-python-11l7</link>
      <guid>https://dev.to/abhishekalbert/first-step-towards-data-science-and-python-11l7</guid>
      <description>

&lt;p&gt;Just going to start a course from data science which is an interactive course named as &lt;br&gt;
&lt;a href="https://www.datacamp.com/courses/introduction-to-data-science-in-python"&gt;Introduction to Data Science in Python&lt;/a&gt;&lt;br&gt;
It's my first step towards data science and Python and at this time I'm so excited and it's like just can't wait to open and want to see What will be the next ?? &lt;br&gt;
And It's taking as a challenge to complete this 4 hours course in 5 to 6 days. &lt;br&gt;
Yeah, I know it's more than enough time I'm giving on this course due to the busy schedule but hope this will be completed within 5 days.&lt;/p&gt;

&lt;p&gt;So, any suggestions ??? If yes then please comment below in comment section.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;


</description>
      <category>python</category>
      <category>firststep</category>
      <category>datascience</category>
    </item>
    <item>
      <title>Need Guidance!!</title>
      <dc:creator>Abhishek</dc:creator>
      <pubDate>Mon, 28 Jan 2019 18:22:22 +0000</pubDate>
      <link>https://dev.to/abhishekalbert/need-guidance-fi7</link>
      <guid>https://dev.to/abhishekalbert/need-guidance-fi7</guid>
      <description>&lt;p&gt;Hello there! Hope you are doing great. &lt;/p&gt;

&lt;p&gt;Recently I opened a coding community in my college (tier-3) and it's 1st-time happened in my college so I need your support. Form last 2 months it's running through WhatsApp but now on Sunday, we have permission for a live session. &lt;/p&gt;

&lt;p&gt;So the main goal of our community is to teach coding or programming stuff. So I need your support. Because of you guys are so professional and good experiences in your field so I want can some of you mentor us or guide us in your free time through WhatsApp or live video session. And one more thing it's a non-profitable community so we are not in a condition to pay you so please if anyone thinks he/she can then, please comment in the comment section I will message you directly. &lt;/p&gt;

&lt;p&gt;If you are interested then please send a email to &lt;a href="mailto:ugicodingclub@gmail.com"&gt;ugicodingclub@gmail.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you.&lt;br&gt;
Hope for a better response.&lt;/p&gt;

</description>
      <category>help</category>
      <category>code</category>
      <category>community</category>
    </item>
  </channel>
</rss>
