Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. dev_lak
    3. Best
    • Profile
    • Following 5
    • Followers 28
    • Topics 31
    • Posts 460
    • Best 151
    • Controversial 0
    • Groups 3

    Best posts made by dev_lak

    • RE: Now you can code with Express.JS in Sinhala

      supiri mekanm :heart:

      posted in Programming
      dev_lak
      dev_lak
    • RE: Telegram bot එකක් අපිම හදාගන්නෙ මෙහෙමයි

      niyamai machan

      posted in AI Programming
      dev_lak
      dev_lak
    • RE: PIXY (Version 1.1) now available!

      good work, publish this on play store

      posted in Mobile Application Development
      dev_lak
      dev_lak
    • RE: C Programming මුල සිට ඉගෙනගනිමු (part 11 - for loop)

      niyamai bro

      posted in Blogs
      dev_lak
      dev_lak
    • RE: Anyone who knows to use jasper reports with netbeans

      @cody will help you.,

      posted in Programming
      dev_lak
      dev_lak
    • RE: Build Your Telegram Python Bot ( Sinhala Tutorial )

      ftta bro,, keep it up

      posted in AI Programming
      dev_lak
      dev_lak
    • Payhere with FLUTTER

      කවුරු හරි දන්නවද payhere gateway eka FLUTTER එක්ක integrate කරන්න?
      (paid job)

      posted in Mobile Application Development
      dev_lak
      dev_lak
    • RE: Adobe Photoshop tutorial Clone Stamp Tool [Sinhala] | Class No-01

      supiri, digatm krnna

      posted in Graphic Design & Video Editing
      dev_lak
      dev_lak
    • RE: C Programming මුල සිට ඉගෙනගනිමු (part 12 - arrays)

      thanks bro,, great work

      posted in Blogs
      dev_lak
      dev_lak
    • RE: ionic Help

      console eke promise eke error ekak penwanwa,

      this.http.get<post[]>(url)
            .subscribe(data => {
              console.log(data)
            });
      

      http get request eka oya widiyata dala console eka check krnna, eke screenshot ekak reply krnna

      posted in Mobile Application Development
      dev_lak
      dev_lak
    • RE: Conversion Funnel - How to Find Better Clients? - Blace - Graphic Design Sinhala

      thanks you

      posted in Graphic Design & Video Editing
      dev_lak
      dev_lak
    • RE: C Programming මුල සිට ඉගෙනගනිමු (part 16 - C functions)

      thanks bro

      posted in Blogs
      dev_lak
      dev_lak
    • RE: Ionic Login UI - Speed Code

      @root yeah sure, will update github link

      posted in Mobile Application Development
      dev_lak
      dev_lak
    • RE: Adobe Illustrator Logo Designing [Sinhala] | Class No-02

      good work bro...

      posted in Graphic Design & Video Editing
      dev_lak
      dev_lak
    • RE: Basic SEO for Web Developers Part 2

      @fern & @rachitha ur welcome :smiley:

      posted in Web Development
      dev_lak
      dev_lak
    • RE: Free React Native course

      Thank you

      posted in Mobile Application Development
      dev_lak
      dev_lak
    • RE: How to make Business Card Design in Adobe Illustrator Sinhala Tutorials | Rosen Graphic Designs

      super bro

      posted in Graphic Design & Video Editing
      dev_lak
      dev_lak
    • Basic SEO for Web Developers Part 3

      1. Important Social Metadata

      • Sample Meta Tag Template: "Article"

      • Place this data between the <head> tags of your website

        <!-- Open Graph data -->
        <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article:     http://ogp.me/ns/article#">
        
        <meta property="og:title" content="Your Title Here" />
        <meta property="og:type" content="article" />
        <meta property="og:url" content="https://example.com/" />
        <meta property="og:image" content="https://example.com/image.jpg" />
        <meta property="og:description" content="Your Description Here" />
        <meta property="og:site_name" content="Your Site Name, i.e. Moz" />
        <meta property="fb:app_id" content="Your FB_APP_ID" />
        
        <!-- Twitter Card data -->
        <meta name="twitter:card" content="summary">
        <meta name="twitter:site" content="Your @publisher_handle">
        <meta name="twitter:title" content="Your Page Title">
        <meta name="twitter:description" content="Your Page description less than 200 characters">
        <meta name="twitter:creator" content="Your @author_handle">
        
        <!-- Twitter Summary card images must be at least 120x120px -->
        <meta name="twitter:image" content="https://example.com/image.jpg">
        
      • Social Metadata Best Practices
        i. Default to Open Graph

        • Facebook
        • Twitter
        • Google+
        • LinkedIn
        • Pinterest

        ii. Optimal Image Sizing

        • Choose large images over small
        • Twitter
          • Minimum 120 x 120px
          • No larger than 1MB
        • Facebook
          • Minimum 200 x 200px
          • Over 1200 x 630px recommended

      2. Rich Snippets and Structured Data

      • Enhance search results and help machines to understand your content
      • Common Vocabularies
        • schema.org
        • datavocabulary.org
        • microformats.org
      • Popular Formats
        • Microdata
        • RDFa
        • JSON-LD
      • Breadcrumbs
        <ol itemscope itemtype="http://schema.org/BreadcrumbList">
            <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
                <a itemprop="item" href="https://example.com/widgets">
                    <span itemprop="name">Widgets</span>
                </a>
                <meta itemprop="position" content="1" />
            </li>
           ›<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
                <a itemprop="item" href="https://example.com/widgets/large"> 
                   <span itemprop="name">Large Widgets</span>
                </a>
                <meta itemprop="position" content="2" />
            </li>
        </ol>
        
      • Reviews
        <div itemscope itemtype="http://schema.org/Review">
            <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Book">
                <span itemprop="name">The Art of SEO</span>
            </div>
            <span itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
                <span itemprop="ratingValue">5</span>
            </span>
            stars -  <b>"<span itemprop="name">A good read.</span>" </b>
            <span itemprop="author">Roger Mozbot</span>
            <span itemprop="reviewBody">The Art of SEO is a good book.</span>
        </div>
        
      • Common Structured Data Uses
        • Events
        • Business Information
        • People
        • Mobile Apps
        • Recipes
        • Media Content
        • Contact Data
        • Email Markup
      posted in Web Development
      dev_lak
      dev_lak
    • Ionic Onboarding Screen UI - Speed Code

      thumb1.png

      We design 3 Slides on our Onboarding Screen and customizing ion-slides component to add animation to pager bullets.

      Check it on My Youtube Channel 👇 👇
      https://youtu.be/OGcAuaAQ6s8

      Source Code - https://github.com/gihan667/ionic-onboarding-screen

      Give me support by 👇 👇
      ✅ Subscribe ✅ Share ✅ Comment & Stay Connected!

      posted in Mobile Application Development
      dev_lak
      dev_lak
    • RE: An option to add tags and embedd youtube videos.

      @lahirunc & @root we're working on it.. and checking for security threats once done it'll be available.

      posted in Comments & Feedback
      dev_lak
      dev_lak
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 6 / 8