roast-api 1.0.1 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,26 +28,3 @@ jobs:
28
28
  files: |
29
29
  api/client.js
30
30
  postman/roast-as-a-service.postman_collection.json
31
-
32
- publish-github-packages:
33
- runs-on: ubuntu-latest
34
- permissions:
35
- contents: read
36
- packages: write
37
- steps:
38
- - uses: actions/checkout@v4
39
-
40
- - uses: actions/setup-node@v4
41
- with:
42
- node-version: '20.x'
43
- registry-url: 'https://npm.pkg.github.com'
44
- scope: '@maizied'
45
-
46
- - name: Update package name for GitHub Packages
47
- run: |
48
- sed -i 's/"name": "roast-api"/"name": "@maizied\/roast-api"/' package.json
49
- cat package.json
50
-
51
- - run: npm publish
52
- env:
53
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package/README.md CHANGED
@@ -5,6 +5,9 @@
5
5
  </p>
6
6
  <p align="center">
7
7
  <img src="https://hits.sh/maijied.github.io/roast-as-a-service.svg?view=today-total&style=flat-square&label=visitors&color=ec4899&labelColor=020617" alt="Visitor Count" />
8
+ <a href="https://www.npmjs.com/package/roast-api"><img src="https://img.shields.io/npm/v/roast-api?style=flat-square&color=f97316&labelColor=020617" alt="npm version" /></a>
9
+ <a href="https://www.npmjs.com/package/roast-api"><img src="https://img.shields.io/npm/dm/roast-api?style=flat-square&color=ec4899&labelColor=020617" alt="npm downloads" /></a>
10
+ <a href="https://github.com/Maijied/roast-as-a-service/actions/workflows/deploy.yml"><img src="https://github.com/Maijied/roast-as-a-service/actions/workflows/deploy.yml/badge.svg" alt="Deploy to GitHub Pages" /></a>
8
11
  </p>
9
12
 
10
13
  Random developer roasts, delivered via a blazing‑fast static API on GitHub Pages. Plug it into your apps, bots, terminals, or CI logs when “nice error messages” just aren’t enough.
@@ -39,6 +42,8 @@ Use it when you want your:
39
42
  ### 1. Install via npm
40
43
  ```bash
41
44
  npm install roast-api
45
+ # or
46
+ npm install @maizied/roast-as-a-service
42
47
  ```
43
48
 
44
49
  ```javascript
@@ -156,6 +161,20 @@ Key points:
156
161
 
157
162
  This combination (static JSON + sharding + client‑side logic + CDN caching) is effectively the “fast path” that many dynamic APIs end up approximating with layers of caching—here it’s the default.
158
163
 
164
+ ## ⚡ Performance & Benchmarks
165
+
166
+ RaaS is built for extreme speed and low overhead. By sharding data and relying on CDN edge caching + local browser caching, it achieves massive throughput.
167
+
168
+ **Latest Benchmark Results:**
169
+ - **Requests/sec**: ~2,000 (Tested with 5,000 total requests)
170
+ - **Success Rate**: 100% (Zero failures under high concurrency)
171
+ - **Avg Latency**: ~58ms
172
+ - **P95 Latency**: ~159ms
173
+ - **Cache Efficiency**: 90%+ (Manifest and shard reuse)
174
+
175
+ > [!TIP]
176
+ > This "Static API" approach beats the latency of traditional dynamic APIs by removing backend processing, cold starts, and database queries from the request path.
177
+
159
178
  ---
160
179
 
161
180
  ## 🐛 More from Lorapok
@@ -165,4 +184,16 @@ RaaS is a proud member of the **Lorapok** family. Check out our other tools:
165
184
  - **[Lorapok CLI](https://github.com/Maijied/lorapok):** The intelligent AI agent framework for developers.
166
185
  - **[Lorapok Media Player](https://github.com/Maijied/Lorapok_Media_Player):** A modern, feature-rich media player built for power users.
167
186
 
168
- ---
187
+ ---
188
+
189
+ ## 👤 Author
190
+
191
+ **Maizied**
192
+ 📧 [mdshuvo40@gmail.com](mailto:mdshuvo40@gmail.com)
193
+ 🔗 [GitHub](https://github.com/Maijied) · [npm](https://www.npmjs.com/~maizied)
194
+
195
+ ---
196
+
197
+ ## 📄 License
198
+
199
+ MIT © Maizied
@@ -2,7 +2,7 @@
2
2
  "language": "bn",
3
3
  "shard": 1,
4
4
  "total_shards": 1,
5
- "count": 248,
5
+ "count": 348,
6
6
  "tags": [
7
7
  "dev",
8
8
  "general"
@@ -1495,6 +1495,606 @@
1495
1495
  "text": "তোর কোড দেখে বোঝা যায়, তুই error message কখনো full পড়িস না।",
1496
1496
  "intensity": 2,
1497
1497
  "length": 61
1498
+ },
1499
+ {
1500
+ "id": "bn-1-249",
1501
+ "text": "তোর প্রজেক্টে dependency বেশি, feature কম।",
1502
+ "intensity": 2,
1503
+ "length": 42
1504
+ },
1505
+ {
1506
+ "id": "bn-1-250",
1507
+ "text": "তুই ChatGPT থেকে কপি করিস, পড়িস না।",
1508
+ "intensity": 1,
1509
+ "length": 36
1510
+ },
1511
+ {
1512
+ "id": "bn-1-251",
1513
+ "text": "তোর ভ্যারিয়েবলের নাম 'x', 'y', 'temp' — ম্যাথ না কোড?",
1514
+ "intensity": 2,
1515
+ "length": 54
1516
+ },
1517
+ {
1518
+ "id": "bn-1-252",
1519
+ "text": "তোর pull request দেখে reviewer-ও resign দিতে চায়।",
1520
+ "intensity": 2,
1521
+ "length": 50
1522
+ },
1523
+ {
1524
+ "id": "bn-1-253",
1525
+ "text": "তুই regex লিখিস নাকি alien-দের সাথে কথা বলিস?",
1526
+ "intensity": 2,
1527
+ "length": 45
1528
+ },
1529
+ {
1530
+ "id": "bn-1-254",
1531
+ "text": "তোর কোডে dead code বেশি, live code কম।",
1532
+ "intensity": 2,
1533
+ "length": 38
1534
+ },
1535
+ {
1536
+ "id": "bn-1-255",
1537
+ "text": "তুই function-এর নাম দিস 'doStuff' — কোন stuff?",
1538
+ "intensity": 2,
1539
+ "length": 46
1540
+ },
1541
+ {
1542
+ "id": "bn-1-256",
1543
+ "text": "তোর package.json-এ dependency বেশি, user কম।",
1544
+ "intensity": 3,
1545
+ "length": 44
1546
+ },
1547
+ {
1548
+ "id": "bn-1-257",
1549
+ "text": "তুই race condition fix করিস setTimeout দিয়ে।",
1550
+ "intensity": 2,
1551
+ "length": 45
1552
+ },
1553
+ {
1554
+ "id": "bn-1-258",
1555
+ "text": "তোর deploy pipeline হলো SSH আর দোয়া।",
1556
+ "intensity": 2,
1557
+ "length": 37
1558
+ },
1559
+ {
1560
+ "id": "bn-1-259",
1561
+ "text": "তুই ৫০০ লাইনের function লিখে বলিস 'clean code'।",
1562
+ "intensity": 3,
1563
+ "length": 47
1564
+ },
1565
+ {
1566
+ "id": "bn-1-260",
1567
+ "text": "তোর test coverage শূন্যের কাছাকাছি, কিন্তু শূন্য না।",
1568
+ "intensity": 2,
1569
+ "length": 52
1570
+ },
1571
+ {
1572
+ "id": "bn-1-261",
1573
+ "text": "তোর commit message শুধু emoji।",
1574
+ "intensity": 3,
1575
+ "length": 30
1576
+ },
1577
+ {
1578
+ "id": "bn-1-262",
1579
+ "text": "তুই TypeScript-কে বলিস 'extra কাজ'।",
1580
+ "intensity": 1,
1581
+ "length": 35
1582
+ },
1583
+ {
1584
+ "id": "bn-1-263",
1585
+ "text": "তোর database-এ index নেই, আর তুই ORM-কে দোষ দিস।",
1586
+ "intensity": 2,
1587
+ "length": 48
1588
+ },
1589
+ {
1590
+ "id": "bn-1-264",
1591
+ "text": "তুই authentication-কে বলিস 'পরে করব'।",
1592
+ "intensity": 3,
1593
+ "length": 37
1594
+ },
1595
+ {
1596
+ "id": "bn-1-265",
1597
+ "text": "তোর error page-এ বেশি personality, app-এ কম।",
1598
+ "intensity": 3,
1599
+ "length": 44
1600
+ },
1601
+ {
1602
+ "id": "bn-1-266",
1603
+ "text": "তুই eval() ব্যবহার করে ঘুমাস শান্তিতে।",
1604
+ "intensity": 2,
1605
+ "length": 38
1606
+ },
1607
+ {
1608
+ "id": "bn-1-267",
1609
+ "text": "তোর responsive design শুধু তোর মনিটরে কাজ করে।",
1610
+ "intensity": 3,
1611
+ "length": 46
1612
+ },
1613
+ {
1614
+ "id": "bn-1-268",
1615
+ "text": "তুই প্রতিটা সমস্যার সমাধান করিস নতুন npm package দিয়ে।",
1616
+ "intensity": 2,
1617
+ "length": 55
1618
+ },
1619
+ {
1620
+ "id": "bn-1-269",
1621
+ "text": "তোর .env ফাইল বেশি, environment কম।",
1622
+ "intensity": 2,
1623
+ "length": 35
1624
+ },
1625
+ {
1626
+ "id": "bn-1-270",
1627
+ "text": "তুই rebase করিস চোখ বন্ধ করে।",
1628
+ "intensity": 2,
1629
+ "length": 29
1630
+ },
1631
+ {
1632
+ "id": "bn-1-271",
1633
+ "text": "তোর code comment বলে 'কী করে', 'কেন করে' বলে না।",
1634
+ "intensity": 1,
1635
+ "length": 48
1636
+ },
1637
+ {
1638
+ "id": "bn-1-272",
1639
+ "text": "তুই TypeScript-এ 'any' ব্যবহার করে বলিস 'flexibility'।",
1640
+ "intensity": 2,
1641
+ "length": 54
1642
+ },
1643
+ {
1644
+ "id": "bn-1-273",
1645
+ "text": "তোর API সব কিছুতেই 200 OK দেয়, error-ও।",
1646
+ "intensity": 2,
1647
+ "length": 40
1648
+ },
1649
+ {
1650
+ "id": "bn-1-274",
1651
+ "text": "তুই date string-এ রাখিস, sorting ভাঙে তো দোষ দিস।",
1652
+ "intensity": 2,
1653
+ "length": 49
1654
+ },
1655
+ {
1656
+ "id": "bn-1-275",
1657
+ "text": "তোর webpack config-ই একটা আলাদা প্রজেক্ট।",
1658
+ "intensity": 1,
1659
+ "length": 41
1660
+ },
1661
+ {
1662
+ "id": "bn-1-276",
1663
+ "text": "তুই framework শিখতে না পেরে নিজে বানাইছিস।",
1664
+ "intensity": 2,
1665
+ "length": 42
1666
+ },
1667
+ {
1668
+ "id": "bn-1-277",
1669
+ "text": "তোর SQL injection protection হলো একটা comment।",
1670
+ "intensity": 1,
1671
+ "length": 46
1672
+ },
1673
+ {
1674
+ "id": "bn-1-278",
1675
+ "text": "তুই switch statement-এ ৫০টা case লিখিস, default নেই।",
1676
+ "intensity": 3,
1677
+ "length": 52
1678
+ },
1679
+ {
1680
+ "id": "bn-1-279",
1681
+ "text": "তোর mobile app আসলে একটা WebView।",
1682
+ "intensity": 2,
1683
+ "length": 33
1684
+ },
1685
+ {
1686
+ "id": "bn-1-280",
1687
+ "text": "তুই concurrency handle করিস আশা দিয়ে।",
1688
+ "intensity": 1,
1689
+ "length": 38
1690
+ },
1691
+ {
1692
+ "id": "bn-1-281",
1693
+ "text": "তোর load balancer-এ একটাই backend আছে।",
1694
+ "intensity": 2,
1695
+ "length": 38
1696
+ },
1697
+ {
1698
+ "id": "bn-1-282",
1699
+ "text": "তুই Base64 করে বলিস 'encrypted'।",
1700
+ "intensity": 2,
1701
+ "length": 32
1702
+ },
1703
+ {
1704
+ "id": "bn-1-283",
1705
+ "text": "তোর monitoring dashboard দুই বছর ধরে 'Coming Soon'।",
1706
+ "intensity": 2,
1707
+ "length": 51
1708
+ },
1709
+ {
1710
+ "id": "bn-1-284",
1711
+ "text": "তুই CORS দেখলেই panic করিস।",
1712
+ "intensity": 2,
1713
+ "length": 27
1714
+ },
1715
+ {
1716
+ "id": "bn-1-285",
1717
+ "text": "তোর cache invalidation strategy হলো 'সব restart করো'।",
1718
+ "intensity": 2,
1719
+ "length": 53
1720
+ },
1721
+ {
1722
+ "id": "bn-1-286",
1723
+ "text": "তুই microservice বানাইছিস যেটা আসলে distributed monolith।",
1724
+ "intensity": 2,
1725
+ "length": 57
1726
+ },
1727
+ {
1728
+ "id": "bn-1-287",
1729
+ "text": "তোর git stash হলো হারিয়ে যাওয়া স্বপ্নের গুদাম।",
1730
+ "intensity": 3,
1731
+ "length": 48
1732
+ },
1733
+ {
1734
+ "id": "bn-1-288",
1735
+ "text": "তোর bash script শুধু তোর machine-এ চলে।",
1736
+ "intensity": 2,
1737
+ "length": 39
1738
+ },
1739
+ {
1740
+ "id": "bn-1-289",
1741
+ "text": "তোর কোডে flag বেশি, United Nations-এর মতো।",
1742
+ "intensity": 2,
1743
+ "length": 42
1744
+ },
1745
+ {
1746
+ "id": "bn-1-290",
1747
+ "text": "তুই semantic versioning-কে বলিস 'মনের মতো নম্বর'।",
1748
+ "intensity": 2,
1749
+ "length": 49
1750
+ },
1751
+ {
1752
+ "id": "bn-1-291",
1753
+ "text": "তোর error log একটা উপন্যাস যা কেউ পড়তে চায় না।",
1754
+ "intensity": 1,
1755
+ "length": 48
1756
+ },
1757
+ {
1758
+ "id": "bn-1-292",
1759
+ "text": "তুই merge conflict solve করিস দুই দিকই accept করে।",
1760
+ "intensity": 1,
1761
+ "length": 50
1762
+ },
1763
+ {
1764
+ "id": "bn-1-293",
1765
+ "text": "তোর infrastructure চলে duct tape আর cron job দিয়ে।",
1766
+ "intensity": 1,
1767
+ "length": 51
1768
+ },
1769
+ {
1770
+ "id": "bn-1-294",
1771
+ "text": "তুই innerHTML ব্যবহার করিস যেন ওটা তোর বাবার property।",
1772
+ "intensity": 2,
1773
+ "length": 54
1774
+ },
1775
+ {
1776
+ "id": "bn-1-295",
1777
+ "text": "তোর design system হলো 'রাত ২টায় যেটা ভালো লেগেছে'।",
1778
+ "intensity": 2,
1779
+ "length": 51
1780
+ },
1781
+ {
1782
+ "id": "bn-1-296",
1783
+ "text": "তোর sprint velocity মাপা হয় excuse per day-তে।",
1784
+ "intensity": 2,
1785
+ "length": 47
1786
+ },
1787
+ {
1788
+ "id": "bn-1-297",
1789
+ "text": "তুই code review comment-কে optional মনে করিস।",
1790
+ "intensity": 1,
1791
+ "length": 45
1792
+ },
1793
+ {
1794
+ "id": "bn-1-298",
1795
+ "text": "তোর production database-ই তোর dev database।",
1796
+ "intensity": 3,
1797
+ "length": 43
1798
+ },
1799
+ {
1800
+ "id": "bn-1-299",
1801
+ "text": "তুই refactor মানে সব delete করে আবার শুরু করা।",
1802
+ "intensity": 3,
1803
+ "length": 46
1804
+ },
1805
+ {
1806
+ "id": "bn-1-300",
1807
+ "text": "তোর API pagination প্রথম page-এই সব দেয়।",
1808
+ "intensity": 3,
1809
+ "length": 41
1810
+ },
1811
+ {
1812
+ "id": "bn-1-301",
1813
+ "text": "তুই 'scalable' মানে বলিস 'user আসলে fix করব'।",
1814
+ "intensity": 3,
1815
+ "length": 45
1816
+ },
1817
+ {
1818
+ "id": "bn-1-302",
1819
+ "text": "তোর retry logic হলো infinite loop with attitude।",
1820
+ "intensity": 1,
1821
+ "length": 48
1822
+ },
1823
+ {
1824
+ "id": "bn-1-303",
1825
+ "text": "তুই deploy করিস file drag-and-drop করে server-এ।",
1826
+ "intensity": 3,
1827
+ "length": 48
1828
+ },
1829
+ {
1830
+ "id": "bn-1-304",
1831
+ "text": "তোর unit test পুরো universe mock করে।",
1832
+ "intensity": 2,
1833
+ "length": 37
1834
+ },
1835
+ {
1836
+ "id": "bn-1-305",
1837
+ "text": "তুই spaghetti code-কে বলিস 'event-driven architecture'।",
1838
+ "intensity": 2,
1839
+ "length": 55
1840
+ },
1841
+ {
1842
+ "id": "bn-1-306",
1843
+ "text": "তোর logging strategy হলো প্রতি ফাইলে console.log('here')।",
1844
+ "intensity": 2,
1845
+ "length": 57
1846
+ },
1847
+ {
1848
+ "id": "bn-1-307",
1849
+ "text": "তুই JavaScript লিখিস যেন ওটা তোকে personally ক্ষতি করেছে।",
1850
+ "intensity": 2,
1851
+ "length": 57
1852
+ },
1853
+ {
1854
+ "id": "bn-1-308",
1855
+ "text": "তোর API rate limit হলো 'server fire না ধরা পর্যন্ত unlimited'।",
1856
+ "intensity": 2,
1857
+ "length": 62
1858
+ },
1859
+ {
1860
+ "id": "bn-1-309",
1861
+ "text": "তোর database migration দেখে DBA-ও ভয় পায়।",
1862
+ "intensity": 2,
1863
+ "length": 43
1864
+ },
1865
+ {
1866
+ "id": "bn-1-310",
1867
+ "text": "তুই performance সমস্যা solve করিস বড় server কিনে।",
1868
+ "intensity": 3,
1869
+ "length": 50
1870
+ },
1871
+ {
1872
+ "id": "bn-1-311",
1873
+ "text": "তোর CI pipeline movie trilogy-র চেয়ে বেশি সময় নেয়।",
1874
+ "intensity": 2,
1875
+ "length": 53
1876
+ },
1877
+ {
1878
+ "id": "bn-1-312",
1879
+ "text": "তুই global variable ব্যবহার করিস কারণ 'sharing is caring'।",
1880
+ "intensity": 2,
1881
+ "length": 58
1882
+ },
1883
+ {
1884
+ "id": "bn-1-313",
1885
+ "text": "তোর code formatting একটা abstract art।",
1886
+ "intensity": 2,
1887
+ "length": 38
1888
+ },
1889
+ {
1890
+ "id": "bn-1-314",
1891
+ "text": "তুই null handle করিস অন্যের ঘাড়ে চাপিয়ে দিয়ে।",
1892
+ "intensity": 2,
1893
+ "length": 48
1894
+ },
1895
+ {
1896
+ "id": "bn-1-315",
1897
+ "text": "তোর tech stack প্রতি sprint-এ বদলায়।",
1898
+ "intensity": 1,
1899
+ "length": 37
1900
+ },
1901
+ {
1902
+ "id": "bn-1-316",
1903
+ "text": "তুই 'backwards compatible' মানে বলিস 'compile হয় তো'।",
1904
+ "intensity": 2,
1905
+ "length": 54
1906
+ },
1907
+ {
1908
+ "id": "bn-1-317",
1909
+ "text": "তোর rollback plan হলো 'git revert আর আশা'।",
1910
+ "intensity": 3,
1911
+ "length": 42
1912
+ },
1913
+ {
1914
+ "id": "bn-1-318",
1915
+ "text": "তুই promise লিখিস কিন্তু resolve করিস না, task-এর মতো।",
1916
+ "intensity": 2,
1917
+ "length": 54
1918
+ },
1919
+ {
1920
+ "id": "bn-1-319",
1921
+ "text": "তোর type safety হলো 'পরে type দেব, promise'।",
1922
+ "intensity": 2,
1923
+ "length": 44
1924
+ },
1925
+ {
1926
+ "id": "bn-1-320",
1927
+ "text": "তোর frontend page load-এ ৫০টা API call করে।",
1928
+ "intensity": 2,
1929
+ "length": 43
1930
+ },
1931
+ {
1932
+ "id": "bn-1-321",
1933
+ "text": "তুই REST API বানাইছিস যেটা কোনোভাবেই RESTful না।",
1934
+ "intensity": 2,
1935
+ "length": 48
1936
+ },
1937
+ {
1938
+ "id": "bn-1-322",
1939
+ "text": "তোর Kubernetes cluster-এ একটাই container চলে।",
1940
+ "intensity": 2,
1941
+ "length": 45
1942
+ },
1943
+ {
1944
+ "id": "bn-1-323",
1945
+ "text": "তুই OAuth মানে বলিস 'Google দিয়ে login'।",
1946
+ "intensity": 3,
1947
+ "length": 41
1948
+ },
1949
+ {
1950
+ "id": "bn-1-324",
1951
+ "text": "তোর caching layer কিছুই cache করে না।",
1952
+ "intensity": 2,
1953
+ "length": 37
1954
+ },
1955
+ {
1956
+ "id": "bn-1-325",
1957
+ "text": "তুই regex দিয়ে HTML parse করিস।",
1958
+ "intensity": 2,
1959
+ "length": 32
1960
+ },
1961
+ {
1962
+ "id": "bn-1-326",
1963
+ "text": "তোর service mesh মানে কিছু service যেগুলো কাছাকাছি আছে।",
1964
+ "intensity": 2,
1965
+ "length": 55
1966
+ },
1967
+ {
1968
+ "id": "bn-1-327",
1969
+ "text": "তুই timezone handle করিস ignore করে।",
1970
+ "intensity": 3,
1971
+ "length": 36
1972
+ },
1973
+ {
1974
+ "id": "bn-1-328",
1975
+ "text": "তোর GraphQL query পুরো database fetch করে।",
1976
+ "intensity": 2,
1977
+ "length": 42
1978
+ },
1979
+ {
1980
+ "id": "bn-1-329",
1981
+ "text": "তুই middleware লিখিস যেটা নিজের কাজ ছাড়া সব করে।",
1982
+ "intensity": 1,
1983
+ "length": 49
1984
+ },
1985
+ {
1986
+ "id": "bn-1-330",
1987
+ "text": "তোর feature branch কিছু startup-এর চেয়ে বেশিদিন বেঁচে আছে।",
1988
+ "intensity": 3,
1989
+ "length": 59
1990
+ },
1991
+ {
1992
+ "id": "bn-1-331",
1993
+ "text": "তুই connection pooling মানে বলিস 'প্রতিবার নতুন connection'।",
1994
+ "intensity": 2,
1995
+ "length": 60
1996
+ },
1997
+ {
1998
+ "id": "bn-1-332",
1999
+ "text": "তোর CDN গতবছরের stale content serve করে।",
2000
+ "intensity": 2,
2001
+ "length": 40
2002
+ },
2003
+ {
2004
+ "id": "bn-1-333",
2005
+ "text": "তুই localStorage-এ user session রাখিস।",
2006
+ "intensity": 1,
2007
+ "length": 38
2008
+ },
2009
+ {
2010
+ "id": "bn-1-334",
2011
+ "text": "তোর websocket তোর relationship-এর চেয়ে বেশি reconnect করে।",
2012
+ "intensity": 3,
2013
+ "length": 59
2014
+ },
2015
+ {
2016
+ "id": "bn-1-335",
2017
+ "text": "তোর serverless function-এর cold start ৩০ সেকেন্ড।",
2018
+ "intensity": 2,
2019
+ "length": 49
2020
+ },
2021
+ {
2022
+ "id": "bn-1-336",
2023
+ "text": "তুই 'idempotent' কে প্রশংসা মনে করিস।",
2024
+ "intensity": 2,
2025
+ "length": 37
2026
+ },
2027
+ {
2028
+ "id": "bn-1-337",
2029
+ "text": "তোর database schema fever dream-এ design করা।",
2030
+ "intensity": 1,
2031
+ "length": 45
2032
+ },
2033
+ {
2034
+ "id": "bn-1-338",
2035
+ "text": "তুই currency-তে floating point ব্যবহার করে JavaScript-কে দোষ দিস।",
2036
+ "intensity": 1,
2037
+ "length": 65
2038
+ },
2039
+ {
2040
+ "id": "bn-1-339",
2041
+ "text": "তোর health check endpoint সবসময় 200 দেয়, app dead হলেও।",
2042
+ "intensity": 3,
2043
+ "length": 57
2044
+ },
2045
+ {
2046
+ "id": "bn-1-340",
2047
+ "text": "তুই 'eventual consistency' মানে বলিস 'কোনো একদিন কাজ করবে'।",
2048
+ "intensity": 3,
2049
+ "length": 59
2050
+ },
2051
+ {
2052
+ "id": "bn-1-341",
2053
+ "text": "তোর npm audit-এ vulnerability বেশি, code line কম।",
2054
+ "intensity": 2,
2055
+ "length": 49
2056
+ },
2057
+ {
2058
+ "id": "bn-1-342",
2059
+ "text": "তুই Docker image-এর নাম দিস 'latest', deploy ভাঙে তো কাঁদিস।",
2060
+ "intensity": 3,
2061
+ "length": 60
2062
+ },
2063
+ {
2064
+ "id": "bn-1-343",
2065
+ "text": "তোর API documentation হলো 'Postman collection দেখো'।",
2066
+ "intensity": 1,
2067
+ "length": 52
2068
+ },
2069
+ {
2070
+ "id": "bn-1-344",
2071
+ "text": "তুই environment variable hardcode করে বলিস 'quick fix'।",
2072
+ "intensity": 1,
2073
+ "length": 55
2074
+ },
2075
+ {
2076
+ "id": "bn-1-345",
2077
+ "text": "তোর git log দেখলে মনে হয় কেউ keyboard-এ বসে গেছে।",
2078
+ "intensity": 2,
2079
+ "length": 50
2080
+ },
2081
+ {
2082
+ "id": "bn-1-346",
2083
+ "text": "তুই production-এ debug করিস user-দের QA বানিয়ে।",
2084
+ "intensity": 3,
2085
+ "length": 48
2086
+ },
2087
+ {
2088
+ "id": "bn-1-347",
2089
+ "text": "তোর 'one more change' শুনলে version control কেঁপে ওঠে।",
2090
+ "intensity": 3,
2091
+ "length": 54
2092
+ },
2093
+ {
2094
+ "id": "bn-1-348",
2095
+ "text": "তোর কোড পড়ে AI-ও confused হয়ে যায়।",
2096
+ "intensity": 2,
2097
+ "length": 37
1498
2098
  }
1499
2099
  ]
1500
- }
2100
+ }