<?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: Alen Abraham</title>
    <description>The latest articles on DEV Community by Alen Abraham (@alenabraham).</description>
    <link>https://dev.to/alenabraham</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%2F547138%2F67820eda-f2dc-497f-bb7d-f264dcd73de5.png</url>
      <title>DEV Community: Alen Abraham</title>
      <link>https://dev.to/alenabraham</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alenabraham"/>
    <language>en</language>
    <item>
      <title>Stay Up-to-Date with DevBytes: Your Ultimate Source for Tech News</title>
      <dc:creator>Alen Abraham</dc:creator>
      <pubDate>Mon, 24 Apr 2023 15:04:44 +0000</pubDate>
      <link>https://dev.to/alenabraham/stay-up-to-date-with-devbytes-your-ultimate-source-for-tech-news-d65</link>
      <guid>https://dev.to/alenabraham/stay-up-to-date-with-devbytes-your-ultimate-source-for-tech-news-d65</guid>
      <description>&lt;p&gt;In the fast-paced world of technology, it can be difficult to keep up with the latest trends and updates. However, with the DevBytes app, staying up to date with the latest tech news and trends has never been easier. The &lt;a href="https://play.google.com/store/apps/details?id=com.candelalabs.devbytes&amp;amp;utm_source=app"&gt;DevBytes app&lt;/a&gt; is a fantastic tool for those who want to stay informed and ahead of the curve when it comes to technology news.&lt;/p&gt;

&lt;p&gt;For the past week, I have been using DevBytes and I got a feeling that I should share this app with others so that everyone can stay updated with the latest tech news around the world. One of the things that make the DevBytes app so great is its user-friendly interface. The app is easy to navigate, and its design is clean and modern.&lt;/p&gt;

&lt;p&gt;A great feature of the DevBytes app is the curated news feed. The app's news feed fetches news from all the major sources around the world and converts the news into small byte format so that users can read the news in a summary format and if they are interested to read more regarding the same, they can navigate to the original article from that byte itself. Additionally, the news feed is updated regularly, so users can always stay up to date with the latest tech trends.&lt;/p&gt;

&lt;p&gt;The app is so minimalistic and simple that anyone can use the app. There are two sections on the main screen of the app with all news and my feed. My feed provides based on our interests and all news will have all the news around the world. The share option on the articles helps us to share the news through other social media apps which helps us to share the news with others.&lt;/p&gt;

&lt;p&gt;Another exciting feature of the app is that we can watch the crypto market with the feature called crypto watch. Tapping on crypto watch navigates to a list of cryptocurrencies and their current market values which is a cool feature as crypto has been a talk in the current century and is expected to be booming in the future.&lt;/p&gt;

&lt;p&gt;I have personal feedback to the DevBytes team, the design can be improved with better UX and UI. The persona option in providing news can be replaced with some filters based on each person's interest so that any particular user can categorize his/her news as per their wish.&lt;/p&gt;

&lt;p&gt;Overall, the DevBytes app is a fantastic tool for anyone who wants to stay up to date with the latest tech news and trends. The app's user-friendly interface and curated news feed make it a great choice for tech enthusiasts and professionals alike. With the DevBytes app, you can stay informed and connected in the fast-paced world of technology.&lt;/p&gt;

&lt;p&gt;In conclusion, if you're looking for a reliable and comprehensive source of technology news and updates, the DevBytes app is an excellent choice. Whether you're a tech enthusiast or a professional, the app has everything you need to stay informed and connected. With its user-friendly interface, curated news feed, and vibrant community, the DevBytes app is a must-have for anyone who wants to stay ahead of the curve when it comes to technology news and trends.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Link to download the app&lt;/em&gt; - &lt;a href="https://play.google.com/store/apps/details?id=com.candelalabs.devbytes&amp;amp;utm_source=app"&gt;DevBytes&lt;/a&gt;&lt;/p&gt;

</description>
      <category>news</category>
      <category>technolog</category>
      <category>development</category>
      <category>trends</category>
    </item>
    <item>
      <title>Share your tech interview experiences.</title>
      <dc:creator>Alen Abraham</dc:creator>
      <pubDate>Fri, 29 Apr 2022 09:46:07 +0000</pubDate>
      <link>https://dev.to/alenabraham/share-your-tech-interview-experiences-4ica</link>
      <guid>https://dev.to/alenabraham/share-your-tech-interview-experiences-4ica</guid>
      <description>&lt;p&gt;Let's see who got the coolest one..!&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>beginners</category>
    </item>
    <item>
      <title>What is Github Actions? How does it simplify CI/CD?</title>
      <dc:creator>Alen Abraham</dc:creator>
      <pubDate>Fri, 08 Apr 2022 13:29:22 +0000</pubDate>
      <link>https://dev.to/alenabraham/what-is-github-actions-how-does-it-simplify-cicd-49m0</link>
      <guid>https://dev.to/alenabraham/what-is-github-actions-how-does-it-simplify-cicd-49m0</guid>
      <description>&lt;h2&gt;
  
  
  Github Actions
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Github Actions&lt;/strong&gt; is a Continuous Integration and Continuous Development(CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that build and test every pull request to your repository, or deploy merged pull requests to production.&lt;/p&gt;

&lt;p&gt;GitHub Actions goes beyond just DevOps and lets you run workflows when other events happen in your repository.&lt;br&gt;&lt;br&gt;
For example, you can run a workflow to automatically add the appropriate labels whenever someone creates a new issue in your repository.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;GitHub Actions makes it easy to automate all your software workflows, with CI/CD. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Build, test, and deploy your code right from GitHub. &lt;/li&gt;
&lt;li&gt;Make code reviews, branch management, and issue triaging work the way you want.
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;

&lt;p&gt;Workflow is triggered by an event.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Workflow contains jobs which can have multiple steps - Each step can be associated with an action or a script.
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;

&lt;p&gt;Code - defined workflow - &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A workflow can contain actions created by the community, or you can create your own actions directly with your application's repository.
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Support for Python, Java, Node.js, Ruby, PHP, Go, Rust, .NET apps.  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Great starting point for smaller projects.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Deploy to cloud.  &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I have added a github actions workflow in my personal website repository to automate random changes and commits and run the workflow to deploy the changes successfully. You can checkout the repository &lt;a href="https://github.com/abrahamalen/alen-abraham.github.io"&gt;here&lt;/a&gt;.  &lt;/p&gt;

&lt;p&gt;Thank you for the read. &lt;/p&gt;

</description>
      <category>devops</category>
      <category>devjournal</category>
      <category>devrel</category>
      <category>cloud</category>
    </item>
    <item>
      <title>Big O notation explained: DSA-01</title>
      <dc:creator>Alen Abraham</dc:creator>
      <pubDate>Mon, 14 Mar 2022 08:20:40 +0000</pubDate>
      <link>https://dev.to/alenabraham/big-o-notation-explained-dsa-01-4oag</link>
      <guid>https://dev.to/alenabraham/big-o-notation-explained-dsa-01-4oag</guid>
      <description>&lt;h2&gt;
  
  
  What is Big O notation?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Big O notation&lt;/strong&gt; is used to measure how the running time or space requirements for our program grows as input grows.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Measuring running time growth is time complexity. (In this post we focus on time complexity)&lt;/li&gt;
&lt;li&gt;Measuring space growth is space complexity.
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Rules to determine time complexity
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Keep fastest growing term.&lt;/li&gt;
&lt;li&gt;Drop constants.
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Big O refers to very large value of 'n' (n = size) where time, &lt;strong&gt;t = an^2 + bn + c&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
For example, if we have a function like,&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;t = 5n^2 + 3n + 20  &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;When value of 'n' is very large, bn+c becomes irrelevant.&lt;br&gt;&lt;br&gt;
ie; an^2 is very larger than bn+c.&lt;br&gt;&lt;br&gt;
For example; if n = 1000 then,&lt;br&gt;&lt;br&gt;
t = 5 * 1000^2 + 3*1000+20 = 5000000 + 3020; where 3020, a small value becomes irrelevant.  &lt;/p&gt;
&lt;h2&gt;
  
  
  Different time complexities
&lt;/h2&gt;

&lt;p&gt;Here we discuss about a few of them.&lt;/p&gt;
&lt;h3&gt;
  
  
  1. O(n)
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;def foo(arr): size(arr) -&amp;gt; 100 -&amp;gt; 0.22ms&lt;br&gt;&lt;br&gt;
def foo(arr): size(arr) -&amp;gt; 1000 -&amp;gt; 2.30ms  &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Here time increases as array size increases; time proportional to size(arr).&lt;br&gt;&lt;br&gt;
n = size(arr), b= constant&lt;br&gt;&lt;br&gt;
t = a*n + b  &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Keep fastest growing term =&amp;gt; t = a * n (b is constant)
&lt;/li&gt;
&lt;li&gt;Drop constants =&amp;gt; t = n ( a is constant)
Therefore; &lt;strong&gt;t = O(n)&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;em&gt;Example program for t = O(n): To get square numbers&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;def get_squared_numbers(numbers):
    squared_numbers = []
    for n in numbers:
        square_numbers.append(n * n)
    return squared_numbers

numbers = [2, 5, 8, 9]
get_squared_numbers(numbers)
# returns [4, 25, 64, 81]
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  2. O(1)
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;def foo(arr): size(arr) -&amp;gt; 100 -&amp;gt; 0.22ms&lt;br&gt;&lt;br&gt;
def foo(arr): size(arr) -&amp;gt; 1000 -&amp;gt; 0.23ms    &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;time, t = a * n + b -&amp;gt; t = a * n ( b constant) -&amp;gt; t = n (dropping constants(a))&lt;br&gt;&lt;br&gt;
n = 1 =&amp;gt; t = 1&lt;br&gt;&lt;br&gt;
Therefore, &lt;strong&gt;t = O(1)&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Example program for t = O(1)&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;def find_first_pe(prices, eps, index):
    pe = prices[index]/eps[index]
    return pe
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  3. O(n^2)
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Example Program for O(n^2): To find duplicates from the list&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;numbers = [3, 6, 2, 4, 3, 6, 8, 9]

for i in range(len(numbers)):
    for j in range(i + 1, len(numbers)):
        if numbers[i] == numbers[j]:
            print(numbers[i] + " is a duplicate.")
            break
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;&lt;em&gt;Also there is O(log n), O(2^n) time complexities.&lt;/em&gt;&lt;/strong&gt;  &lt;/p&gt;

</description>
      <category>programming</category>
      <category>computerscience</category>
      <category>dsa</category>
      <category>algorithms</category>
    </item>
    <item>
      <title>Hugo version error while deploying.</title>
      <dc:creator>Alen Abraham</dc:creator>
      <pubDate>Sun, 23 Jan 2022 15:19:40 +0000</pubDate>
      <link>https://dev.to/alenabraham/hugo-version-error-while-deploying-1fk5</link>
      <guid>https://dev.to/alenabraham/hugo-version-error-while-deploying-1fk5</guid>
      <description>&lt;p&gt;I was building my personal website using a static site generator called &lt;a href="https://gohugo.io/"&gt;Hugo&lt;/a&gt; and I faced a &lt;strong&gt;hugo-extended version issue&lt;/strong&gt; while deploying it.&lt;/p&gt;

&lt;p&gt;I found very less resources while I tried to resolve the issue and so I thought of sharing the way I resolved the deployment issue.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;error&lt;/strong&gt; I faced - &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7m0N37hC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7c3932qqh3zfpnmst0pq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7m0N37hC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7c3932qqh3zfpnmst0pq.png" alt="Image description" width="800" height="240"&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;
It was asking for a hugo extended version for the build and a normal hugo installation on your system will not help in resolving the issue.  &lt;/p&gt;

&lt;p&gt;Check your hugo verion:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;hugo version
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then you need to install hugo extended from this [github repository](&lt;a href="https://github.com/jakejarvis/hugo-extended"&gt;https://github.com/jakejarvis/hugo-extended&lt;/a&gt; or see this &lt;a href="https://gohugo.io/getting-started/installing/"&gt;docs&lt;/a&gt;.  &lt;/p&gt;

&lt;p&gt;The installation can be done by &lt;strong&gt;snap&lt;/strong&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;snap install hugo --channel=extended
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To check &lt;strong&gt;hugo extended&lt;/strong&gt; version&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;snap refresh hugo --channel=extended
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then do the build and deploy.&lt;br&gt;&lt;br&gt;
Hope someone coming up with this issue find this helpful.&lt;/p&gt;

</description>
      <category>hugo</category>
      <category>webdev</category>
      <category>git</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Cloud Native...!</title>
      <dc:creator>Alen Abraham</dc:creator>
      <pubDate>Thu, 23 Dec 2021 08:21:07 +0000</pubDate>
      <link>https://dev.to/alenabraham/cloud-native-3b3e</link>
      <guid>https://dev.to/alenabraham/cloud-native-3b3e</guid>
      <description>&lt;p&gt;&lt;strong&gt;Can anyone give an idea on what is Cloud native and what is the basic tech for a cloud native engineer!&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>cloudnative</category>
      <category>beginners</category>
      <category>cloud</category>
      <category>kubernetes</category>
    </item>
    <item>
      <title>My first HacktoberFest</title>
      <dc:creator>Alen Abraham</dc:creator>
      <pubDate>Sat, 13 Nov 2021 07:48:03 +0000</pubDate>
      <link>https://dev.to/alenabraham/my-first-hacktoberfest-o9g</link>
      <guid>https://dev.to/alenabraham/my-first-hacktoberfest-o9g</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;a href="https://hacktoberfest.digitalocean.com"&gt;HacktoberFest 2021&lt;/a&gt;&lt;/strong&gt; was my first &lt;strong&gt;Hacktoberfest&lt;/strong&gt;. I was learning programming and practising DSA for the past couple of months so I felt it would be great to contribute some of the best solutions that I was able to find out, so that other learners will also be able to learn from it. After all it's all about learning in public.&lt;/p&gt;

&lt;p&gt;HactoberFest has got certain rules to be followed to complete the event successfully. We have to make 4 Pull Requests(PR) within the month of October and all the 4 PR's should get successfully merged by the corresponding repo-maintainers.&lt;br&gt;
Thankfully I was able to make 5 PR's and all 5 of them got merged successfully.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--x66_IO03--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wp9fp4duitvricbole38.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--x66_IO03--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wp9fp4duitvricbole38.png" alt="HacktoberFest" width="800" height="288"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Contributions can be made even without HacktoberFest. The event is just to promote open-source. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;So why are you waiting start contributing to open-source, don't wait for next HacktoberFest to arrive. Start today, contribute to open-source.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

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

</description>
      <category>hacktoberfest</category>
      <category>opensource</category>
      <category>programming</category>
      <category>github</category>
    </item>
    <item>
      <title>How important is your LinkedIn profile?</title>
      <dc:creator>Alen Abraham</dc:creator>
      <pubDate>Tue, 26 Oct 2021 10:58:20 +0000</pubDate>
      <link>https://dev.to/alenabraham/how-important-is-your-linkedin-profile-3327</link>
      <guid>https://dev.to/alenabraham/how-important-is-your-linkedin-profile-3327</guid>
      <description>&lt;h3&gt;
  
  
  Introduction
&lt;/h3&gt;

&lt;p&gt;What is LinkedIn? Many of them don't know still what is LinkedIn and how much influence the platform can make in turning one's career from downstream to upstream. A common scenario seen these days is that many of them will open an account on LinkedIn just for the sake of the company they work for or due to the compelling from educational institutions. This has become a common scene recently.&lt;/p&gt;

&lt;p&gt;This is happening because many of them don't know the importance of LinkedIn. How to use the platform to leverage one's skill-set. So in the below sections, I will provide some tips to maintain a good LinkedIn profile.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is LinkedIn? Why having a LinkedIn profile is important?
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.linkedin.com"&gt;LinkedIn&lt;/a&gt;&lt;/strong&gt;  is a social networking site like Facebook to be precise. But LinkedIn is mostly being used for professional purposes. This is a platform that you can utilise to showcase your skills, expertise, education, experience, etc.&lt;br&gt;
Let's take a look at why LinkedIn is important?&lt;/p&gt;

&lt;blockquote&gt;
&lt;ol&gt;
&lt;li&gt;Will make good connections.&lt;/li&gt;
&lt;li&gt;To know more about job postings.&lt;/li&gt;
&lt;li&gt;To appear in Recruiter's search.&lt;/li&gt;
&lt;li&gt;Globalisation.&lt;/li&gt;
&lt;li&gt;Personal Branding.&lt;/li&gt;
&lt;li&gt;Something more about you.&lt;/li&gt;
&lt;li&gt;Active job search.&lt;/li&gt;
&lt;li&gt;Know more about people, especially people related to your domain.&lt;/li&gt;
&lt;li&gt;Your own identity.&lt;/li&gt;
&lt;li&gt;Good way to be in touch.&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Get started and set up your profile on LinkedIn.
&lt;/h3&gt;

&lt;p&gt;LinkedIn is available in the form of both web and mobile applications. Create an account and get started.&lt;br&gt;
Points to be noted while setting up your profile - &lt;/p&gt;

&lt;blockquote&gt;
&lt;ol&gt;
&lt;li&gt;Signup. Setting up the LinkedIn account is pretty straightforward.&lt;/li&gt;
&lt;li&gt;Choose a photo. Making a good first impression is important in all professional situations including online.&lt;/li&gt;
&lt;li&gt;Add a headline.&lt;/li&gt;
&lt;li&gt;Profile summary.&lt;/li&gt;
&lt;li&gt;Add details to your profile.&lt;/li&gt;
&lt;li&gt;Expand your network.&lt;/li&gt;
&lt;li&gt;Engage with content.&lt;/li&gt;
&lt;li&gt;Get endorsements.&lt;/li&gt;
&lt;li&gt;Request recommendations.&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;And an added point is that a personalised URL will be good.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  How to use LinkedIn as a college student.
&lt;/h3&gt;

&lt;p&gt;LinkedIn is a popular social network for career development, but you don't have to wait until you enter the workforce to start taking advantage of this platform. College students can use LinkedIn to establish a professional online presence, which is important for getting jobs, internships, and volunteer opportunities while still in school.&lt;/p&gt;

&lt;blockquote&gt;
&lt;ol&gt;
&lt;li&gt;The key to using LinkedIn effectively is to create a detailed and engaging profile.&lt;/li&gt;
&lt;li&gt;College students should use basic etiquette when sending messages and making connections.&lt;/li&gt;
&lt;li&gt;To get the most out of LinkedIn, update your status regularly and explore job postings.&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Conclusion
&lt;/h3&gt;

&lt;p&gt;So don't be a passive user, just opening an account and leaving it there. Be a consistent user, maintain your profile and connections. Stay updated and fill out all the things which you are not able to present on your resume. Maintain LinkedIn as your digital resume because it's not that long that LinkedIn will be considered as your primary resume by recruiters.&lt;/p&gt;

&lt;p&gt;You can connect me on LinkedIn at  &lt;strong&gt;&lt;em&gt;&lt;a href="https://www.linkedin.com/in/alenabraham"&gt;alenabraham&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Happy to connect.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>networking</category>
      <category>connections</category>
      <category>profile</category>
      <category>resume</category>
    </item>
    <item>
      <title>Web Development Resources series! Part -2</title>
      <dc:creator>Alen Abraham</dc:creator>
      <pubDate>Tue, 05 Oct 2021 19:29:33 +0000</pubDate>
      <link>https://dev.to/alenabraham/web-development-resources-series-part-2-5cb</link>
      <guid>https://dev.to/alenabraham/web-development-resources-series-part-2-5cb</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Hello👋 to all Developers and Designers around the world..!  🌈
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;My curated list of resources continues...!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;In this article I will share some more awesome tools which can help you make your work easier and productive. In the previous one I shared about 10 tools and today I will be sharing a set of tools, so why waiting...  &lt;em&gt;Scroll down and grasp them&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ✊ Resources
&lt;/h2&gt;

&lt;p&gt;*&lt;em&gt;11. Remove Background from Image *&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.remove.bg/"&gt;remove.bg&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Remove backgrounds 100% automatically in 5 seconds with zero clicks.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;12. Responsively&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://responsively.app/"&gt;responsively&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Develop responsive web apps 5x faster!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;13. Metatags&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://metatags.io/"&gt;metatags&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Meta Tags is a tool to debug and generate meta tag code for any website. &lt;/li&gt;
&lt;li&gt;
Tags you can edit and experiment with your content then preview how your webpage will look on Google, Facebook, Twitter and more!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;14. ReadMe&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://readme.so/"&gt;readme.so&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
The easiest way to create a README file in minutes visually.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;15. Storytale&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://storytale.io/"&gt;storytale.io&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
High-class illustrations for web and mobile projects.&lt;/li&gt;
&lt;li&gt;
Make your project eye-catching with awesome characters. Use it both for commercial and personal purposes.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;16. Profile Pic Maker&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://pfpmaker.com/"&gt;pfpmaker.com&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Make an awesome profile picture from any photo.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;17. SigmaOS&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a&gt;sigmaos.com&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Fly through your work. The browser that makes you faster and better at working on the web.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;18. Rapid API&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://rapidapi.com/hub"&gt;rapidapi.com&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
It's the largest API hub. Discover and connect with thousands of APIs and play with them.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;19. 404 Illustrations&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://dev.to19"&gt;error404.fun&lt;/a&gt;&lt;a href="https://error404.fun/"&gt;https://error404.fun/&lt;/a&gt;)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
It contains royalty free illustrations for 404 pages.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;20. HexColorCodes&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://hexcolorcodes.org/"&gt;hexcolorcodes&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
It leta you get HTML color codes, Hex color codes, RGB and HSL values with our color picker, color chart and HTML color names.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;21. CSS.gg&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://css.gg/"&gt;css.gg&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Open-source CSS, SVG and Figma UI Icons.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;22. UISpace&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://uispace.net/"&gt;uispace.net&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
This website contains 1000+ great UI freebies.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;23. Inovatik&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://inovatik.com/"&gt;inovatik&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Free HTML templates for websites and landing pages for you.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;24. Button Generator&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://markodenic.com/tools/buttons-generator/"&gt;Button-generator&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
It contains 100+ button designs for you.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;I hope you enjoyed my article about web development and design resources. There are many great resources available to help you learn about web development and design. These resources can help to give you the skills you need to design your own website or work on a web design/development project. Plus, web development and design are always evolving, so it's always a good idea to stay up-to-date with the latest trends. I hope you'll continue to follow my blog for more great content!&lt;/p&gt;

&lt;p&gt;This resource series of resource sharing will be continued...Stay tuned for more!&lt;/p&gt;

&lt;p&gt;If you found this post helpful just buy me a coffee :)&lt;br&gt;
&lt;a href="https://www.buymeacoffee.com/alenabraham"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bErbtXjl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-3.svg" alt="Buy me a coffee" title="Buy me a Coffee" width="261" height="73"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Wish me luck 🌟&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Happy Learning  💻&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>tutorial</category>
      <category>productivity</category>
      <category>design</category>
    </item>
    <item>
      <title>Get paid by writing</title>
      <dc:creator>Alen Abraham</dc:creator>
      <pubDate>Thu, 23 Sep 2021 17:45:44 +0000</pubDate>
      <link>https://dev.to/alenabraham/get-paid-by-writing-cl9</link>
      <guid>https://dev.to/alenabraham/get-paid-by-writing-cl9</guid>
      <description>&lt;p&gt;The below given link redirects to a post which I think is a very useful post consisting of a list of websites that pays you for writing technical articles.&lt;/p&gt;

&lt;p&gt;Just go through article. Thanks to &lt;a class="mentioned-user" href="https://dev.to/olanetsoft"&gt;@olanetsoft&lt;/a&gt; for curating an awesome list.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/olanetsoft/get-paid-to-write-for-these-45-websites-16ap"&gt;Article&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Follow me for more good posts 😄&lt;/p&gt;

</description>
      <category>blogs</category>
      <category>blogging</category>
      <category>articles</category>
      <category>technicalwriting</category>
    </item>
    <item>
      <title>An awesome tool</title>
      <dc:creator>Alen Abraham</dc:creator>
      <pubDate>Thu, 16 Sep 2021 17:20:42 +0000</pubDate>
      <link>https://dev.to/alenabraham/an-awesome-tool-m0a</link>
      <guid>https://dev.to/alenabraham/an-awesome-tool-m0a</guid>
      <description>&lt;p&gt;Tired of updating GitHub profle-README with latest features again &amp;amp; again?&lt;/p&gt;

&lt;p&gt;If yes, then &lt;a class="mentioned-user" href="https://dev.to/rahuldkjain"&gt;@rahuldkjain&lt;/a&gt;  has developed a tool to do the same for you in just 1 click 🤓. This is a must try tool, I tried it out and it was just awesome.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://rahuldkjain.github.io/gh-profile-readme-generator/"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jcyh3LDn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cb8j02gp7sfsrl1t8xsr.png" alt="Live Tool" width="800" height="394"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>github</category>
      <category>opensource</category>
      <category>software</category>
      <category>developer</category>
    </item>
    <item>
      <title>Web Development Resources series! Part -1</title>
      <dc:creator>Alen Abraham</dc:creator>
      <pubDate>Sun, 12 Sep 2021 17:08:38 +0000</pubDate>
      <link>https://dev.to/alenabraham/web-development-resources-series-part-1-5foj</link>
      <guid>https://dev.to/alenabraham/web-development-resources-series-part-1-5foj</guid>
      <description>&lt;h3&gt;
  
  
  Hello👋 to all Developers and Designers around the world..!  🌈
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;I am &lt;b&gt;Alen&lt;/b&gt; and this is my debut in the blogging world, hope it comes helpful to you all.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I have curated a list of super cool resources, which will save valuable time and make life better for web developers and designers. The list will be published in different parts as you all know the dev and design resources are never-ending.&lt;/p&gt;

&lt;h2&gt;
  
  
  ✊ Resources
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Random Image via API&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://source.unsplash.com/" rel="noopener noreferrer"&gt;source.unsplash.com&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
The most powerful photo engine in the world. &lt;/li&gt;
&lt;li&gt;
The Unsplash API is a modern JSON API that surfaces all of the info you’ll need to build any experience for your users. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. Embeddable Widget Apps for Notion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://apption.co/" rel="noopener noreferrer"&gt;apption.co&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Add 3rd party apps embed or create a custom embed for your Notion Document. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3. Carbon&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://carbon.now.sh/" rel="noopener noreferrer"&gt;carbon.now.sh&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Create and share beautiful images of your source code. &lt;/li&gt;
&lt;li&gt;
Start typing or drop a file into the text area to get started.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;4. Peppertype&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.peppertype.ai/" rel="noopener noreferrer"&gt;peppertype.ai&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Generate better content copies in seconds with the power of Artificial Intelligence.&lt;/li&gt;
&lt;li&gt;
Expanding your content for writing blogs is easier than ever before.&lt;/li&gt;
&lt;li&gt;
AI-Generated tweet ideas.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;5. Poet. so&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://poet.so/" rel="noopener noreferrer"&gt;poet.so&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Capture and share Twitter posts as beautiful images.&lt;/li&gt;
&lt;li&gt;
You could use this as social proof on your website.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;6. Weekly Visitor Report&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://clearbit.com/resources/tools/visitor-report" rel="noopener noreferrer"&gt;clearbit.com&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Get a weekly report of the companies visiting your website.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;7. Smart Mockup&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://smartmockups.com/" rel="noopener noreferrer"&gt;smartmockup&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Create stunning product mock-ups easily and online.&lt;/li&gt;
&lt;li&gt;
The fastest web-based mock-up tool.&lt;/li&gt;
&lt;li&gt;
No experience or skills needed, super easy-to-use.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;8. Small Dev Tools&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://smalldev.tools/"&gt;smalldev.tools&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Handy developer tools with a delightful interface.&lt;/li&gt;
&lt;li&gt;
Provide 20+ tools that help developers with commonly performed tasks like Encoding/Decoding, Minifying, Test Dummy data set, and a lot more.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;9. Show beautiful message in the console&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.npmjs.com/package/figlet" rel="noopener noreferrer"&gt;npjms.com&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
FIGlet is a program for making large letters out of the ordinary text.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;10. A Visual Type Scale&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://type-scale.com/" rel="noopener noreferrer"&gt;type-scale.com&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Understand and visualize the difference between different font sizes, REM vs. EM Values.&lt;/li&gt;
&lt;li&gt;
Check the preview in real-time to see how it looks.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;I hope you enjoyed my article about web development and design resources. There are many great resources available to help you learn about web development and design. These resources can help to give you the skills you need to design your own website or work on a web design/development project. Plus, web development and design are always evolving, so it's always a good idea to stay up-to-date with the latest trends. I hope you'll continue to follow my blog for more great content!&lt;/p&gt;

&lt;p&gt;This resource series of resource sharing will be continued...Stay tuned for more!&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;     If you found this post helpful just buy me a coffee :)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;a href="https://www.buymeacoffee.com/alenabraham" rel="noopener noreferrer"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.buymeacoffee.com%2Fassets%2Fimg%2Fguidelines%2Fdownload-assets-sm-3.svg" title="Buy me a Coffee" alt="Buy me a coffee"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Wish me luck 🌟&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Happy Learning  💻&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>design</category>
      <category>devjournal</category>
      <category>devlive</category>
    </item>
  </channel>
</rss>
