Skip to content

Commit

Permalink
add nginx and apache
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinsOnuoha committed May 23, 2021
1 parent b82f2ec commit d15d1c6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
| Atlassian | <https://www.atlassian.com/blog/atlassian-engineering> |
| ADP | <https://tech.adp.com/blog/> |
| Adobe | <https://medium.com/adobetech> |
| Algolia | <https://www.algolia.com/blog/engineering> |
| Android | <https://developer.android.com> |
| Apache | <https://blogs.apache.org/foundation> |
| Affinity | <https://build.affinity.co> |
| Addepar | <https://medium.com/build-addepar> |
| Airbrake | <https://airbrake.io/blog> |
Expand Down Expand Up @@ -160,9 +162,11 @@
| Nextroll | <https://tech.nextroll.com/blog> |
| Namely | <https://medium.com/namely-labs> |
| New Relic | <https://newrelic.com/blog> |
| Nginx | <https://www.nginx.com/blog> |
| Netlify | <https://www.netlify.com/tags/engineering> |
| Nintex | <https://www.nintex.com/blog> |
| Net App | <https://blog.netapp.com> |
| .NET | <https://devblogs.microsoft.com/dotnet/> |
| .NET | <https://devblogs.microsoft.com/dotnet> |
| NortonLifeLock | <https://www.nortonlifelock.com/blogs/gaming> |
| | |
| ✨ O | |
Expand All @@ -188,6 +192,7 @@
| RocksDB | <https://rocksdb.org/blog> |
| Rust | <https://blog.rust-lang.org> |
| React | <https://reactjs.org/blog> |
| Redis | <https://redislabs.com/blog/tech-blog> |
| Reddit | <https://redditblog.com/topic/technology> |
| React Native | <https://reactnative.dev/blog> |
| RiotGames | <https://technology.riotgames.com> |
Expand Down
20 changes: 20 additions & 0 deletions src/datasource/DB.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,26 @@ const links = [
name: 'Timescale',
link: 'https://blog.timescale.com/'
},
{
name: 'Netlify',
link: 'https://www.netlify.com/tags/engineering/'
},
{
name: 'Algolia',
link: 'https://www.algolia.com/blog/engineering'
},
{
name: 'Redis',
link: 'https://redislabs.com/blog/tech-blog'
},
{
name: 'Apache',
link: 'https://blogs.apache.org/foundation/'
},
{
name: 'Nginx',
link: 'https://www.nginx.com/blog/'
},
];

export default links;

0 comments on commit d15d1c6

Please sign in to comment.